Skip to content

Commit

Permalink
Revert "Try to fix -Asserts build bots."
Browse files Browse the repository at this point in the history
This reverts commit r226758.

Looks like rnk's 226757 fixed the real issue.
Sorry for the noise.

llvm-svn: 226759
  • Loading branch information
espindola committed Jan 22, 2015
1 parent b88c112 commit e855c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/test/CodeGen/2009-01-05-BlockInlining.c
Expand Up @@ -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;
}
Expand Down

0 comments on commit e855c2a

Please sign in to comment.