commit | 7c14a558fe59ca86925f6a28f1f07c69490efdd8 | [log] [tgz] |
---|---|---|
author | Jay Foad <jay.foad@gmail.com> | Mon Apr 11 09:35:34 2011 +0000 |
committer | Jay Foad <jay.foad@gmail.com> | Mon Apr 11 09:35:34 2011 +0000 |
tree | 8411d2cc85e606622f94b2fd8437c6632b3cd361 | |
parent | 29426e87c17c523e220c93ba0b063fa6427c2565 [diff] [blame] |
Don't include Operator.h from InstrTypes.h. llvm-svn: 129271
diff --git a/llvm/unittests/VMCore/InstructionsTest.cpp b/llvm/unittests/VMCore/InstructionsTest.cpp index d286c73..8edcce4 100644 --- a/llvm/unittests/VMCore/InstructionsTest.cpp +++ b/llvm/unittests/VMCore/InstructionsTest.cpp
@@ -9,6 +9,7 @@ #include "llvm/Instructions.h" #include "llvm/BasicBlock.h" +#include "llvm/Constants.h" #include "llvm/DerivedTypes.h" #include "llvm/LLVMContext.h" #include "llvm/ADT/STLExtras.h"