diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-09-10 21:11:42 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-09-10 21:11:42 +0000 |
commit | ef4327037ae07541fa342c80b57e0e201cab49de (patch) | |
tree | 11aeb18f394e08488029eee6126e435acc4c3085 /llvm/tools/bugpoint/ExtractFunction.cpp | |
parent | 93d0ffb8648b8c03d38f64f2141f17474ec7aeda (diff) | |
download | bcm5719-llvm-ef4327037ae07541fa342c80b57e0e201cab49de.tar.gz bcm5719-llvm-ef4327037ae07541fa342c80b57e0e201cab49de.zip |
Check in the fix I meant to apply here, but mistakenly applied to
tools/extract instead..... heh
llvm-svn: 8464
Diffstat (limited to 'llvm/tools/bugpoint/ExtractFunction.cpp')
-rw-r--r-- | llvm/tools/bugpoint/ExtractFunction.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/bugpoint/ExtractFunction.cpp b/llvm/tools/bugpoint/ExtractFunction.cpp index 214833894b1..68dc3c913f9 100644 --- a/llvm/tools/bugpoint/ExtractFunction.cpp +++ b/llvm/tools/bugpoint/ExtractFunction.cpp @@ -9,6 +9,7 @@ #include "llvm/Constant.h" #include "llvm/Module.h" #include "llvm/PassManager.h" +#include "llvm/Pass.h" #include "llvm/Type.h" #include "llvm/Analysis/Verifier.h" #include "llvm/Transforms/IPO.h" |