diff options
author | Jay Foad <jay.foad@gmail.com> | 2011-04-11 09:35:34 +0000 |
---|---|---|
committer | Jay Foad <jay.foad@gmail.com> | 2011-04-11 09:35:34 +0000 |
commit | 7c14a558fe59ca86925f6a28f1f07c69490efdd8 (patch) | |
tree | 8411d2cc85e606622f94b2fd8437c6632b3cd361 /llvm/lib/Transforms/IPO/MergeFunctions.cpp | |
parent | 29426e87c17c523e220c93ba0b063fa6427c2565 (diff) | |
download | bcm5719-llvm-7c14a558fe59ca86925f6a28f1f07c69490efdd8.tar.gz bcm5719-llvm-7c14a558fe59ca86925f6a28f1f07c69490efdd8.zip |
Don't include Operator.h from InstrTypes.h.
llvm-svn: 129271
Diffstat (limited to 'llvm/lib/Transforms/IPO/MergeFunctions.cpp')
-rw-r--r-- | llvm/lib/Transforms/IPO/MergeFunctions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/IPO/MergeFunctions.cpp b/llvm/lib/Transforms/IPO/MergeFunctions.cpp index a38d2c20bcd..f74144338a6 100644 --- a/llvm/lib/Transforms/IPO/MergeFunctions.cpp +++ b/llvm/lib/Transforms/IPO/MergeFunctions.cpp @@ -55,6 +55,7 @@ #include "llvm/Instructions.h" #include "llvm/LLVMContext.h" #include "llvm/Module.h" +#include "llvm/Operator.h" #include "llvm/Pass.h" #include "llvm/Support/CallSite.h" #include "llvm/Support/Debug.h" |