switch to the new live in thing. Really, this time it works
authorAndrew Lenharth <andrewl@lenharth.org>
Tue, 31 May 2005 18:42:18 +0000 (18:42 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Tue, 31 May 2005 18:42:18 +0000 (18:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22187 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Alpha/AlphaISelPattern.cpp

index deed1905d603de0b0d7130438213c77b11e6f98f..453754ce68418877415112e37b54cfe4b81620bd 100644 (file)
@@ -210,7 +210,7 @@ AlphaTargetLowering::LowerArguments(Function &F, SelectionDAG &DAG)
       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);