[llvm-commits] CVS: llvm/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll
Reid Spencer
reid at x10sys.com
Sun Apr 15 19:58:08 PDT 2007
Changes in directory llvm/test/Transforms/GlobalDCE:
2002-08-17-FunctionDGE.ll updated: 1.5 -> 1.6
---
Log message:
For PR1336: http://llvm.org/PR1336 :
Un-XFAIL this since it now passes with fix to llvm-upgrade.
---
Diffs of the changes: (+0 -1)
2002-08-17-FunctionDGE.ll | 1 -
1 files changed, 1 deletion(-)
Index: llvm/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll
diff -u llvm/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll:1.5 llvm/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll:1.6
--- llvm/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll:1.5 Sun Apr 15 18:00:46 2007
+++ llvm/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll Sun Apr 15 21:57:47 2007
@@ -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
More information about the llvm-commits
mailing list