Eliminate more uses of llvm-as and llvm-dis.
[oota-llvm.git] / test / CodeGen / SystemZ / 01-RetArg.ll
1 ; RUN: llc < %s -march=systemz
2
3 define i64 @foo(i64 %a, i64 %b) {
4 entry:
5     ret i64 %b
6 }