[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Wed Feb 23 09:33:58 PST 2005
Changes in directory llvm/lib/Target/Alpha:
AlphaISelPattern.cpp updated: 1.55 -> 1.56
---
Log message:
Ah the problems you have to fix when you stray from the One True Way (TM)
---
Diffs of the changes: (+2 -2)
AlphaISelPattern.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.55 llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.56
--- llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.55 Tue Feb 22 17:29:25 2005
+++ llvm/lib/Target/Alpha/AlphaISelPattern.cpp Wed Feb 23 11:33:42 2005
@@ -724,8 +724,8 @@
case ISD::DYNAMIC_STACKALLOC:
// Generate both result values.
- if (Result != 1)
- ExprMap[N.getValue(1)] = 1; // Generate the token
+ if (Result != notIn)
+ ExprMap[N.getValue(1)] = notIn; // Generate the token
else
Result = ExprMap[N.getValue(0)] = MakeReg(N.getValue(0).getValueType());
More information about the llvm-commits
mailing list