Hmm...not failing...odd

llvm-svn: 177955
This commit is contained in:
Bill Wendling 2013-03-26 01:08:02 +00:00
parent 74bb2d2285
commit d78cfa81be
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
; 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*)