1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Fix test running lines

llvm-svn: 75918
This commit is contained in:
Anton Korobeynikov 2009-07-16 13:33:21 +00:00
parent c98835c743
commit 4b8ed9f263
10 changed files with 10 additions and 10 deletions

View 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

View 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

View 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:

View 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

View 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

View 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

View 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:

View 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:

View 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

View 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