diff options
author | Dan Gohman <gohman@apple.com> | 2009-07-13 22:56:37 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-07-13 22:56:37 +0000 |
commit | e2d31aa13296b5653813c9dbaf131ed92a0bd6b8 (patch) | |
tree | 8f8cc3bbc5c55bbe46f891e4c0cf0019b860973b /llvm/tools/bugpoint/ExtractFunction.cpp | |
parent | ec8efcb44ee07e0de80a2ada44aee9cc97e62748 (diff) | |
download | bcm5719-llvm-e2d31aa13296b5653813c9dbaf131ed92a0bd6b8.tar.gz bcm5719-llvm-e2d31aa13296b5653813c9dbaf131ed92a0bd6b8.zip |
#include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand.
llvm-svn: 75542
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 6d94f7aec4e..bb35d4fab45 100644 --- a/llvm/tools/bugpoint/ExtractFunction.cpp +++ b/llvm/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" |