Fix a use-of-dangling-pointer bug, from the introduction of SrcValue's.
authorChris Lattner <sabre@nondot.org>
Fri, 5 Aug 2005 16:55:31 +0000 (16:55 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 5 Aug 2005 16:55:31 +0000 (16:55 +0000)
commitc534395cb22202e66f27abe99dd9c153b4a68b14
tree42867d32f26174b5800f5acca6904df783bc1d30
parent2f4eca30d11d634ac2a26eed4d80f8bc9584a4b3
Fix a use-of-dangling-pointer bug, from the introduction of SrcValue's.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22679 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp