Remove redundant test.
[oota-llvm.git] / test / Transforms / Inline / 2010-05-31-ByvalTailcall.ll
index 1ce74e6e41b8b904d19685432c98b4538dce3f3d..b37b9f2ffa287e82c68459a69af1a48b30e2ae34 100644 (file)
@@ -17,7 +17,7 @@ define void @bar(i32* byval %x) {
 }
 
 define void @foo(i32* %x) {
-; CHECK: define void @foo
+; CHECK-LABEL: define void @foo(
 ; CHECK: store i32 %1, i32* %x
   call void @bar(i32* byval %x)
   ret void