summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/cmp1-peephole-thumb.mir
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/cmp1-peephole-thumb.mir')
-rw-r--r--test/CodeGen/ARM/cmp1-peephole-thumb.mir16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/CodeGen/ARM/cmp1-peephole-thumb.mir b/test/CodeGen/ARM/cmp1-peephole-thumb.mir
index 3e87ced0ee5..62675b4a77c 100644
--- a/test/CodeGen/ARM/cmp1-peephole-thumb.mir
+++ b/test/CodeGen/ARM/cmp1-peephole-thumb.mir
@@ -49,9 +49,9 @@ frameInfo:
hasVAStart: false
hasMustTailInVarArgFunc: false
-# CHECK: tMOVi8 1, 14, _
-# CHECK: tMOVi8 0, 14, _
-# CHECK: tMUL %1, %0, 14, _
+# CHECK: tMOVi8 1, 14, %noreg
+# CHECK: tMOVi8 0, 14, %noreg
+# CHECK: tMUL %1, %0, 14, %noreg
# CHECK-NOT: tCMPi8
body: |
bb.0.entry:
@@ -59,10 +59,10 @@ body: |
%1 = COPY %r1
%0 = COPY %r0
- %2, %cpsr = tMUL %1, %0, 14, _
- %3, %cpsr = tMOVi8 1, 14, _
- %4, %cpsr = tMOVi8 0, 14, _
- tCMPi8 killed %2, 0, 14, _, implicit-def %cpsr
+ %2, %cpsr = tMUL %1, %0, 14, %noreg
+ %3, %cpsr = tMOVi8 1, 14, %noreg
+ %4, %cpsr = tMOVi8 0, 14, %noreg
+ tCMPi8 killed %2, 0, 14, %noreg, implicit-def %cpsr
tBcc %bb.2.entry, 0, %cpsr
bb.1.entry:
@@ -70,6 +70,6 @@ body: |
bb.2.entry:
%5 = PHI %4, %bb.1.entry, %3, %bb.0.entry
%r0 = COPY %5
- tBX_RET 14, _, implicit %r0
+ tBX_RET 14, %noreg, implicit %r0
...