Add nounwind keywords.
[oota-llvm.git] / test / CodeGen / Thumb2 / thumb2-mov4.ll
1 ; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {movw\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#65535} | count 1
2
3 define i32 @f6(i32 %a) {
4     %tmp = add i32 0, 65535
5     ret i32 %tmp
6 }