Add a new PseudoSourceValue class, which will be used to help track
authorDan Gohman <gohman@apple.com>
Wed, 30 Jan 2008 16:35:31 +0000 (16:35 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 30 Jan 2008 16:35:31 +0000 (16:35 +0000)
commitf38dc192dd378903048efbadb95b75cf41abfb63
tree837fc063274f97dfc9ee2280e476f0d68650c054
parentb4b04172206810623845a7f11dd3a65b0b3b10d5
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]