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