diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-12-13 21:28:39 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-12-13 21:28:39 +0000 |
commit | f9639d2a7404984563605570b2d1aad93e9c7dd7 (patch) | |
tree | abea720e7b494246c4e70d5b5688cde87e807f8b /llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp | |
parent | e42f222d36b4ecf5da4766febec40d91bd8c1e5c (diff) | |
download | bcm5719-llvm-f9639d2a7404984563605570b2d1aad93e9c7dd7.tar.gz bcm5719-llvm-f9639d2a7404984563605570b2d1aad93e9c7dd7.zip |
Fix link error in PPC optimized build of 'opt'.
llvm-svn: 18913
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp')
-rw-r--r-- | llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp index 9bb220ca771..1a7b77387d3 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 { |