[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/jmp_table.ll
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Wed Oct 4 20:28:06 PDT 2006
Changes in directory llvm/test/Regression/CodeGen/Alpha:
jmp_table.ll updated: 1.2 -> 1.3
---
Log message:
Check that jump tables wind up in the rodata section
---
Diffs of the changes: (+2 -1)
jmp_table.ll | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/Alpha/jmp_table.ll
diff -u llvm/test/Regression/CodeGen/Alpha/jmp_table.ll:1.2 llvm/test/Regression/CodeGen/Alpha/jmp_table.ll:1.3
--- llvm/test/Regression/CodeGen/Alpha/jmp_table.ll:1.2 Mon Sep 25 09:04:53 2006
+++ llvm/test/Regression/CodeGen/Alpha/jmp_table.ll Wed Oct 4 22:27:52 2006
@@ -1,7 +1,8 @@
; try to check that we have the most important instructions, which shouldn't appear otherwise
; RUN: llvm-as < %s | llc -march=alpha | grep 'jmp' &&
; RUN: llvm-as < %s | llc -march=alpha | grep 'gprel32' &&
-; RUN: llvm-as < %s | llc -march=alpha | grep 'ldl'
+; RUN: llvm-as < %s | llc -march=alpha | grep 'ldl' &&
+; RUN: llvm-as < %s | llc -march=alpha | grep 'rodata'
target endian = little
target pointersize = 64
More information about the llvm-commits
mailing list