From 588764eb381743afd8b97a64d465bb432dc69890 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 12 May 2009 18:29:42 +0000 Subject: Use llvm::raw_stream instead of llvm::Streams. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71573 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/tutorial/JITTutorial2.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/tutorial/JITTutorial2.html') diff --git a/docs/tutorial/JITTutorial2.html b/docs/tutorial/JITTutorial2.html index 49192b4f05..c2483e4d01 100644 --- a/docs/tutorial/JITTutorial2.html +++ b/docs/tutorial/JITTutorial2.html @@ -57,6 +57,7 @@ unsigned gcd(unsigned x, unsigned y) { #include "llvm/Analysis/Verifier.h" #include "llvm/Assembly/PrintModulePass.h" #include "llvm/Support/IRBuilder.h" +#include "llvm/Support/raw_ostream.h" using namespace llvm; @@ -68,7 +69,7 @@ int main(int argc, char**argv) { verifyModule(*Mod, PrintMessageAction); PassManager PM; - PM.add(createPrintModulePass(&llvm::cout)); + PM.add(createPrintModulePass(&outs())); PM.run(*Mod); delete Mod; -- cgit v1.2.3-70-g09d2