[prev in list] [next in list] [prev in thread] [next in thread] 

List:       llvm-commits
Subject:    [llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
From:       "Andrew Lenharth" <alenhar2 () cs ! uiuc ! edu>
Date:       2005-05-31 18:42:36
Message-ID: 200505311842.NAA01669 () cypher ! cs ! uiuc ! edu
[Download RAW message or body]



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);




[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic