[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/jmp_table.ll
    Chris Lattner 
    sabre at nondot.org
       
    Mon Oct  9 10:34:56 PDT 2006
    
    
  
Changes in directory llvm/test/Regression/CodeGen/Alpha:
jmp_table.ll updated: 1.3 -> 1.4
---
Log message:
xfail this until andrew has a chance to implement the alpha TM method.
---
Diffs of the changes:  (+2 -0)
 jmp_table.ll |    2 ++
 1 files changed, 2 insertions(+)
Index: llvm/test/Regression/CodeGen/Alpha/jmp_table.ll
diff -u llvm/test/Regression/CodeGen/Alpha/jmp_table.ll:1.3 llvm/test/Regression/CodeGen/Alpha/jmp_table.ll:1.4
--- llvm/test/Regression/CodeGen/Alpha/jmp_table.ll:1.3	Wed Oct  4 22:27:52 2006
+++ llvm/test/Regression/CodeGen/Alpha/jmp_table.ll	Mon Oct  9 12:34:40 2006
@@ -4,6 +4,8 @@
 ; RUN: llvm-as < %s | llc -march=alpha | grep 'ldl' &&
 ; RUN: llvm-as < %s | llc -march=alpha | grep 'rodata'
 
+; XFAIL: *
+
 target endian = little
 target pointersize = 64
 target triple = "alphaev67-unknown-linux-gnu"
    
    
More information about the llvm-commits
mailing list