When removing a function from the function set and adding it to deferred, we
[llvm.git] / test / CodeGen / SystemZ / 02-RetOr.ll
bloba1ddb63d04abebeb930b559cbd09ec684e078879
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