[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Mon Dec 13 13:28:49 PST 2004
Changes in directory llvm/lib/Transforms/Instrumentation/ProfilePaths:
CombineBranch.cpp updated: 1.12 -> 1.13
---
Log message:
Fix link error in PPC optimized build of 'opt'.
---
Diffs of the changes: (+1 -0)
Index: llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp
diff -u llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp:1.12 llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp:1.13
--- llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp:1.12 Thu Sep 30 15:14:29 2004
+++ llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp Mon Dec 13 15:28:39 2004
@@ -17,6 +17,7 @@
#include "llvm/Instructions.h"
#include "llvm/Function.h"
#include "llvm/Pass.h"
+#include "llvm/Type.h"
namespace llvm {
More information about the llvm-commits
mailing list