From a8a16d5234eb346513bb0b27368b8660feb33324 Mon Sep 17 00:00:00 2001 From: John McCall Date: Wed, 21 Sep 2011 08:34:49 +0000 Subject: [PATCH] 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 --- test/CodeGen/builtin-expect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1