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

llvm-svn: 231687
This commit is contained in:
Colin LeMahieu 2015-03-09 18:57:33 +00:00
parent 24ee64ba87
commit 63adf969a5
1 changed files with 2 additions and 2 deletions

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.