[llvm-commits] CVS: llvm/test/Transforms/GlobalOpt/memset.ll

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



Changes in directory llvm/test/Transforms/GlobalOpt:

memset.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)

 memset.ll |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/test/Transforms/GlobalOpt/memset.ll
diff -u llvm/test/Transforms/GlobalOpt/memset.ll:1.4 llvm/test/Transforms/GlobalOpt/memset.ll:1.5
--- llvm/test/Transforms/GlobalOpt/memset.ll:1.4	Sun Apr 15 03:30:32 2007
+++ llvm/test/Transforms/GlobalOpt/memset.ll	Sun Apr 15 18:00:46 2007
@@ -2,6 +2,7 @@
 
 ; RUN: llvm-upgrade < %s | llvm-as | opt -globalopt | llvm-dis | \
 ; RUN:   not grep internal
+; XFAIL: *
 
 %G0 = internal global [58 x sbyte] c"asdlfkajsdlfkajsd;lfkajds;lfkjasd;flkajsd;lkfja;sdlkfjasd\00"
 






More information about the llvm-commits mailing list