summaryrefslogtreecommitdiff
path: root/test/CodeGen/Hexagon/post-ra-kill-update.mir
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Hexagon/post-ra-kill-update.mir')
-rw-r--r--test/CodeGen/Hexagon/post-ra-kill-update.mir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Hexagon/post-ra-kill-update.mir b/test/CodeGen/Hexagon/post-ra-kill-update.mir
index c43624d7a8d3..ac46a70a68a5 100644
--- a/test/CodeGen/Hexagon/post-ra-kill-update.mir
+++ b/test/CodeGen/Hexagon/post-ra-kill-update.mir
@@ -6,7 +6,7 @@
# CHECK-LABEL: name: foo
# Check for no-kill of r9 in the first instruction, after reordering:
-# CHECK: %d7 = S2_lsr_r_p_or %d7, killed %d1, %r9
+# CHECK: %d7 = S2_lsr_r_p_or killed %d7, killed %d1, %r9
# CHECK: %d13 = S2_lsr_r_p killed %d0, killed %r9
--- |