When LiveVariables is adding implicit-def to model "partial dead", add the earlyclobb...
[oota-llvm.git] / test / CodeGen / X86 / omit-label.ll
index 35e6427dafac345df15050f8eb0953b376e7e200..0ec03ebace8969c87745ddd6fd248ff17b90edff 100644 (file)
@@ -1,11 +1,11 @@
-; RUN: llvm-as < %s | llc -asm-verbose=false -mtriple=x86_64-linux-gnu | FileCheck %s
+; RUN: llc < %s -asm-verbose=false -mtriple=x86_64-linux-gnu | FileCheck %s
 ; PR4126
 ; PR4732
 
 ; Don't omit these labels' definitions.
 
 ; CHECK: bux:
-; CHECK: .LBB1_1:
+; CHECK: LBB1_1:
 
 define void @bux(i32 %p_53) nounwind optsize {
 entry:
@@ -28,9 +28,9 @@ declare i32 @baz(...)
 
 ; Don't omit this label in the assembly output.
 ; CHECK: int321:
-; CHECK:    jne .LBB2_1
-; CHECK:    jle .LBB2_1
-; CHECK: .LBB2_1:
+; CHECK: LBB2_1
+; CHECK: LBB2_1
+; CHECK: LBB2_1:
 
 define void @int321(i8 signext %p_103, i32 %uint8p_104) nounwind readnone {
 entry: