[llvm-commits] CVS: llvm/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll

Reid Spencer reid at x10sys.com
Sun Apr 15 16:01:44 PDT 2007



Changes in directory llvm/test/Transforms/GlobalDCE:

2002-08-17-FunctionDGE.ll updated: 1.4 -> 1.5
---
Log message:

For PR1336: http://llvm.org/PR1336 :
XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed.


---
Diffs of the changes:  (+1 -0)

 2002-08-17-FunctionDGE.ll |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll
diff -u llvm/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll:1.4 llvm/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll:1.5
--- llvm/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll:1.4	Fri Dec  1 22:23:09 2006
+++ llvm/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll	Sun Apr 15 18:00:46 2007
@@ -2,6 +2,7 @@
 ; 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