Fix test running lines
[oota-llvm.git] / test / CodeGen / SystemZ / 02-RetOrImm.ll
1 ; RUN: llvm-as < %s | llc -march=systemz
2 define i64 @foo(i64 %a, i64 %b) {
3 entry:
4     %c = or i64 %a, 1
5     ret i64 %c
6 }
7
8 ; FIXME: SystemZ has 4 or reg-imm instructions depending on imm,
9 ; we need to support them someday.