Fix bug in lowering of DYNAMIC_STACKALLOC nodes. The correct offset of the
authorAkira Hatanaka <ahatanak@gmail.com>
Wed, 8 Jun 2011 21:28:09 +0000 (21:28 +0000)
committerAkira Hatanaka <ahatanak@gmail.com>
Wed, 8 Jun 2011 21:28:09 +0000 (21:28 +0000)
commit69b9044c668dfb92038385a96c030778de64edfd
treee612808f5e7c009719a73e2abe552928fe44582d
parent3d21c2495d481f42bab9f8313b46e7bcf0e2d7ac
Fix bug in lowering of DYNAMIC_STACKALLOC nodes. The correct offset of the
dynamically allocated stack area was not set.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132758 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsISelLowering.h
lib/Target/Mips/MipsInstrInfo.td
lib/Target/Mips/MipsMachineFunction.h
lib/Target/Mips/MipsRegisterInfo.cpp
test/CodeGen/Mips/alloca.ll