aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/AlphaRegisterInfo.cpp
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-01-26 03:22:07 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-01-26 03:22:07 +0000
commitcd1544eede1575a269a35ca465c26febb44e9c54 (patch)
tree0820749f5fcbdb5aa752290f7f1add65d0987b1c /lib/Target/Alpha/AlphaRegisterInfo.cpp
parent67caa39e4c0ee978edc235c52af6261684c29c3a (diff)
downloadexternal_llvm-cd1544eede1575a269a35ca465c26febb44e9c54.zip
external_llvm-cd1544eede1575a269a35ca465c26febb44e9c54.tar.gz
external_llvm-cd1544eede1575a269a35ca465c26febb44e9c54.tar.bz2
allow R28 to be used for frame calculations without entirely removing it from circulation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25639 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaRegisterInfo.cpp')
-rw-r--r--lib/Target/Alpha/AlphaRegisterInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaRegisterInfo.cpp b/lib/Target/Alpha/AlphaRegisterInfo.cpp
index fb93922..7bf9bd7 100644
--- a/lib/Target/Alpha/AlphaRegisterInfo.cpp
+++ b/lib/Target/Alpha/AlphaRegisterInfo.cpp
@@ -257,7 +257,7 @@ AlphaRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II) const {
" for stack size: " << MF.getFrameInfo()->getStackSize() << "\n");
if (Offset > IMM_HIGH || Offset < IMM_LOW) {
- std::cerr << "Unconditionally using R28 for evil purposes\n";
+ DEBUG(std::cerr << "Unconditionally using R28 for evil purposes Offset: " << Offset << "\n");
//so in this case, we need to use a temporary register, and move the original
//inst off the SP/FP
//fix up the old: