diff options
-rw-r--r-- | test/CodeGen/builtin-expect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/builtin-expect.c b/test/CodeGen/builtin-expect.c index 73b3b24be8..664c6b6a47 100644 --- a/test/CodeGen/builtin-expect.c +++ b/test/CodeGen/builtin-expect.c @@ -18,7 +18,7 @@ int main() { } // CHECK: call void @isigprocmask() -// CHECK: [[C:%.*]] = call i64 bitcast (i64 (...)* @bar to i64 ()*)() +// CHECK: [[C:%.*]] = call i64 (...)* @bar() // CHECK: @test1 |