summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/reference-in-blocks.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-09-03 00:35:23 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-09-03 00:35:23 +0000
commitbe13194655cfc1aab977a17267f863a5945bfd4e (patch)
tree7b1fd6d1bea049a7013976e20a732d26a83e8fbb /clang/test/CodeGenCXX/reference-in-blocks.cpp
parent08aede25384d4e95882df6320f900f9406d583a8 (diff)
downloadbcm5719-llvm-be13194655cfc1aab977a17267f863a5945bfd4e.tar.gz
bcm5719-llvm-be13194655cfc1aab977a17267f863a5945bfd4e.zip
Revert "Another i1 vs. i8 type mismatch issue. This time", it breaks some projects.
llvm-svn: 112922
Diffstat (limited to 'clang/test/CodeGenCXX/reference-in-blocks.cpp')
-rw-r--r--clang/test/CodeGenCXX/reference-in-blocks.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/clang/test/CodeGenCXX/reference-in-blocks.cpp b/clang/test/CodeGenCXX/reference-in-blocks.cpp
index f08ef568802..388ec7c4bbc 100644
--- a/clang/test/CodeGenCXX/reference-in-blocks.cpp
+++ b/clang/test/CodeGenCXX/reference-in-blocks.cpp
@@ -41,13 +41,3 @@ int main() {
a->F();
return 0;
}
-
-// rdar://8382559
-namespace radar8382559 {
- void func(bool& outHasProperty);
-
- void test() {
- __attribute__((__blocks__(byref))) bool hasProperty = false;
- func(hasProperty);
- }
-}
OpenPOWER on IntegriCloud