diff options
Diffstat (limited to 'test/CodeGen/dostmt.c')
-rw-r--r-- | test/CodeGen/dostmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/dostmt.c b/test/CodeGen/dostmt.c index 54973dc..67ef64e 100644 --- a/test/CodeGen/dostmt.c +++ b/test/CodeGen/dostmt.c @@ -71,6 +71,6 @@ void test6f(void); void test6() { do { } while (test6f(), 0); - // CHECK: call void @test6f() + // CHECK: call {{.*}}void @test6f() } |