[Hexagon] Changing AddrFI back to ADDRri to address test issue.
authorColin LeMahieu <colinl@codeaurora.org>
Mon, 9 Mar 2015 18:57:33 +0000 (18:57 +0000)
committerColin LeMahieu <colinl@codeaurora.org>
Mon, 9 Mar 2015 18:57:33 +0000 (18:57 +0000)
llvm-svn: 231687

llvm/lib/Target/Hexagon/HexagonInstrInfo.td

index 4b19e2f..f9bbc5f 100644 (file)
@@ -4516,9 +4516,9 @@ def Y2_barrier : SYSInst<(outs), (ins),
 // Generate frameindex addresses.
 let isMoveImm = 1, isAsCheapAsAMove = 1, isReMaterializable = 1,
     isPseudo = 1, isCodeGenOnly = 1 in
-def TFR_FI: ALU32_ri<(outs IntRegs:$Rd), (ins IntRegs:$fi),
+def TFR_FI: ALU32_ri<(outs IntRegs:$Rd), (ins FrameIndex:$fi),
                      ".error",
-                     [(set (i32 IntRegs:$Rd), AddrFI:$fi)]>;
+                     [(set (i32 IntRegs:$Rd), ADDRri:$fi)]>;
 
 //===----------------------------------------------------------------------===//
 // CRUSER - Type.