Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[llvm/avr.git] / test / CodeGen / SystemZ / 02-RetSubImm.ll
blob4f91cb073997c921a1a1c1d44a6a88cd8fc259d3
1 ; RUN: llc < %s -march=systemz
3 define i64 @foo(i64 %a, i64 %b) {
4 entry:
5     %c = sub i64 %a, 1
6     ret i64 %c