summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/ExtractFunction.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-07-13 22:56:37 +0000
committerDan Gohman <gohman@apple.com>2009-07-13 22:56:37 +0000
commite2d31aa13296b5653813c9dbaf131ed92a0bd6b8 (patch)
tree8f8cc3bbc5c55bbe46f891e4c0cf0019b860973b /llvm/tools/bugpoint/ExtractFunction.cpp
parentec8efcb44ee07e0de80a2ada44aee9cc97e62748 (diff)
downloadbcm5719-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.cpp1
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"
OpenPOWER on IntegriCloud