Follow Chris' suggestion; change the PseudoSourceValue accessors
authorDan Gohman <gohman@apple.com>
Thu, 7 Feb 2008 18:41:25 +0000 (18:41 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 7 Feb 2008 18:41:25 +0000 (18:41 +0000)
commit3069b8743769527ce7af6cfb6591a2f0fc2faee4
tree9f44d2992737c6a84e7df99bf2549ef31a673bd6
parent4fdad172deda12e10a6cf9b5c54cf9346cfaef00
Follow Chris' suggestion; change the PseudoSourceValue accessors
to return pointers instead of references, since this is always what
is needed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46857 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