blob: b5fdb00fa25bc5f579c0ef3b6e98767213cbee04 [file] [log] [blame]
Anton Korobeynikov26ba0b12009-07-16 13:30:53 +00001; RUN: llvm-as < %s | llc
2define i64 @foo(i64 %a, i64 %b) {
3entry:
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.