diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/GlobalISel/x86-select-frameIndex.mir')
| -rw-r--r-- | llvm/test/CodeGen/X86/GlobalISel/x86-select-frameIndex.mir | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/X86/GlobalISel/x86-select-frameIndex.mir b/llvm/test/CodeGen/X86/GlobalISel/x86-select-frameIndex.mir index 0c094c95ab3..5824441c872 100644 --- a/llvm/test/CodeGen/X86/GlobalISel/x86-select-frameIndex.mir +++ b/llvm/test/CodeGen/X86/GlobalISel/x86-select-frameIndex.mir @@ -24,11 +24,11 @@ stack: body: | bb.1 (%ir-block.0): ; CHECK-LABEL: name: allocai32 - ; CHECK: [[LEA32r:%[0-9]+]]:gr32 = LEA32r %stack.0.ptr1, 1, %noreg, 0, %noreg - ; CHECK: %eax = COPY [[LEA32r]] - ; CHECK: RET 0, implicit %eax + ; CHECK: [[LEA32r:%[0-9]+]]:gr32 = LEA32r %stack.0.ptr1, 1, $noreg, 0, $noreg + ; CHECK: $eax = COPY [[LEA32r]] + ; CHECK: RET 0, implicit $eax %0:gpr(p0) = G_FRAME_INDEX %stack.0.ptr1 - %eax = COPY %0(p0) - RET 0, implicit %eax + $eax = COPY %0(p0) + RET 0, implicit $eax ... |

