[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/jmp_table.ll

Andrew Lenharth alenhar2 at cs.uiuc.edu
Tue Oct 10 21:30:03 PDT 2006



Changes in directory llvm/test/Regression/CodeGen/Alpha:

jmp_table.ll updated: 1.4 -> 1.5
---
Log message:

Jimptables working again on alpha.

As a bonus, use the GOT node instead of the AlphaISD::GOT for internal stuff.



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

 jmp_table.ll |    2 --
 1 files changed, 2 deletions(-)


Index: llvm/test/Regression/CodeGen/Alpha/jmp_table.ll
diff -u llvm/test/Regression/CodeGen/Alpha/jmp_table.ll:1.4 llvm/test/Regression/CodeGen/Alpha/jmp_table.ll:1.5
--- llvm/test/Regression/CodeGen/Alpha/jmp_table.ll:1.4	Mon Oct  9 12:34:40 2006
+++ llvm/test/Regression/CodeGen/Alpha/jmp_table.ll	Tue Oct 10 23:29:42 2006
@@ -4,8 +4,6 @@
 ; 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