summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2012-09-18-ARMv4ISelBug.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/2012-09-18-ARMv4ISelBug.ll')
-rw-r--r--test/CodeGen/ARM/2012-09-18-ARMv4ISelBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2012-09-18-ARMv4ISelBug.ll b/test/CodeGen/ARM/2012-09-18-ARMv4ISelBug.ll
index e761ffe72c..3bdbb3cf58 100644
--- a/test/CodeGen/ARM/2012-09-18-ARMv4ISelBug.ll
+++ b/test/CodeGen/ARM/2012-09-18-ARMv4ISelBug.ll
@@ -4,7 +4,7 @@
; rdar://12300648
define i32 @t(i32 %x) {
-; CHECK: t:
+; CHECK-LABEL: t:
; CHECK-NOT: movw
%tmp = add i32 %x, -65535
ret i32 %tmp