From 01f63b950c042d659349961470d9e9956cfd75da Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Tue, 2 Oct 2012 04:24:16 +0000 Subject: [PATCH] Re-enable this test to reflect re-enabling the new SROA pass. llvm-svn: 164987 --- clang/test/CodeGenObjC/exceptions.m | 4 ---- 1 file changed, 4 deletions(-) diff --git a/clang/test/CodeGenObjC/exceptions.m b/clang/test/CodeGenObjC/exceptions.m index e73e281..551e67c 100644 --- a/clang/test/CodeGenObjC/exceptions.m +++ b/clang/test/CodeGenObjC/exceptions.m @@ -2,10 +2,6 @@ // // [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() { -- 2.7.4