[llvm-commits] CVS: llvm/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx 2005-07-14-NegationToMinusMinus.ll
Reid Spencer
reid at x10sys.com
Sun Apr 15 16:01:44 PDT 2007
Changes in directory llvm/test/CodeGen/CBackend:
2004-02-15-PreexistingExternals.llx updated: 1.2 -> 1.3
2005-07-14-NegationToMinusMinus.ll updated: 1.3 -> 1.4
---
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: (+3 -0)
2004-02-15-PreexistingExternals.llx | 1 +
2005-07-14-NegationToMinusMinus.ll | 2 ++
2 files changed, 3 insertions(+)
Index: llvm/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx
diff -u llvm/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx:1.2 llvm/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx:1.3
--- llvm/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx:1.2 Fri Dec 1 22:23:08 2006
+++ llvm/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx Sun Apr 15 18:00:46 2007
@@ -5,6 +5,7 @@
; everything up. :( Test that this does not happen anymore.
;
; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | not grep _memcpy
+; XFAIL: *
declare void %llvm.memcpy(sbyte*, sbyte*, uint,uint)
declare float* %memcpy(int*, uint,int)
Index: llvm/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll
diff -u llvm/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll:1.3 llvm/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll:1.4
--- llvm/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll:1.3 Sun Apr 15 14:21:54 2007
+++ llvm/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll Sun Apr 15 18:00:46 2007
@@ -1,4 +1,6 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | not grep -- -65535
+; XFAIL: *
+
; ModuleID = '<stdin>'
target endian = little
target pointersize = 32
More information about the llvm-commits
mailing list