Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / CodeGen / Blackfin / frameindex.ll
blob34ca3eb328ec4fccbc2ee58aa49d3f233b6bc52b
1 ; RUN: llvm-as < %s | llc -march=bfin -verify-machineinstrs
3 declare i32 @SIM(i8*, i8*, i32, i32, i32, [256 x i32]*, i32, i32, i32)
5 define void @foo() {
6 bb0:
7         %V = alloca [256 x i32], i32 256                ; <[256 x i32]*> [#uses=1]
8         %0 = call i32 @SIM(i8* null, i8* null, i32 0, i32 0, i32 0, [256 x i32]* %V, i32 0, i32 0, i32 2)               ; <i32> [#uses=0]
9         ret void