Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging. No...
[oota-llvm.git] / test / CodeGen / X86 / 2007-02-23-DAGCombine-Miscompile.ll
index b48ce845f902d88e80e296b4b6ae5907f1cbaff8..cbc1bc47fb15e6083ac8ffc85237aa14ed0f94fd 100644 (file)
@@ -2,7 +2,7 @@
 ; RUN: llc < %s -march=x86 | FileCheck %s
 
 define i32 @test(i1 %X) {
-; CHECK: test:
+; CHECK-LABEL: test:
 ; CHECK-NOT: ret
 ; CHECK: movl $1, %eax
 ; CHECK: ret