[llvm-commits] CVS: llvm/test/CodeGen/Generic/switch-lower-feature-2.ll
Anton Korobeynikov
asl at math.spbu.ru
Thu Apr 5 09:43:27 PDT 2007
Changes in directory llvm/test/CodeGen/Generic:
switch-lower-feature-2.ll updated: 1.1 -> 1.2
---
Log message:
Fix test
---
Diffs of the changes: (+2 -0)
switch-lower-feature-2.ll | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/test/CodeGen/Generic/switch-lower-feature-2.ll
diff -u llvm/test/CodeGen/Generic/switch-lower-feature-2.ll:1.1 llvm/test/CodeGen/Generic/switch-lower-feature-2.ll:1.2
--- llvm/test/CodeGen/Generic/switch-lower-feature-2.ll:1.1 Wed Apr 4 16:14:49 2007
+++ llvm/test/CodeGen/Generic/switch-lower-feature-2.ll Thu Apr 5 11:43:09 2007
@@ -8,6 +8,8 @@
; RUN: llvm-as < %s | llc -march=x86 -o - | grep ja | wc -l | grep 1 &&
; RUN: llvm-as < %s | llc -march=x86 -o - | grep js | wc -l | grep 1
+target triple = "i686-pc-linux-gnu"
+
define i32 @main(i32 %tmp158) {
entry:
switch i32 %tmp158, label %bb336 [
More information about the llvm-commits
mailing list