aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorRuchira Sasanka <sasanka@students.uiuc.edu>2001-11-13 23:12:53 +0000
committerRuchira Sasanka <sasanka@students.uiuc.edu>2001-11-13 23:12:53 +0000
commit84dce16fb193b46d473dc4165f2ca71bd0f622d1 (patch)
tree65106b912712d90af9c444600aa8f384eb3ffc0a /lib/CodeGen
parentf221a2e0a8a37e8ee91ef9c98cac8eb5f8c3cbce (diff)
downloadexternal_llvm-84dce16fb193b46d473dc4165f2ca71bd0f622d1.zip
external_llvm-84dce16fb193b46d473dc4165f2ca71bd0f622d1.tar.gz
external_llvm-84dce16fb193b46d473dc4165f2ca71bd0f622d1.tar.bz2
commented out lines printing code after scheduling
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1295 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/RegAlloc/PhyRegAlloc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp b/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
index 28999d2..db5a50c 100644
--- a/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
+++ b/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
@@ -1063,8 +1063,8 @@ void PhyRegAlloc::allocateRegisters()
// before we call constructLiveRanges (now done in the constructor of
// PhyRegAlloc class).
- cout << "\n\n ******** AFTER SCHEDULING **********";
- MachineCodeForMethod::get(Meth).dump();
+ //cout << "\n\n ******** AFTER SCHEDULING **********";
+ //MachineCodeForMethod::get(Meth).dump();
constructLiveRanges(); // create LR info