diff options
Diffstat (limited to 'test/CodeGen/pr9614.c')
-rw-r--r-- | test/CodeGen/pr9614.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/pr9614.c b/test/CodeGen/pr9614.c index 8fdb2f2..53abef1 100644 --- a/test/CodeGen/pr9614.c +++ b/test/CodeGen/pr9614.c @@ -18,7 +18,7 @@ void f(void) { strrchr_foo("", '.'); } -// CHECK: define void @f() +// CHECK-LABEL: define void @f() // CHECK: call void @foo() // CHECK-NEXT: call void @bar() // CHECK-NEXT: call i8* @strrchr( |