diff options
author | John McCall <rjmccall@apple.com> | 2011-09-21 08:34:49 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2011-09-21 08:34:49 +0000 |
commit | 9cb88ec8d17d0778bdc9ea92100ac659c22aad67 (patch) | |
tree | 0cd01b4157fdaba56e6c156cdedda063bb521a89 /clang/test/CodeGen/builtin-expect.c | |
parent | e36a15db17ed053cca8559f7787261ffa2b03f6e (diff) | |
download | bcm5719-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.c | 2 |
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 |