[Hexagon] Changing AddrFI back to ADDRri to address test issue.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231687 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Colin LeMahieu 2015-03-09 18:57:33 +00:00
parent 05b74bc4a6
commit 99101c7ca6

View 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.