diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-03-26 01:08:02 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-03-26 01:08:02 +0000 |
commit | 15827a83556fc37d148033e3fb6163de21896063 (patch) | |
tree | b3c67afe6fc3b797f1b9c0ea6cffed20d9261f91 /test/Transforms/ObjCARC/arc-annotations.ll | |
parent | 7c6f5a5c84516435dfb1a76c314822607a8bfa5a (diff) |
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/arc-annotations.ll')
-rw-r--r-- | test/Transforms/ObjCARC/arc-annotations.ll | 1 |
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*) |