From f3f1e452eab177f358bbcd433cb2000db1478e1b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 15 Oct 2001 18:15:27 +0000 Subject: Output to cerr rather than cout so that debug info doesn't mess up assembly generation llvm-svn: 840 --- llvm/lib/Target/Sparc/Sparc.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm/lib/Target/Sparc/Sparc.cpp') diff --git a/llvm/lib/Target/Sparc/Sparc.cpp b/llvm/lib/Target/Sparc/Sparc.cpp index e8835ae975e..9de9bc9cadc 100644 --- a/llvm/lib/Target/Sparc/Sparc.cpp +++ b/llvm/lib/Target/Sparc/Sparc.cpp @@ -47,8 +47,8 @@ void AllocateRegisters(Method *M, TargetMachine &TM) return; if( DEBUG_RA ) { - cout << endl << "******************** Method "<< (M)->getName(); - cout << " ********************" <getName(); + cerr << " ********************" <