diff options
| author | Mike Stump <mrs@apple.com> | 2009-03-25 18:05:39 +0000 |
|---|---|---|
| committer | Mike Stump <mrs@apple.com> | 2009-03-25 18:05:39 +0000 |
| commit | 871c1f6f888b0ecd07aa1cc229d69f2b8be64ddc (patch) | |
| tree | be76f195561cb70046a6670ee6bd96170d957bd5 /clang/test/CodeGen | |
| parent | d2142cffbf0b34d9f7cd4e36539205c8f02ff7d2 (diff) | |
| download | bcm5719-llvm-871c1f6f888b0ecd07aa1cc229d69f2b8be64ddc.tar.gz bcm5719-llvm-871c1f6f888b0ecd07aa1cc229d69f2b8be64ddc.zip | |
Remove -f__block as codegen for __block variables should be solid.
llvm-svn: 67697
Diffstat (limited to 'clang/test/CodeGen')
| -rw-r--r-- | clang/test/CodeGen/blocks-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/blocks-1.c b/clang/test/CodeGen/blocks-1.c index d6fc1595208..f2677f3c275 100644 --- a/clang/test/CodeGen/blocks-1.c +++ b/clang/test/CodeGen/blocks-1.c @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -emit-llvm -o %t -fblocks -f__block && +// RUN: clang-cc %s -emit-llvm -o %t -fblocks && // RUN: grep "_Block_object_dispose" %t | count 15 && // RUN: grep "__copy_helper_block_" %t | count 12 && // RUN: grep "__destroy_helper_block_" %t | count 12 && |

