OSDN Git Service

Nuke dead code. Nothing generates the VLD1d64QPseudo_UPD instruction.
[android-x86/external-llvm.git] / test / CodeGen / SystemZ / 02-RetOr.ll
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
6 }