[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp

Jeff Cohen jeffc at jolt-lang.org
Wed Jan 5 21:46:55 PST 2005



Changes in directory llvm/lib/Transforms/Instrumentation:

EmitFunctions.cpp updated: 1.21 -> 1.22
---
Log message:

Add missing include

---
Diffs of the changes:  (+1 -0)

Index: llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp
diff -u llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp:1.21 llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp:1.22
--- llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp:1.21	Wed Oct 20 14:38:58 2004
+++ llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp	Wed Jan  5 23:46:44 2005
@@ -24,6 +24,7 @@
 #include "llvm/Module.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/CFG.h"
+#include "llvm/Transforms/Instrumentation.h"
 using namespace llvm;
 
 namespace llvm { 






More information about the llvm-commits mailing list