aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/IntrinsicInst.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-06-27 00:09:40 +0000
committerBill Wendling <isanbard@gmail.com>2008-06-27 00:09:40 +0000
commit305635abeae1d20519b60856c89479e8b7b5d4dd (patch)
treebc0fa4982f774073b591b551e1b7d7b5b0a72821 /lib/VMCore/IntrinsicInst.cpp
parent72efde2dc736fde5a838a9771af3d99c0dd08540 (diff)
downloadexternal_llvm-305635abeae1d20519b60856c89479e8b7b5d4dd.zip
external_llvm-305635abeae1d20519b60856c89479e8b7b5d4dd.tar.gz
external_llvm-305635abeae1d20519b60856c89479e8b7b5d4dd.tar.bz2
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! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52800 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/IntrinsicInst.cpp')
-rw-r--r--lib/VMCore/IntrinsicInst.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VMCore/IntrinsicInst.cpp b/lib/VMCore/IntrinsicInst.cpp
index 312a47f..6bd9431 100644
--- a/lib/VMCore/IntrinsicInst.cpp
+++ b/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;