diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-05-16 12:30:54 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-05-16 12:30:54 +0000 |
| commit | c0d4cb17c18495ff565a7c8f58dc2e1f236e1cd2 (patch) | |
| tree | b9ed58398afeebc6b93c515d9ace01639f056d9f /clang/test/CodeGenObjC/encode-test.m | |
| parent | d6f1518cc905cffa641a0ced3be943664cb5e8e6 (diff) | |
| download | bcm5719-llvm-c0d4cb17c18495ff565a7c8f58dc2e1f236e1cd2.tar.gz bcm5719-llvm-c0d4cb17c18495ff565a7c8f58dc2e1f236e1cd2.zip | |
Revert 131377, 131369 and 131365.
131365 caused PR9927.
llvm-svn: 131401
Diffstat (limited to 'clang/test/CodeGenObjC/encode-test.m')
| -rw-r--r-- | clang/test/CodeGenObjC/encode-test.m | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/clang/test/CodeGenObjC/encode-test.m b/clang/test/CodeGenObjC/encode-test.m index ade0c618225..24a90a0b4b9 100644 --- a/clang/test/CodeGenObjC/encode-test.m +++ b/clang/test/CodeGenObjC/encode-test.m @@ -144,20 +144,3 @@ struct s8 { long double x; }; const char g8[] = @encode(struct s8); - -// CHECK: @g9 = constant [11 x i8] c"{S9=i[0i]}\00" -struct S9 { - int x; - int flex[]; -}; -const char g9[] = @encode(struct S9); - -struct f -{ - int i; - struct{} g[4]; - int tt; -}; - -// CHECK: @g10 = constant [14 x i8] c"{f=i[0{?=}]i}\00" -const char g10[] = @encode(struct f); |

