Verify the predicates on icmp/fcmp. Suggested by Jeff Yasskin!
[llvm.git] / test / CodeGen / SystemZ / 02-RetXor.ll
blob4d1adf2f367c161d8b214ab8ad4e18e2f13c9fcd
1 ; RUN: llc < %s -march=systemz
2 define i64 @foo(i64 %a, i64 %b) {
3 entry:
4     %c = xor i64 %a, %b
5     ret i64 %c