summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-04 11:26:31 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-04 11:26:31 +0000
commit7225e27b4cd9a3e33478264caac765bf31e3179a (patch)
tree087e98a3085ed9bb67bae98548d7fd4b939d2a44 /docs
parenteb3d76da81e2148ed7c577594c873ba147f4f435 (diff)
downloadllvm-7225e27b4cd9a3e33478264caac765bf31e3179a.tar.gz
llvm-7225e27b4cd9a3e33478264caac765bf31e3179a.tar.bz2
llvm-7225e27b4cd9a3e33478264caac765bf31e3179a.tar.xz
[Modules] Move ValueMap to the IR library. While this class does not
directly care about the Value class (it is templated so that the key can be any arbitrary Value subclass), it is in fact concretely tied to the Value class through the ValueHandle's CallbackVH interface which relies on the key type being some Value subclass to establish the value handle chain. Ironically, the unittest is already in the right library. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202824 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ProgrammersManual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ProgrammersManual.rst b/docs/ProgrammersManual.rst
index 99aa5c7877..4862611c09 100644
--- a/docs/ProgrammersManual.rst
+++ b/docs/ProgrammersManual.rst
@@ -1318,7 +1318,7 @@ type used.
.. _dss_valuemap:
-llvm/ADT/ValueMap.h
+llvm/IR/ValueMap.h
^^^^^^^^^^^^^^^^^^^
ValueMap is a wrapper around a :ref:`DenseMap <dss_densemap>` mapping