diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2012-10-02 04:24:16 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2012-10-02 04:24:16 +0000 |
commit | 0fabc18984970f92d093399b1408a91d7b24d067 (patch) | |
tree | 06d7e6b5b74de66990035edf4265bb7a05f968e3 | |
parent | 66360e224689dc23a0acd8a6705ba50bec13bc97 (diff) |
Re-enable this test to reflect re-enabling the new SROA pass.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164987 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenObjC/exceptions.m | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/CodeGenObjC/exceptions.m b/test/CodeGenObjC/exceptions.m index e73e2815a1..551e67c2e6 100644 --- a/test/CodeGenObjC/exceptions.m +++ b/test/CodeGenObjC/exceptions.m @@ -2,10 +2,6 @@ // // <rdar://problem/7471679> [irgen] [eh] Exception code built with clang (x86_64) crashes -// XFAIL: * -// This test is disabled until SROA fallout is fixed. Turn this test back on -// once new SROA is enabled, or by reverting r164481. - // Just check that we don't emit any dead blocks. @interface NSArray @end void f0() { |