File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -1813,6 +1813,8 @@ <h3>
1813
1813
< a name ="proepicode "> Prolog/Epilog Code Insertion</ a >
1814
1814
</ h3 >
1815
1815
1816
+ < div >
1817
+
1816
1818
<!-- _______________________________________________________________________ -->
1817
1819
< h4 >
1818
1820
< a name ="compact_unwind "> Compact Unwind</ a >
@@ -1927,6 +1929,8 @@ <h4>
1927
1929
1928
1930
</ div >
1929
1931
1932
+ </ div >
1933
+
1930
1934
<!-- ======================================================================= -->
1931
1935
< h3 >
1932
1936
< a name ="latemco "> Late Machine Code Optimizations</ a >
Original file line number Diff line number Diff line change @@ -746,7 +746,7 @@ <h2><a name="summary">Summary</a></h2>
746
746
src ="http://jigsaw.w3.org/css-validator/images/vcss-blue " alt ="Valid CSS "> </ a >
747
747
< a href ="http://validator.w3.org/check/referer "> < img
748
748
src ="http://www.w3.org/Icons/valid-html401-blue " alt ="Valid HTML 4.01 "> </ a >
749
- < a href ="http://llvm.org/ "> The LLVM Compiler Infrastructure</ a > < br / >
749
+ < a href ="http://llvm.org/ "> The LLVM Compiler Infrastructure</ a > < br >
750
750
Last modified: $Date$
751
751
</ address >
752
752
</ body >
Original file line number Diff line number Diff line change @@ -1898,9 +1898,6 @@ <h3>
1898
1898
possible to have a two dimensional array, using an array as the element type
1899
1899
of another array.</ p >
1900
1900
1901
- </ div >
1902
-
1903
-
1904
1901
<!-- _______________________________________________________________________ -->
1905
1902
< h4 >
1906
1903
< a name ="t_aggregate "> Aggregate Types</ a >
@@ -2208,6 +2205,8 @@ <h5>Examples:</h5>
2208
2205
2209
2206
</ div >
2210
2207
2208
+ </ div >
2209
+
2211
2210
<!-- *********************************************************************** -->
2212
2211
< h2 > < a name ="constants "> Constants</ a > </ h2 >
2213
2212
<!-- *********************************************************************** -->
@@ -6304,8 +6303,6 @@ <h5>Semantics:</h5>
6304
6303
6305
6304
</ div >
6306
6305
6307
- </ div >
6308
-
6309
6306
<!-- ======================================================================= -->
6310
6307
< h3 >
6311
6308
< a name ="int_gc "> Accurate Garbage Collection Intrinsics</ a >
@@ -7001,8 +6998,6 @@ <h5>Semantics:</h5>
7001
6998
7002
6999
</ div >
7003
7000
7004
- </ div >
7005
-
7006
7001
<!-- _______________________________________________________________________ -->
7007
7002
< h4 >
7008
7003
< a name ="int_exp "> '< tt > llvm.exp.*</ tt > ' Intrinsic</ a >
@@ -7103,6 +7098,8 @@ <h5>Semantics:</h5>
7103
7098
7104
7099
</ div >
7105
7100
7101
+ </ div >
7102
+
7106
7103
<!-- ======================================================================= -->
7107
7104
< h3 >
7108
7105
< a name ="int_manip "> Bit Manipulation Intrinsics</ a >
Original file line number Diff line number Diff line change 879
879
. Doing so avoids (relatively) expensive malloc/free calls, which dwarf the
880
880
cost of adding the elements to the container. </ p >
881
881
882
- </ div >
883
-
884
-
885
882
<!-- ======================================================================= -->
886
883
< h3 >
887
884
< a name ="ds_sequential "> Sequential Containers (std::vector, std::list, etc)</ a >
You can’t perform that action at this time.
0 commit comments