summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2017-09-07 23:27:44 +0000
committerReid Kleckner <rnk@google.com>2017-09-07 23:27:44 +0000
commit0e8c4bb05542ee035aae1732f0e5c434ecd20336 (patch)
tree2277600ffee2316bf03a872e541bac0df168a1a7 /llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
parentc7828ebea4e774d8f576292b6ac9ee90836cc6d2 (diff)
downloadbcm5719-llvm-0e8c4bb05542ee035aae1732f0e5c434ecd20336.tar.gz
bcm5719-llvm-0e8c4bb05542ee035aae1732f0e5c434ecd20336.zip
Sink some IntrinsicInst.h and Intrinsics.h out of llvm/include
Many of these uses can get by with forward declarations. Hopefully this speeds up compilation after adding a single intrinsic. llvm-svn: 312759
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZISelLowering.cpp')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZISelLowering.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
index dcd440dea39..1900a00ef26 100644
--- a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
+++ b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
@@ -21,6 +21,7 @@
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
#include "llvm/IR/Intrinsics.h"
+#include "llvm/IR/IntrinsicInst.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/KnownBits.h"
#include <cctype>
OpenPOWER on IntegriCloud