Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / CodeGen / Blackfin / i256param.ll
blob85a74fa5eedefb6f5fee68fe75e03bb00fe06c96
1 ; RUN: llvm-as < %s | llc -march=bfin -verify-machineinstrs
2 @i256_s = external global i256          ; <i256*> [#uses=1]
4 define void @i256_ls(i256 %x) nounwind  {
5         store i256 %x, i256* @i256_s
6         ret void