diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-06-27 00:09:40 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-06-27 00:09:40 +0000 |
commit | c758698d2c86fa0ad5c1a7a71b8da51c99dca953 (patch) | |
tree | b8dd5a40f1b0952be76b685239167f0e9109b6c0 /llvm/lib/VMCore/IntrinsicInst.cpp | |
parent | cf1ab190863ee83c38a683158f2ce897bfb8e4be (diff) | |
download | bcm5719-llvm-c758698d2c86fa0ad5c1a7a71b8da51c99dca953.tar.gz bcm5719-llvm-c758698d2c86fa0ad5c1a7a71b8da51c99dca953.zip |
Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean up
some uses of std::vector, where it's return std::vector by value. Yuck!
llvm-svn: 52800
Diffstat (limited to 'llvm/lib/VMCore/IntrinsicInst.cpp')
-rw-r--r-- | llvm/lib/VMCore/IntrinsicInst.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/IntrinsicInst.cpp b/llvm/lib/VMCore/IntrinsicInst.cpp index 312a47f2c70..6bd9431767e 100644 --- a/llvm/lib/VMCore/IntrinsicInst.cpp +++ b/llvm/lib/VMCore/IntrinsicInst.cpp @@ -29,6 +29,7 @@ #include "llvm/Constants.h" #include "llvm/GlobalVariable.h" #include "llvm/Analysis/ValueTracking.h" +#include "llvm/CodeGen/MachineDebugInfoDesc.h" #include "llvm/CodeGen/MachineModuleInfo.h" using namespace llvm; |