Skip to content

Commit

Permalink
[IR] Include more target specific intrinsic headers
Browse files Browse the repository at this point in the history
After D71320, target-specific intrinsic headers should be included.
  • Loading branch information
aheejin committed Dec 15, 2019
1 parent 1dc0c8a commit 0133dc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polly/lib/CodeGen/PPCGCodeGeneration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "polly/Support/SCEVValidator.h"
#include "llvm/ADT/PostOrderIterator.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/IR/IntrinsicsNVPTX.h"
#include "llvm/IR/LegacyPassManager.h"
#include "llvm/IR/Verifier.h"
#include "llvm/IRReader/IRReader.h"
Expand Down

0 comments on commit 0133dc3

Please sign in to comment.