[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Tue May 31 11:42:36 PDT 2005
Changes in directory llvm/lib/Target/Alpha:
AlphaISelPattern.cpp updated: 1.116 -> 1.117
---
Log message:
switch to the new live in thing. Really, this time it works
---
Diffs of the changes: (+1 -1)
AlphaISelPattern.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.116 llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.117
--- llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.116 Tue May 31 13:37:16 2005
+++ llvm/lib/Target/Alpha/AlphaISelPattern.cpp Tue May 31 13:42:18 2005
@@ -210,7 +210,7 @@
case MVT::i16:
case MVT::i32:
case MVT::i64:
- args_int[count] = AddLiveIn(MF, args_int[count], getRegClassFor(VT));
+ args_int[count] = AddLiveIn(MF, args_int[count], getRegClassFor(MVT::i64));
argt = DAG.getCopyFromReg(args_int[count], VT, DAG.getRoot());
if (VT != MVT::i64)
argt = DAG.getNode(ISD::TRUNCATE, VT, argt);
More information about the llvm-commits
mailing list