CodeGen peephole: fold redundant phys reg copies
[oota-llvm.git] / test / CodeGen / X86 / zext-trunc.ll
index b9ffbe87b21b679793512acdfc3122594aeb4dc1..32afd6b96a8b70c04ad948dafdc2046f10cb1161 100644 (file)
@@ -2,7 +2,7 @@
 ; rdar://7570931
 
 define i64 @foo(i64 %a, i64 %b) nounwind {
-; CHECK: foo:
+; CHECK-LABEL: foo:
 ; CHECK: leal
 ; CHECK-NOT: movl
 ; CHECK: ret