[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/TraceValues.cpp
Misha Brukman
brukman at cs.uiuc.edu
Thu Jul 29 10:25:31 PDT 2004
Changes in directory llvm/lib/Transforms/Instrumentation:
TraceValues.cpp updated: 1.67 -> 1.68
---
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/TraceValues.cpp
diff -u llvm/lib/Transforms/Instrumentation/TraceValues.cpp:1.67 llvm/lib/Transforms/Instrumentation/TraceValues.cpp:1.68
--- llvm/lib/Transforms/Instrumentation/TraceValues.cpp:1.67 Sat Jul 17 19:21:14 2004
+++ llvm/lib/Transforms/Instrumentation/TraceValues.cpp Thu Jul 29 12:25:20 2004
@@ -15,9 +15,7 @@
#include "llvm/Transforms/Instrumentation.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
-#include "llvm/iMemory.h"
-#include "llvm/iTerminators.h"
-#include "llvm/iOther.h"
+#include "llvm/Instructions.h"
#include "llvm/Module.h"
#include "llvm/Pass.h"
#include "llvm/Assembly/Writer.h"
More information about the llvm-commits
mailing list