summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/builtin-expect.c
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2011-09-21 08:34:49 +0000
committerJohn McCall <rjmccall@apple.com>2011-09-21 08:34:49 +0000
commit9cb88ec8d17d0778bdc9ea92100ac659c22aad67 (patch)
tree0cd01b4157fdaba56e6c156cdedda063bb521a89 /clang/test/CodeGen/builtin-expect.c
parente36a15db17ed053cca8559f7787261ffa2b03f6e (diff)
downloadbcm5719-llvm-9cb88ec8d17d0778bdc9ea92100ac659c22aad67.tar.gz
bcm5719-llvm-9cb88ec8d17d0778bdc9ea92100ac659c22aad67.zip
I had meant to locally revert this test.
llvm-svn: 140243
Diffstat (limited to 'clang/test/CodeGen/builtin-expect.c')
-rw-r--r--clang/test/CodeGen/builtin-expect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/builtin-expect.c b/clang/test/CodeGen/builtin-expect.c
index 73b3b24be8f..664c6b6a470 100644
--- a/clang/test/CodeGen/builtin-expect.c
+++ b/clang/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
OpenPOWER on IntegriCloud