[x86] Simplify vector selection if condition value type matches vselect value type...
[oota-llvm.git] / test / CodeGen / X86 / 2009-11-16-MachineLICM.ll
index 2ac688fd80af1420af4cb6d6a37bb60b4ab70fc2..fedb2a51f3573189431b1f21c803916b1d69822d 100644 (file)
@@ -5,7 +5,7 @@
 
 define void @foo(i32 %n, float* nocapture %x) nounwind ssp {
 entry:
-; CHECK: foo:
+; CHECK-LABEL: foo:
   %0 = icmp sgt i32 %n, 0                         ; <i1> [#uses=1]
   br i1 %0, label %bb.nph, label %return