diff options
author | Victor Hernandez <vhernandez@apple.com> | 2010-01-21 19:33:59 +0000 |
---|---|---|
committer | Victor Hernandez <vhernandez@apple.com> | 2010-01-21 19:33:59 +0000 |
commit | 589423cd634b0836c0f2ec4c8dbe28b8807916f1 (patch) | |
tree | 6b8679f9b7b61489b3d51751a846503e30e92a11 /lib/Transforms/Utils/ValueMapper.cpp | |
parent | f42fae16745c6534c0d9619103dfbb3e299182e1 (diff) |
Don't need to include IntrinsicInst.h any more
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94092 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/ValueMapper.cpp')
-rw-r--r-- | lib/Transforms/Utils/ValueMapper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/ValueMapper.cpp b/lib/Transforms/Utils/ValueMapper.cpp index 2a79b72ba1..37f65b0ba4 100644 --- a/lib/Transforms/Utils/ValueMapper.cpp +++ b/lib/Transforms/Utils/ValueMapper.cpp @@ -16,7 +16,6 @@ #include "llvm/DerivedTypes.h" // For getNullValue(Type::Int32Ty) #include "llvm/Constants.h" #include "llvm/Function.h" -#include "llvm/IntrinsicInst.h" #include "llvm/Metadata.h" #include "llvm/ADT/SmallVector.h" #include "llvm/Support/ErrorHandling.h" |