summaryrefslogtreecommitdiff
path: root/test/Transforms/ObjCARC
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-03-26 01:08:02 +0000
committerBill Wendling <isanbard@gmail.com>2013-03-26 01:08:02 +0000
commit15827a83556fc37d148033e3fb6163de21896063 (patch)
treeb3c67afe6fc3b797f1b9c0ea6cffed20d9261f91 /test/Transforms/ObjCARC
parent7c6f5a5c84516435dfb1a76c314822607a8bfa5a (diff)
downloadllvm-15827a83556fc37d148033e3fb6163de21896063.tar.gz
llvm-15827a83556fc37d148033e3fb6163de21896063.tar.bz2
llvm-15827a83556fc37d148033e3fb6163de21896063.tar.xz
Hmm...not failing...odd
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177955 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/ObjCARC')
-rw-r--r--test/Transforms/ObjCARC/arc-annotations.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Transforms/ObjCARC/arc-annotations.ll b/test/Transforms/ObjCARC/arc-annotations.ll
index de37452f44..de0976d92a 100644
--- a/test/Transforms/ObjCARC/arc-annotations.ll
+++ b/test/Transforms/ObjCARC/arc-annotations.ll
@@ -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*)