Fix test running lines
authorAnton Korobeynikov <asl@math.spbu.ru>
Thu, 16 Jul 2009 13:33:21 +0000 (13:33 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Thu, 16 Jul 2009 13:33:21 +0000 (13:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75918 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/SystemZ/02-RetAdd.ll
test/CodeGen/SystemZ/02-RetAddImm.ll
test/CodeGen/SystemZ/02-RetAnd.ll
test/CodeGen/SystemZ/02-RetAndImm.ll
test/CodeGen/SystemZ/02-RetOr.ll
test/CodeGen/SystemZ/02-RetOrImm.ll
test/CodeGen/SystemZ/02-RetSub.ll
test/CodeGen/SystemZ/02-RetSubImm.ll
test/CodeGen/SystemZ/02-RetXor.ll
test/CodeGen/SystemZ/02-RetXorImm.ll

index ae33e0c4196c33e6ff36c38df011cb408cc34f38..80a9c885f254729050403dbdea46dcab23d0c62d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc
+; RUN: llvm-as < %s | llc -march=systemz
 define i64 @foo(i64 %a, i64 %b) {
 entry:
     %c = add i64 %a, %b
index 138b6814e6927f5a198bb9a0a7cba1bad79f540c..c6e53aeb90511d1efb2dd423526843fb2e8f7f37 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc
+; RUN: llvm-as < %s | llc -march=systemz
 define i64 @foo(i64 %a, i64 %b) {
 entry:
     %c = add i64 %a, 1
index e174d077281f82a7c32f2cf6cea61f80ce8f0d37..b6ac5a1285894bd5b9b5642b351d4bccdc039952 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc
+; RUN: llvm-as < %s | llc -march=systemz
 
 define i64 @foo(i64 %a, i64 %b) {
 entry:
index 5753723cb1b596aa418f498453476e8d09cddd43..077ab8680fef8f0b45d680750f2b9543a6f21a58 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc
+; RUN: llvm-as < %s | llc -march=systemz
 define i64 @foo(i64 %a, i64 %b) {
 entry:
     %c = and i64 %a, 1
index ef9d63acf86b8307f5e23aad77f17b74ee1c9f3e..2b1791b23dae866a25bc768de137999d7563f420 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc
+; RUN: llvm-as < %s | llc -march=systemz
 define i64 @foo(i64 %a, i64 %b) {
 entry:
     %c = or i64 %a, %b
index b5fdb00fa25bc5f579c0ef3b6e98767213cbee04..c06e56fcb73b4c6adfc902367ce17788492b58f4 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc
+; RUN: llvm-as < %s | llc -march=systemz
 define i64 @foo(i64 %a, i64 %b) {
 entry:
     %c = or i64 %a, 1
index 16ade04cef04251e966765d396ac1164c787c97c..eb3bb69a249299cc1550ba8547e91ae3db7fa5a6 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc
+; RUN: llvm-as < %s | llc -march=systemz
 
 define i64 @foo(i64 %a, i64 %b) {
 entry:
index f90415f9ffdd694ab91903bfcf1bb6baa856325e..81d50d42d8ec63c5588ce6a54fcafbf1093dff2d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc
+; RUN: llvm-as < %s | llc -march=systemz
 
 define i64 @foo(i64 %a, i64 %b) {
 entry:
index b15d9460a6066f8f4a5d2e45db26f5582efdb268..9287e7704b40d5307792996f20d354c228bd683f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc
+; RUN: llvm-as < %s | llc -march=systemz
 define i64 @foo(i64 %a, i64 %b) {
 entry:
     %c = xor i64 %a, %b
index f1f835a0edcaf03d8db7766b2fb8286cca12abb9..5addc7148d0acd52b9666ab61eae40ce4ebf6e13 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc
+; RUN: llvm-as < %s | llc -march=systemz
 define i64 @foo(i64 %a, i64 %b) {
 entry:
     %c = xor i64 %a, 1