From: Dan Gohman Date: Mon, 13 Jul 2009 22:56:37 +0000 (+0000) Subject: #include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e860dcb6e4eeb1ffae2299e5157a36c025260912;p=oota-llvm.git #include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75542 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/bugpoint/ExtractFunction.cpp b/tools/bugpoint/ExtractFunction.cpp index 6d94f7aec4e..bb35d4fab45 100644 --- 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"