Skip to content
Snippets Groups Projects
Commit 0fabc189 authored by Chandler Carruth's avatar Chandler Carruth
Browse files

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
parent 66360e22
No related branches found
No related tags found
No related merge requests found
...@@ -2,10 +2,6 @@ ...@@ -2,10 +2,6 @@
// //
// <rdar://problem/7471679> [irgen] [eh] Exception code built with clang (x86_64) crashes // <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. // Just check that we don't emit any dead blocks.
@interface NSArray @end @interface NSArray @end
void f0() { void f0() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment