From 2c5e9d71aba3b1a85f07c08d2c09d40b8547264b Mon Sep 17 00:00:00 2001 From: dim Date: Thu, 3 May 2012 16:50:55 +0000 Subject: Vendor import of llvm release_31 branch r155985: http://llvm.org/svn/llvm-project/llvm/branches/release_31@155985 --- docs/ProgrammersManual.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/ProgrammersManual.html') diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 951e2d5..625ef9a 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -1734,6 +1734,9 @@ already in the table, and each pair in the map is store in a single allocation

StringMap also provides query methods that take byte ranges, so it only ever copies a string if a value is inserted into the table.

+ +

StringMap iteratation order, however, is not guaranteed to be deterministic, +so any uses which require that should instead use a std::map.

@@ -4125,7 +4128,7 @@ arguments. An argument has a pointer to the parent Function.

Dinakar Dhurjati and Chris Lattner
The LLVM Compiler Infrastructure
- Last modified: $Date: 2012-03-27 13:25:16 +0200 (Tue, 27 Mar 2012) $ + Last modified: $Date: 2012-04-18 22:28:55 +0200 (Wed, 18 Apr 2012) $ -- cgit v1.1