OSDN Git Service

Include a frame index in the "fixed stack" pseudo source value
authorDan Gohman <gohman@apple.com>
Fri, 11 Jul 2008 22:44:52 +0000 (22:44 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 11 Jul 2008 22:44:52 +0000 (22:44 +0000)
commita54cf176613f9ae8301519a61b8935652c0fb8ae
tree5fb442b17f7de38a44e4b08e1e75b78ecd7a8614
parenteca64f0980e3f686a36007c53272780119635337
Include a frame index in the "fixed stack" pseudo source value
instead of using the frame index for the SVOffset, which was
inconsistent.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53486 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/PseudoSourceValue.h
lib/CodeGen/PseudoSourceValue.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp