Temporarily XFAIL this test until Michael can look at it.
authorBill Wendling <isanbard@gmail.com>
Tue, 26 Mar 2013 00:46:31 +0000 (00:46 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 26 Mar 2013 00:46:31 +0000 (00:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177953 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/ObjCARC/arc-annotations.ll

index de0976d92ad2ef648504380fc3dbcdd27d7807ec..de37452f44a7486ed62e14fc587992ddc65c24bd 100644 (file)
@@ -3,6 +3,7 @@
 ; check the data flow analysis of ARC.
 
 ; RUN: opt -S -objc-arc -enable-objc-arc-annotations < %s | FileCheck %s
+; XFAIL: *
 
 declare i8* @objc_retain(i8*)
 declare i8* @objc_retainAutoreleasedReturnValue(i8*)