diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2013-12-22 00:04:03 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2013-12-22 00:04:03 +0000 |
commit | f8af5cf600354830d4ccf59732403f0f073eccb9 (patch) | |
tree | 2ba0398b4c42ad4f55561327538044fd2c925a8b /test/CodeGen/Thumb/dyn-stackalloc.ll | |
parent | 59d6cff90eecf31cb3dd860c4e786674cfdd42eb (diff) |
Diffstat (limited to 'test/CodeGen/Thumb/dyn-stackalloc.ll')
-rw-r--r-- | test/CodeGen/Thumb/dyn-stackalloc.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Thumb/dyn-stackalloc.ll b/test/CodeGen/Thumb/dyn-stackalloc.ll index f3f08347ae6e1..6c6de55347a4e 100644 --- a/test/CodeGen/Thumb/dyn-stackalloc.ll +++ b/test/CodeGen/Thumb/dyn-stackalloc.ll @@ -5,7 +5,7 @@ %struct.info = type { i32, i32, i32, i32, i32, i32, i32, i8* } define void @t1(%struct.state* %v) { -; CHECK: t1: +; CHECK-LABEL: t1: ; CHECK: push ; CHECK: add r7, sp, #12 ; CHECK: lsls r[[R0:[0-9]+]] @@ -39,7 +39,7 @@ declare fastcc void @f2(float*, float*, float*, i32) @str215 = external global [2 x i8] define void @t2(%struct.comment* %vc, i8* %tag, i8* %contents) { -; CHECK: t2: +; CHECK-LABEL: t2: ; CHECK: push ; CHECK: add r7, sp, #12 ; CHECK: sub sp, # |