Rename getFixedStack to getStackObject. The stack objects represented are not
authorEvan Cheng <evan.cheng@apple.com>
Sat, 17 Oct 2009 06:22:26 +0000 (06:22 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 17 Oct 2009 06:22:26 +0000 (06:22 +0000)
commitbf125583f8bd8196a34921276add7f304b7c1433
tree605c387185bdb4b19cd367de8a1fa4b6ce39c9fd
parentcac25a9452c75b24e33fffe3390de8b2b8983e92
Rename getFixedStack to getStackObject. The stack objects represented are not
necessarily fixed. Only those will negative frame indices are "fixed."

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84315 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
include/llvm/CodeGen/PseudoSourceValue.h
lib/CodeGen/PseudoSourceValue.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/CodeGen/StackSlotColoring.cpp
lib/CodeGen/TargetInstrInfoImpl.cpp
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/MSP430/MSP430ISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/SystemZ/SystemZISelLowering.cpp
lib/Target/SystemZ/SystemZInstrBuilder.h
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86InstrBuilder.h