From caaf8a1597dbaf644366a176e1d29f15a5f5337a Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 16 Apr 2007 02:57:47 +0000 Subject: [PATCH] For PR1336: Un-XFAIL this since it now passes with fix to llvm-upgrade. llvm-svn: 36104 --- llvm/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll b/llvm/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll index 7a2202598482..e0af3c2c4878 100644 --- a/llvm/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll +++ b/llvm/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