summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/undef-sext.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/undef-sext.ll')
-rw-r--r--test/CodeGen/ARM/undef-sext.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/undef-sext.ll b/test/CodeGen/ARM/undef-sext.ll
index 2c28da3b6461..c6d76d0017df 100644
--- a/test/CodeGen/ARM/undef-sext.ll
+++ b/test/CodeGen/ARM/undef-sext.ll
@@ -4,7 +4,7 @@
define i32 @t(i32* %a) nounwind {
entry:
-; CHECK: t:
+; CHECK-LABEL: t:
; CHECK: ldr r0, [r0]
; CHECK: bx lr
%0 = sext i16 undef to i32