From: Reid Spencer Date: Mon, 16 Apr 2007 02:57:47 +0000 (+0000) Subject: For PR1336: X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=722bdf663356593663e7bef95948397905622914;p=oota-llvm.git For PR1336: Un-XFAIL this since it now passes with fix to llvm-upgrade. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36104 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll b/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll index 7a220259848..e0af3c2c487 100644 --- a/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll +++ b/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll @@ -2,7 +2,6 @@ ; a global that is dead. Make sure any globals they refer to die as well. ; RUN: llvm-upgrade < %s | llvm-as | opt -globaldce | llvm-dis | not grep foo -; XFAIL: * %b = internal global int ()* %foo ;; Unused, kills %foo