OSDN Git Service

Add a new PseudoSourceValue class, which will be used to help track
authorDan Gohman <djg@cray.com>
Wed, 30 Jan 2008 16:35:31 +0000 (16:35 +0000)
committerDan Gohman <djg@cray.com>
Wed, 30 Jan 2008 16:35:31 +0000 (16:35 +0000)
commit93ea972b2a51af9be1431000ead30dd156b3a7ba
tree837fc063274f97dfc9ee2280e476f0d68650c054
parentaf8fc1706e0d005bcb027e365020ab4b5594370a
Add a new PseudoSourceValue class, which will be used to help track
memory reference information in the backend. Most of this was written by
Florian Brander, cleanup and updating to TOT by me.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46556 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/PseudoSourceValue.h [new file with mode: 0644]
include/llvm/Value.h
lib/CodeGen/PseudoSourceValue.cpp [new file with mode: 0644]