projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36d10ef
)
Check in the fix I meant to apply here, but mistakenly applied to
author
Brian Gaeke
<gaeke@uiuc.edu>
Wed, 10 Sep 2003 21:11:42 +0000
(21:11 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Wed, 10 Sep 2003 21:11:42 +0000
(21:11 +0000)
tools/extract instead..... heh
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8464
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/bugpoint/ExtractFunction.cpp
patch
|
blob
|
history
diff --git
a/tools/bugpoint/ExtractFunction.cpp
b/tools/bugpoint/ExtractFunction.cpp
index 214833894b1258c652029666ef86dc4bf3d79887..68dc3c913f9b3e1d748731416b7bc8a681accc6a 100644
(file)
--- a/
tools/bugpoint/ExtractFunction.cpp
+++ b/
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"