From: John McCall Date: Wed, 21 Sep 2011 08:34:49 +0000 (+0000) Subject: I had meant to locally revert this test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8a16d5234eb346513bb0b27368b8660feb33324;p=clang I had meant to locally revert this test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140243 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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