[cfe-commits] r140243 - /cfe/trunk/test/CodeGen/builtin-expect.c

John McCall rjmccall at apple.com
Wed Sep 21 01:34:49 PDT 2011


Author: rjmccall
Date: Wed Sep 21 03:34:49 2011
New Revision: 140243

URL: http://llvm.org/viewvc/llvm-project?rev=140243&view=rev
Log:
I had meant to locally revert this test.


Modified:
    cfe/trunk/test/CodeGen/builtin-expect.c

Modified: cfe/trunk/test/CodeGen/builtin-expect.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/builtin-expect.c?rev=140243&r1=140242&r2=140243&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/builtin-expect.c (original)
+++ cfe/trunk/test/CodeGen/builtin-expect.c Wed Sep 21 03:34:49 2011
@@ -18,7 +18,7 @@
 }
 
 // CHECK: call void @isigprocmask()
-// CHECK: [[C:%.*]] = call i64 bitcast (i64 (...)* @bar to i64 ()*)()
+// CHECK: [[C:%.*]] = call i64 (...)* @bar()
 
 
 // CHECK: @test1





More information about the cfe-commits mailing list