In some rare cases, the register allocator can spill registers but end up not utilizi...
[llvm/msp430.git] / test / CodeGen / Generic / 2007-04-27-LargeMemObject.ll
blob9424ea7a29fdeb5b4256230bf5f04c7b82bd5b84
1 ; RUN: llvm-as < %s | llc
3         %struct..0anon = type { [100 x i32] }
5 define void @test() {
6 entry:
7         %currfpu = alloca %struct..0anon, align 16              ; <%struct..0anon*> [#uses=2]
8         %mxcsr = alloca %struct..0anon, align 16                ; <%struct..0anon*> [#uses=1]
9         call void asm sideeffect "fnstenv $0", "=*m,~{dirflag},~{fpsr},~{flags}"( %struct..0anon* %currfpu )
10         call void asm sideeffect "$0  $1", "=*m,*m,~{dirflag},~{fpsr},~{flags}"( %struct..0anon* %mxcsr, %struct..0anon* %currfpu )
11         ret void