Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[llvm/avr.git] / test / CodeGen / Thumb2 / thumb2-sub5.ll
blobc3b56bc09c85b93a8a87d0501894d49338f764fa
1 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | FileCheck %s
3 define i64 @f1(i64 %a, i64 %b) {
4 ; CHECK: f1:
5 ; CHECK: subs r0, r0, r2
6 ; CHECK: sbcs r1, r3
7     %tmp = sub i64 %a, %b
8     ret i64 %tmp