ARM: fix folding of stack-adjustment (yet again).
[oota-llvm.git] / test / CodeGen / ARM / bswap-inline-asm.ll
index 472213d5f85fff204bc9543267550e5877a36b7e..31f9d729cf6e67572ecb759dfe37420c0d8792eb 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llc < %s -mtriple=arm-apple-darwin -mattr=+v6 | FileCheck %s
 
 define i32 @t1(i32 %x) nounwind {
-; CHECK: t1:
+; CHECK-LABEL: t1:
 ; CHECK-NOT: InlineAsm
 ; CHECK: rev
   %asmtmp = tail call i32 asm "rev $0, $1\0A", "=l,l"(i32 %x) nounwind