commit | f9639d2a7404984563605570b2d1aad93e9c7dd7 | [log] [tgz] |
---|---|---|
author | Brian Gaeke <gaeke@uiuc.edu> | Mon Dec 13 21:28:39 2004 +0000 |
committer | Brian Gaeke <gaeke@uiuc.edu> | Mon Dec 13 21:28:39 2004 +0000 |
tree | abea720e7b494246c4e70d5b5688cde87e807f8b | |
parent | e42f222d36b4ecf5da4766febec40d91bd8c1e5c [diff] [blame] |
Fix link error in PPC optimized build of 'opt'. llvm-svn: 18913
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp index 9bb220c..1a7b773 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp
@@ -17,6 +17,7 @@ #include "llvm/Instructions.h" #include "llvm/Function.h" #include "llvm/Pass.h" +#include "llvm/Type.h" namespace llvm {