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

Reid Spencer reid at x10sys.com
Sun Apr 15 20:07:00 PDT 2007



Changes in directory llvm/test/CodeGen/Generic:

vector-constantexpr.ll updated: 1.3 -> 1.4
---
Log message:

For PR1336: http://llvm.org/PR1336 :
Un-XFAIL this test now that llvm-ugprade knows how to create functions with
empty names.


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

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


Index: llvm/test/CodeGen/Generic/vector-constantexpr.ll
diff -u llvm/test/CodeGen/Generic/vector-constantexpr.ll:1.3 llvm/test/CodeGen/Generic/vector-constantexpr.ll:1.4
--- llvm/test/CodeGen/Generic/vector-constantexpr.ll:1.3	Sun Apr 15 18:00:46 2007
+++ llvm/test/CodeGen/Generic/vector-constantexpr.ll	Sun Apr 15 22:06:39 2007
@@ -1,5 +1,4 @@
 ; 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