Rename testing case to use - instead of _.
[oota-llvm.git] / test / Transforms / GVN / readattrs.ll
index 7baee9986133bd1c5501e4d4e44cb85bc3dfaa3b..ba624a71f9b6c3a389d3a1015571f775746d4923 100644 (file)
@@ -11,7 +11,7 @@ define i8 @test() {
   call void @use(i8* %a)
   %b = load i8* %a
   ret i8 %b
-; CHECK: define i8 @test
+; CHECK-LABEL: define i8 @test(
 ; CHECK: call void @use(i8* %a)
 ; CHECK-NEXT: ret i8 1
 }