Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git] / test / CodeGen / SystemZ / 02-RetOr.ll
blob1e8134d2ddcc1d5420983a92e251b5c6d9e66727
1 ; RUN: llc < %s -march=systemz
2 define i64 @foo(i64 %a, i64 %b) {
3 entry:
4     %c = or i64 %a, %b
5     ret i64 %c