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 | a9ad174b490f48e24d8bd15b6794c3f071e2d596 (patch) | |
tree | 237f8b2a71a38eb04230d4f89d8a27a49e0bd6d9 /llvm/lib/Transforms/Utils/ValueMapper.cpp | |
parent | d089f4e10b117bcd8023c5ef53bc4100eb107197 (diff) | |
download | bcm5719-llvm-a9ad174b490f48e24d8bd15b6794c3f071e2d596.tar.gz bcm5719-llvm-a9ad174b490f48e24d8bd15b6794c3f071e2d596.zip |
Don't need to include IntrinsicInst.h any more
llvm-svn: 94092
Diffstat (limited to 'llvm/lib/Transforms/Utils/ValueMapper.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/ValueMapper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/ValueMapper.cpp b/llvm/lib/Transforms/Utils/ValueMapper.cpp index 2a79b72ba1d..37f65b0ba4a 100644 --- a/llvm/lib/Transforms/Utils/ValueMapper.cpp +++ b/llvm/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" |