diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2006-01-26 03:22:07 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2006-01-26 03:22:07 +0000 |
commit | cd1544eede1575a269a35ca465c26febb44e9c54 (patch) | |
tree | 0820749f5fcbdb5aa752290f7f1add65d0987b1c /lib/Target/Alpha/AlphaRegisterInfo.cpp | |
parent | 67caa39e4c0ee978edc235c52af6261684c29c3a (diff) | |
download | external_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.cpp | 2 |
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: |