[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp
Misha Brukman
brukman at cs.uiuc.edu
Thu Jul 29 10:27:16 PDT 2004
Changes in directory llvm/lib/Transforms/Instrumentation:
TraceBasicBlocks.cpp updated: 1.6 -> 1.7
---
Log message:
Fix #includes of i*.h => Instructions.h as per PR403: http://llvm.cs.uiuc.edu/PR403 .
---
Diffs of the changes: (+1 -3)
Index: llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp
diff -u llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp:1.6 llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp:1.7
--- llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp:1.6 Wed Jul 21 15:50:33 2004
+++ llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp Thu Jul 29 12:27:02 2004
@@ -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>
More information about the llvm-commits
mailing list