commit | 070cf77a40437d787a60f41f79e89c4b25b5ed5f | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Jun 04 03:09:57 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Jun 04 03:09:57 2002 +0000 |
tree | 1ae61a926b87e10d118d1fd3b7c89375a1d01c31 | |
parent | 2db70cea7c80bfa7dd7aade05a18f23fbfcbc3b0 [diff] [blame] |
Disable debugging output llvm-svn: 2756
diff --git a/llvm/lib/Target/Sparc/SparcRegInfo.cpp b/llvm/lib/Target/Sparc/SparcRegInfo.cpp index 63498e7..a86e4f9 100644 --- a/llvm/lib/Target/Sparc/SparcRegInfo.cpp +++ b/llvm/lib/Target/Sparc/SparcRegInfo.cpp
@@ -1556,7 +1556,7 @@ } while(!CouldMoveAll); - if (DebugPrint) { + if (DebugPrint && DEBUG_RA) { cerr << "\nAdded instructions were reordered to:\n"; for(unsigned int i=0; i < OrdVec.size(); i++) cerr << *(OrdVec[i]);