commit | 47b14a4a6a455c7be169cfd312fcbe796f0ad426 | [log] [tgz] |
---|---|---|
author | Misha Brukman <brukman+llvm@gmail.com> | Thu Jul 29 17:30:56 2004 +0000 |
committer | Misha Brukman <brukman+llvm@gmail.com> | Thu Jul 29 17:30:56 2004 +0000 |
tree | a6e2b2fdd43f33e304779ba3dc3e77290d9027de | |
parent | 879313ae3aa2052cc40ba6f0f25c17e7a5a6f0da [diff] [blame] |
Fix #includes of i*.h => Instructions.h as per PR403. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15334 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp b/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp index 9403aa2..3953c28 100644 --- a/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp +++ b/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp
@@ -18,9 +18,7 @@ #include "llvm/Module.h" #include "llvm/Pass.h" #include "llvm/Transforms/Utils/BasicBlockUtils.h" -#include "llvm/iOther.h" -#include "llvm/iMemory.h" -#include "llvm/iPHINode.h" +#include "llvm/Instructions.h" #include "ProfilingUtils.h" #include "Support/Debug.h" #include <set>