blob: 5753723cb1b596aa418f498453476e8d09cddd43 [file] [log] [blame]
Anton Korobeynikove6220fb2009-07-16 13:32:49 +00001; RUN: llvm-as < %s | llc
2define i64 @foo(i64 %a, i64 %b) {
3entry:
4 %c = and i64 %a, 1
5 ret i64 %c
6}
7
8; FIXME: SystemZ has 4 and reg-imm instructions depending on imm,
9; we need to support them someday.