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:
d4f53b3
)
#include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand.
author
Dan Gohman
<gohman@apple.com>
Mon, 13 Jul 2009 22:56:37 +0000
(22:56 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 13 Jul 2009 22:56:37 +0000
(22:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75542
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 6d94f7aec4e682c3ce0f01ec17f31a7d4681b3b2..bb35d4fab453ac2d923fe869e17b39d6ef15369f 100644
(file)
--- a/
tools/bugpoint/ExtractFunction.cpp
+++ b/
tools/bugpoint/ExtractFunction.cpp
@@
-20,6
+20,7
@@
#include "llvm/PassManager.h"
#include "llvm/Pass.h"
#include "llvm/Analysis/Verifier.h"
+#include "llvm/Assembly/Writer.h"
#include "llvm/Transforms/IPO.h"
#include "llvm/Transforms/Scalar.h"
#include "llvm/Transforms/Utils/Cloning.h"