diff options
Diffstat (limited to 'include/llvm/IntrinsicInst.h')
-rw-r--r-- | include/llvm/IntrinsicInst.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/IntrinsicInst.h b/include/llvm/IntrinsicInst.h index 5823a23b1c..d3a53168f1 100644 --- a/include/llvm/IntrinsicInst.h +++ b/include/llvm/IntrinsicInst.h @@ -28,7 +28,6 @@ #include "llvm/Function.h" #include "llvm/Instructions.h" #include "llvm/Intrinsics.h" -#include "llvm/System/IncludeFile.h" namespace llvm { /// IntrinsicInst - A useful wrapper class for inspecting calls to intrinsic @@ -316,8 +315,4 @@ namespace llvm { } -// Ensure that the IntrinsicInst.cpp file gets added as a dependency of any -// file that includes this header -FORCE_DEFINING_FILE_TO_BE_LINKED(IntrinsicInst) - #endif |