diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2015-01-22 01:33:41 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2015-01-22 01:33:41 +0000 |
commit | e855c2ae0a205cc47aff5f21c0cf97d556e80e64 (patch) | |
tree | f65a81d611369502a45b68033e8e2ffdb6b79eca /clang/test/CodeGen/2009-01-05-BlockInlining.c | |
parent | b88c11281cc3233a858d01ca657dd98fe0909197 (diff) | |
download | bcm5719-llvm-e855c2ae0a205cc47aff5f21c0cf97d556e80e64.tar.gz bcm5719-llvm-e855c2ae0a205cc47aff5f21c0cf97d556e80e64.zip |
Revert "Try to fix -Asserts build bots."
This reverts commit r226758.
Looks like rnk's 226757 fixed the real issue.
Sorry for the noise.
llvm-svn: 226759
Diffstat (limited to 'clang/test/CodeGen/2009-01-05-BlockInlining.c')
-rw-r--r-- | clang/test/CodeGen/2009-01-05-BlockInlining.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/2009-01-05-BlockInlining.c b/clang/test/CodeGen/2009-01-05-BlockInlining.c index 3a5fc89193e..61e5244bb68 100644 --- a/clang/test/CodeGen/2009-01-05-BlockInlining.c +++ b/clang/test/CodeGen/2009-01-05-BlockInlining.c @@ -5,8 +5,8 @@ // and block literals are internal constants. // CHECK: @__block_descriptor_tmp = internal constant // CHECK: @__block_literal_global = internal constant -// CHECK: @__block_descriptor_tmp{{.}} = internal constant -// CHECK: @__block_literal_global{{.}} = internal constant +// CHECK: @__block_descriptor_tmp2 = internal constant +// CHECK: @__block_literal_global3 = internal constant static int fun(int x) { return x+1; } |