blob: 1e8134d2ddcc1d5420983a92e251b5c6d9e66727 [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=systemz
Anton Korobeynikov26ba0b12009-07-16 13:30:53 +00002define i64 @foo(i64 %a, i64 %b) {
3entry:
4 %c = or i64 %a, %b
5 ret i64 %c
6}