Make FixedStackPseudoSourceValue a first-class PseudoSourceValue by
authorDavid Greene <greened@obbligato.org>
Thu, 12 Nov 2009 20:25:07 +0000 (20:25 +0000)
committerDavid Greene <greened@obbligato.org>
Thu, 12 Nov 2009 20:25:07 +0000 (20:25 +0000)
commitcf62632d835313b720b68669bd1e5682d4d52d0d
treecb0b6c90f2c7f0856586b7de387eca12f8aea130
parent1251443929a256c833717e1030c368d3b6e4cb7c
Make FixedStackPseudoSourceValue a first-class PseudoSourceValue by
making it visible to clients and adding LLVM-style cast capability.
This will be used by AsmPrinter to determine when to emit spill comments
for an instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@87019 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/PseudoSourceValue.h
lib/CodeGen/PseudoSourceValue.cpp