1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Temporarily XFAIL this test until Michael can look at it.

llvm-svn: 177953
This commit is contained in:
Bill Wendling 2013-03-26 00:46:31 +00:00
parent ba9e1268e0
commit 8bbcb11d8c

View 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*)