diff options
Diffstat (limited to 'llvm/test/CodeGen/Thumb/push.ll')
-rw-r--r-- | llvm/test/CodeGen/Thumb/push.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb/push.ll b/llvm/test/CodeGen/Thumb/push.ll index 94ef8e90043..62229c6dade 100644 --- a/llvm/test/CodeGen/Thumb/push.ll +++ b/llvm/test/CodeGen/Thumb/push.ll @@ -2,7 +2,7 @@ ; rdar://7268481 define void @t() nounwind { -; CHECK: t: +; CHECK-LABEL: t: ; CHECK: push {r7} entry: call void asm sideeffect alignstack ".long 0xe7ffdefe", ""() nounwind |