From 15827a83556fc37d148033e3fb6163de21896063 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 26 Mar 2013 01:08:02 +0000 Subject: [PATCH] Hmm...not failing...odd git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177955 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/ObjCARC/arc-annotations.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Transforms/ObjCARC/arc-annotations.ll b/test/Transforms/ObjCARC/arc-annotations.ll index de37452f44a..de0976d92ad 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*) -- 2.34.1