From 4b2e07aa5819e06230873c3843731b1817498730 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 31 Oct 2011 13:04:26 +0000 Subject: docs/*.html: Fix markups. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143349 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodeGenerator.html | 4 ++++ docs/GetElementPtr.html | 2 +- docs/LangRef.html | 11 ++++------- docs/ProgrammersManual.html | 3 --- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 15344da16d..62ea6cad25 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -1813,6 +1813,8 @@ $ llc -regalloc=pbqp file.bc -o pbqp.s; Prolog/Epilog Code Insertion +
+

Compact Unwind @@ -1927,6 +1929,8 @@ $ llc -regalloc=pbqp file.bc -o pbqp.s;

+ +

Late Machine Code Optimizations diff --git a/docs/GetElementPtr.html b/docs/GetElementPtr.html index 6297aa7de7..6af95f5785 100644 --- a/docs/GetElementPtr.html +++ b/docs/GetElementPtr.html @@ -746,7 +746,7 @@ idx3 = (char*) &MyVar + 8 src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"> Valid HTML 4.01 - The LLVM Compiler Infrastructure
+ The LLVM Compiler Infrastructure
Last modified: $Date$ diff --git a/docs/LangRef.html b/docs/LangRef.html index ad216b36c1..a260bafe4a 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1903,9 +1903,6 @@ in signal handlers).

possible to have a two dimensional array, using an array as the element type of another array.

- - -

Aggregate Types @@ -2213,6 +2210,8 @@ in signal handlers).

+ +

Constants

@@ -6385,8 +6384,6 @@ declare void @llvm.va_end(i8*) - -

Accurate Garbage Collection Intrinsics @@ -7082,8 +7079,6 @@ LLVM.

- -

'llvm.exp.*' Intrinsic @@ -7184,6 +7179,8 @@ LLVM.

+ +

Bit Manipulation Intrinsics diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 2cdcd270bf..2ab1681c47 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -879,9 +879,6 @@ elements (but could contain many), for example, it's much better to use . Doing so avoids (relatively) expensive malloc/free calls, which dwarf the cost of adding the elements to the container.

- - -

Sequential Containers (std::vector, std::list, etc) -- cgit v1.2.3