[llvm-commits] CVS: llvm/test/CodeGen/Generic/vector-constantexpr.ll

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



Changes in directory llvm/test/CodeGen/Generic:

vector-constantexpr.ll updated: 1.2 -> 1.3
---
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)

 vector-constantexpr.ll |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/test/CodeGen/Generic/vector-constantexpr.ll
diff -u llvm/test/CodeGen/Generic/vector-constantexpr.ll:1.2 llvm/test/CodeGen/Generic/vector-constantexpr.ll:1.3
--- llvm/test/CodeGen/Generic/vector-constantexpr.ll:1.2	Fri Dec  1 22:23:08 2006
+++ llvm/test/CodeGen/Generic/vector-constantexpr.ll	Sun Apr 15 18:00:46 2007
@@ -1,4 +1,5 @@
 ; RUN: llvm-upgrade < %s | llvm-as | llc
+; XFAIL: *
 	
 void ""(float* %inregs, float* %outregs) {
         %a_addr.i = alloca <4 x float>          ; <<4 x float>*> [#uses=1]






More information about the llvm-commits mailing list