[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
Jeff Cohen
jeffc at jolt-lang.org
Thu Jan 6 21:42:24 PST 2005
Changes in directory llvm/lib/Transforms/Instrumentation/ProfilePaths:
InstLoops.cpp updated: 1.18 -> 1.19
---
Log message:
Add missing include
---
Diffs of the changes: (+1 -0)
Index: llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
diff -u llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp:1.18 llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp:1.19
--- llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp:1.18 Thu Sep 30 15:14:29 2004
+++ llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp Thu Jan 6 23:42:13 2005
@@ -21,6 +21,7 @@
#include "llvm/Pass.h"
#include "llvm/Type.h"
#include "llvm/Support/Debug.h"
+#include "llvm/Transforms/Instrumentation.h"
#include "../ProfilingUtils.h"
namespace llvm {
More information about the llvm-commits
mailing list