[llvm-commits] CVS: llvm-www/releases/2.0/docs/CommandGuide/ps/bugpoint.ps llc.ps lli.ps llvm-ar.ps llvm-as.ps llvm-bcanalyzer.ps llvm-config.ps llvm-db.ps llvm-dis.ps llvm-extract.ps llvm-ld.ps llvm-link.ps llvm-nm.ps llvm-prof.ps llvm-ranlib.ps llvm-upgrade.ps llvm2cpp.ps llvmc.ps llvmgcc.ps llvmgxx.ps opt.ps stkrc.ps tblgen.ps

Tanya Lattner tonic at nondot.org
Wed May 23 11:12:55 PDT 2007



Changes in directory llvm-www/releases/2.0/docs/CommandGuide/ps:

bugpoint.ps added (r1.1)
llc.ps added (r1.1)
lli.ps added (r1.1)
llvm-ar.ps added (r1.1)
llvm-as.ps added (r1.1)
llvm-bcanalyzer.ps added (r1.1)
llvm-config.ps added (r1.1)
llvm-db.ps added (r1.1)
llvm-dis.ps added (r1.1)
llvm-extract.ps added (r1.1)
llvm-ld.ps added (r1.1)
llvm-link.ps added (r1.1)
llvm-nm.ps added (r1.1)
llvm-prof.ps added (r1.1)
llvm-ranlib.ps added (r1.1)
llvm-upgrade.ps added (r1.1)
llvm2cpp.ps added (r1.1)
llvmc.ps added (r1.1)
llvmgcc.ps added (r1.1)
llvmgxx.ps added (r1.1)
opt.ps added (r1.1)
stkrc.ps added (r1.1)
tblgen.ps added (r1.1)
---
Log message:

2.0 Release docs


---
Diffs of the changes:  (+9121 -0)

 bugpoint.ps        |  410 +++++++++++++++++++++++
 llc.ps             |  416 +++++++++++++++++++++++
 lli.ps             |  349 +++++++++++++++++++
 llvm-ar.ps         |  936 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 llvm-as.ps         |  284 ++++++++++++++++
 llvm-bcanalyzer.ps |  581 ++++++++++++++++++++++++++++++++
 llvm-config.ps     |  341 +++++++++++++++++++
 llvm-db.ps         |  229 ++++++++++++
 llvm-dis.ps        |  277 +++++++++++++++
 llvm-extract.ps    |  285 ++++++++++++++++
 llvm-ld.ps         |  567 ++++++++++++++++++++++++++++++++
 llvm-link.ps       |  296 ++++++++++++++++
 llvm-nm.ps         |  331 ++++++++++++++++++
 llvm-prof.ps       |  280 +++++++++++++++
 llvm-ranlib.ps     |  276 +++++++++++++++
 llvm-upgrade.ps    |  283 ++++++++++++++++
 llvm2cpp.ps        |  538 ++++++++++++++++++++++++++++++
 llvmc.ps           |  782 ++++++++++++++++++++++++++++++++++++++++++++
 llvmgcc.ps         |  304 +++++++++++++++++
 llvmgxx.ps         |  306 +++++++++++++++++
 opt.ps             |  412 +++++++++++++++++++++++
 stkrc.ps           |  315 +++++++++++++++++
 tblgen.ps          |  323 ++++++++++++++++++
 23 files changed, 9121 insertions(+)


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/bugpoint.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/bugpoint.ps:1.1
*** /dev/null	Wed May 23 13:12:46 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/bugpoint.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,410 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:17 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%+ font Times-Italic
+ %%+ font Courier
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 2
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ %%IncludeResource: font Times-Italic
+ %%IncludeResource: font Courier
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Courier at 0 ENC0/Courier RE/Times-Italic at 0 ENC0/Times-Italic RE
+ /Times-Bold at 0 ENC0/Times-Bold RE/Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF -.1<4255>72 48 S 120.17
+ <47504f494e54283129204c4c>.1 F<564d20436f6d6d616e64204775696465>-1 E -.1
+ <4255>122.67 G<47504f494e54283129>.1 E/F1 10.95/Times-Bold at 0 SF -.219
+ <4e41>72 84 S<4d45>.219 E F0 -.2<6275>108 96 S<67706f696e7420ad20617574
+ 6f6d617469632074657374206361736520726564756374696f6e20746f6f6c>.2 E F1
+ <53594e4f50534953>72 112.8 Q/F2 10/Times-Bold at 0 SF -.2<6275>108 124.8 S
+ <67706f696e74>.2 E F0<5b>2.5 E/F3 10/Times-Italic at 0 SF<6f7074696f6e73>A
+ F0 2.5<5d5b>C F3<696e707574>-2.5 E/F4 9/Times-Italic at 0 SF<4c4c>2.5 E
+ <564d>-.495 E F3<6c6c2f6263208c6c6573>2.5 E F0 2.5<5d5b>C F4<4c4c>-2.5 E
+ <564d>-.495 E F3<706173736573>2.5 E F0<5d>A F2<adad6172>2.5 E<6773>-.1 E
+ F3<7072>2.5 E -.1<6f67>-.45 G -.15<7261>.1 G 2.5<6d61>.15 G -.37<7267>
+ -2.5 G<756d656e7473>.37 E F1<4445534352495054494f4e>72 141.6 Q F2 -.2
+ <6275>108 153.6 S<67706f696e74>.2 E F0<6e6172726f>3.304 E .804
+ <777320646f>-.25 F .804
+ <776e2074686520736f75726365206f662070726f626c656d7320696e>-.25 F/F5 9
+ /Times-Roman at 0 SF<4c4c>3.304 E<564d>-.9 E F0 .803
+ <746f6f6c7320616e64207061737365732e>3.304 F .803
+ <49742063616e206265207573656420746f20646562>5.803 F .803
+ <7567207468726565>-.2 F .517<7479706573206f662066>108 165.6 R .518<6169
+ 6c757265733a206f7074696d697a657220637261736865732c206d6973636f6d70696c61
+ 74696f6e73206279206f7074696d697a6572732c206f7220626164206e617469>-.1 F
+ .818 -.15<76652063>-.25 H .518
+ <6f64652067656e65726174696f6e2028696e636c75642d>.15 F .605
+ <696e672070726f626c656d7320696e207468652073746174696320616e64>108 177.6
+ R F5<4a4954>3.105 E F0 3.105<636f6d70696c657273292e204974>3.105 F .605
+ <61696d7320746f20726564756365206c6172>3.105 F .605<67652074657374206361
+ 73657320746f20736d616c6c2c2075736566756c206f6e65732e>-.18 F -.15<466f>
+ 5.604 G<72>.15 E .492<6d6f726520696e666f726d6174696f6e206f6e207468652064
+ 657369676e20616e6420696e6e65722077>108 189.6 R .492
+ <6f726b696e6773206f66>-.1 F F2 -.2<6275>2.992 G<67706f696e74>.2 E F0
+ 2.992<2c61>C 2.992<7377>-2.992 G .493
+ <656c6c2061732061647669636520666f72207573696e672062>-2.992 F .493
+ <7567706f696e742c20736565>-.2 F F3
+ <6c6c766d2f646f63732f427567706f696e742e68746d6c>108 201.6 Q F0
+ <696e20746865>2.5 E F5<4c4c>2.5 E<564d>-.9 E F0<64697374726962>2.5 E
+ <7574696f6e2e>-.2 E F1<4f5054494f4e53>72 218.4 Q F2
+ <adad6164646974696f6e616cad736f>108 230.4 Q F3<6c696272>2.5 E<617279>
+ -.15 E F0 .392
+ <4c6f6164207468652064796e616d696320736861726564206f626a656374>128 242.4
+ R F3<6c696272>2.891 E<617279>-.15 E F0 .391
+ <696e746f2074686520746573742070726f6772616d207768656e65>2.891 F -.15
+ <7665>-.25 G 2.891<7269>.15 G 2.891<7469>-2.891 G 2.891<7372>-2.891 G
+ 2.891<756e2e2054686973>-2.891 F .391<69732075736566756c20696620796f75>
+ 2.891 F .941<61726520646562>128 254.4 R .941<756767696e672070726f677261
+ 6d7320776869636820646570656e64206f6e206e6f6e2d4c4c>-.2 F .942<564d206c69
+ 62726172696573202873756368206173207468652058206f7220637572736573206c6962
+ 7261726965732920746f>-1 F<72756e2e>128 266.4 Q F2<adad6172>108 283.2 Q
+ <6773>-.1 E F3<7072>2.5 E -.1<6f67>-.45 G -.15<7261>.1 G 2.5<6d61>.15 G
+ -.37<7267>-2.5 G<73>.37 E F0 -.15<5061>128 295.2 S .694
+ <737320616c6c206172>.15 F .694
+ <67756d656e74732073706563698c656420616674657220ad6172>-.18 F .694
+ <677320746f2074686520746573742070726f6772616d207768656e65>-.18 F -.15
+ <7665>-.25 G 3.194<7269>.15 G 3.194<7472>-3.194 G 3.194
+ <756e732e204e6f7465>-3.194 F .694<7468617420696620616e>3.194 F 3.193
+ <796f>-.15 G 3.193<6674>-3.193 G<6865>-3.193 E F3<7072>128 307.2 Q -.1
+ <6f67>-.45 G -.15<7261>.1 G 2.5<6d61>.15 G -.37<7267>-2.5 G<73>.37 E F0
+ <7374617274207769746820612027ad272c20796f752073686f756c64207573653a>2.5
+ E/F6 10/Courier at 0 SF<627567706f696e74205b627567706f696e7420617267735d20
+ 2d2d61726773202d2d205b70726f6772616d20617267735d>152 325.2 Q F0 .881
+ <5468652060>128 343.2 R<60adad27>-.74 E 3.381<2772>-.74 G .881
+ <6967687420616674657220746865>-3.381 F F2<adad6172>3.382 E<6773>-.1 E F0
+ .882<6f7074696f6e2074656c6c73>3.382 F F2 -.2<6275>3.382 G<67706f696e74>
+ .2 E F0 .882<746f20636f6e736964657220616e>3.382 F 3.382<796f>-.15 G .882
+ <7074696f6e73207374617274696e672077697468>-3.382 F F6<ad>3.382 E F0 .882
+ <746f206265>3.382 F<70617274206f6620746865>128 355.2 Q F2<adad6172>2.5 E
+ <6773>-.1 E F0<6f7074696f6e2c206e6f74206173206f7074696f6e7320746f>2.5 E
+ F2 -.2<6275>2.5 G<67706f696e74>.2 E F0<697473656c662e>2.5 E F2
+ <adad746f6f6cad6172>108 372 Q<6773>-.1 E F3<746f6f6c206172>2.5 E<6773>
+ -.37 E F0 -.15<5061>128 384 S .941<737320616c6c206172>.15 F .941
+ <67756d656e74732073706563698c656420616674657220adad746f6f6cad6172>-.18 F
+ .941<677320746f20746865>-.18 F F5<4c4c>3.441 E<564d>-.9 E F0 .941
+ <746f6f6c20756e64657220746573742028>3.441 F F2<6c6c63>A F0<2c>A F2
+ <6c6c69>3.441 E F0 3.44<2c65>C .94<74632e29207768656e65>-3.44 F -.15
+ <7665>-.25 G 3.44<7269>.15 G<74>-3.44 E 2.5<72756e732e2059>128 396 R<6f
+ 752073686f756c64207573652074686973206f7074696f6e20696e2074686520666f6c6c
+ 6f>-1.1 E<77696e672077>-.25 E<61793a>-.1 E F6<627567706f696e74205b627567
+ 706f696e7420617267735d202d2d746f6f6c2d61726773202d2d205b746f6f6c20617267
+ 735d>152 414 Q F0 .32<5468652060>128 432 R<60adad27>-.74 E 2.82<2772>
+ -.74 G .32<6967687420616674657220746865>-2.82 F F2<adad746f6f6cad6172>
+ 2.82 E<6773>-.1 E F0 .32<6f7074696f6e2074656c6c73>2.82 F F2 -.2<6275>
+ 2.82 G<67706f696e74>.2 E F0 .32<746f20636f6e736964657220616e>2.82 F 2.82
+ <796f>-.15 G .32<7074696f6e73207374617274696e672077697468>-2.82 F F6<ad>
+ 2.82 E F0<746f>2.82 E<62652070617274206f6620746865>128 444 Q F2
+ <adad746f6f6cad6172>2.5 E<6773>-.1 E F0
+ <6f7074696f6e2c206e6f74206173206f7074696f6e7320746f>2.5 E F2 -.2<6275>
+ 2.5 G<67706f696e74>.2 E F0<697473656c662e2028536565>2.5 E F2<adad6172>
+ 2.5 E<6773>-.1 E F0 2.5<2c61>C<626f>-2.5 E -.15<7665>-.15 G<2e29>.15 E
+ F2<adad636865636bad65786974ad636f6465>108 460.8 Q F0<3d>A F3<7b74727565>
+ A<2c66616c73657d>-.1 E F0<417373756d652061206e6f6e2d7a65726f2065>128
+ 472.8 Q<78697420636f6465206f7220636f72652064756d702066726f6d207468652074
+ 6573742070726f6772616d20697320612066>-.15 E 2.5<61696c7572652e20446566>
+ -.1 F<61756c747320746f20747275652e>-.1 E F2
+ <adad64697361626c65ad7b6463652c73696d706c6966796366677d>108 489.6 Q F0
+ .695<446f206e6f742072756e207468652073706563698c65642070617373657320746f
+ 20636c65616e20757020616e6420726564756365207468652073697a65206f6620746865
+ 20746573742070726f6772616d2e20427920646566>128 501.6 R<61756c742c>-.1 E
+ F2 -.2<6275>3.194 G<672d>.2 E<706f696e74>128 513.6 Q F0 .541<7573657320
+ 74686573652070617373657320696e7465726e616c6c79207768656e20617474656d7074
+ 696e6720746f2072656475636520746573742070726f6772616d732e>3.041 F .541
+ <496620796f7527>5.541 F .542<726520747279696e6720746f208c6e642061>-.5 F
+ -.2<6275>128 525.6 S 2.5<6769>.2 G 2.5<6e6f>-2.5 G
+ <6e65206f66207468657365207061737365732c>-2.5 E F2 -.2<6275>2.5 G
+ <67706f696e74>.2 E F0<6d61792063726173682e>2.5 E F2<ad8c6e64ad62>108
+ 542.4 Q<756773>-.2 E F0 .769<436f6e74696e75616c6c792072616e646f6d697a65
+ 207468652073706563698c65642070617373657320616e642072756e207468656d206f6e
+ 2074686520746573742070726f6772616d20756e74696c20612062>128 554.4 R .768
+ <756720697320666f756e64206f72>-.2 F<7468652075736572206b696c6c73>128
+ 566.4 Q F2 -.2<6275>2.5 G<67706f696e74>.2 E F0<2e>A F2<adad68656c70>108
+ 583.2 Q F0<5072696e7420612073756d6d617279206f6620636f6d6d616e64206c696e
+ 65206f7074696f6e732e>128 595.2 Q F2<adad696e707574>108 612 Q F3
+ <8c6c656e616d65>2.5 E F0<4f70656e>128 624 Q F3<8c6c656e616d65>2.727 E F0
+ .228<616e6420726564697265637420746865207374616e6461726420696e707574206f
+ 662074686520746573742070726f6772616d2c207768656e65>2.727 F -.15<7665>
+ -.25 G 2.728<7269>.15 G 2.728<7472>-2.728 G .228
+ <756e732c20746f20636f6d652066726f6d2074686174>-2.728 F<8c6c652e>128 636
+ Q F2<adad6c6f6164>108 652.8 Q F3<706c7567696e>2.5 E F0 1.376
+ <4c6f6164207468652064796e616d6963206f626a656374>128 664.8 R F3
+ <706c7567696e>3.876 E F0<696e746f>3.876 E F2 -.2<6275>3.875 G
+ <67706f696e74>.2 E F0 3.875<697473656c662e2054686973>3.875 F 1.375
+ <6f626a6563742073686f756c64207265>3.875 F 1.375<676973746572206e65>-.15
+ F 3.875<776f>-.25 G<7074696d697a6174696f6e>-3.875 E 3.157
+ <7061737365732e204f6e6365>128 676.8 R .658
+ <6c6f616465642c20746865206f626a6563742077696c6c20616464206e65>3.157 F
+ 3.158<7763>-.25 G .658
+ <6f6d6d616e64206c696e65206f7074696f6e7320746f20656e61626c652076>-3.158 F
+ .658<6172696f7573206f7074696d697a6174696f6e732e>-.25 F 1.922 -.8
+ <546f2073>128 688.8 T .322<656520746865206e65>.8 F 2.822<7763>-.25 G
+ .322<6f6d706c657465206c697374206f66206f7074696d697a6174696f6e732c207573
+ 6520746865>-2.822 F F2<adad68656c70>2.822 E F0<616e64>2.822 E F2
+ <adad6c6f6164>2.822 E F0 .321
+ <6f7074696f6e7320746f6765746865723b20666f722065>2.822 F<78616d2d>-.15 E
+ <706c653a>128 700.8 Q F6
+ <627567706f696e74202d2d6c6f6164206d794e6577506173732e736f202d2d68656c70>
+ 152 718.8 Q F0 188.72<43565320323030362d30392d3133>72 768 R<31>205.67 E
+ 0 Cg EP
+ %%Page: 2 2
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF -.1<4255>72 48 S 120.17
+ <47504f494e54283129204c4c>.1 F<564d20436f6d6d616e64204775696465>-1 E -.1
+ <4255>122.67 G<47504f494e54283129>.1 E/F1 10/Times-Bold at 0 SF
+ <adad6f7574707574>108 84 Q/F2 10/Times-Italic at 0 SF<8c6c656e616d65>2.5 E
+ F0<5768656e65>128 96 Q -.15<7665>-.25 G 2.626<7274>.15 G .126<6865207465
+ 73742070726f6772616d2070726f6475636573206f7574707574206f6e20697473207374
+ 616e64617264206f75747075742073747265616d2c2069742073686f756c64206d617463
+ 682074686520636f6e74656e7473>-2.626 F<6f66>128 108 Q F2<8c6c656e616d65>
+ 2.573 E F0 .073<287468652060>2.573 F .073
+ <607265666572656e6365206f757470757427>-.74 F .073
+ <27292e20496620796f7520646f206e6f74207573652074686973206f7074696f6e2c>
+ -.74 F F1 -.2<6275>2.573 G<67706f696e74>.2 E F0 .073
+ <77696c6c20617474656d707420746f2067656e65726174652061>2.573 F<7265666572
+ 656e6365206f757470757420627920636f6d70696c696e67207468652070726f6772616d
+ 2077697468207468652043206261636b>128 120 Q
+ <656e6420616e642072756e6e696e672069742e>-.1 E F1<adad7072>108 136.8 Q
+ <6f8c6c65ad696e66>-.18 E<6fad8c6c65>-.25 E F2<8c6c656e616d65>2.5 E F0
+ <50726f8c6c65208c6c65206c6f61646564206279>128 148.8 Q F1<adad7072>2.5 E
+ <6f8c6c65ad6c6f61646572>-.18 E F0<2e>A F1
+ <adad72756ead7b696e742c6a69742c6c6c632c6362657d>108 165.6 Q F0
+ <5768656e65>128 177.6 Q -.15<7665>-.25 G 2.788<7274>.15 G .288
+ <686520746573742070726f6772616d20697320636f6d70696c65642c>-2.788 F F1
+ -.2<6275>2.788 G<67706f696e74>.2 E F0 .288<73686f756c642067656e65726174
+ 6520636f646520666f72206974207573696e67207468652073706563698c656420636f64
+ 65>2.788 F<67656e657261746f72>128 189.6 Q 5.824<2e54>-.55 G .824
+ <68657365206f7074696f6e7320616c6c6f>-5.824 F 3.324<7779>-.25 G .824
+ <6f7520746f2063686f6f73652074686520696e746572707265746572>-3.324 F 3.323
+ <2c74>-.4 G<6865>-3.323 E/F3 9/Times-Roman at 0 SF<4a4954>3.323 E F0
+ <636f6d70696c6572>3.323 E 3.323<2c74>-.4 G .823
+ <686520737461746963206e617469>-3.323 F 1.123 -.15<76652063>-.25 H
+ <6f6465>.15 E<636f6d70696c6572>128 201.6 Q 2.5<2c6f>-.4 G 2.5<7274>-2.5
+ G<68652043206261636b>-2.5 E<656e642c207265737065637469>-.1 E -.15<7665>
+ -.25 G<6c79>.15 E<2e>-.65 E F1<adad656e61626c65ad76>108 218.4 Q
+ <616c6772696e64>-.1 E F0 2.112<5573652076>128 230.4 R 2.112
+ <616c6772696e6420746f208c6e642066>-.25 F 2.113<61756c747320696e20746865
+ 206f7074696d697a6174696f6e2070686173652e20546869732077696c6c20616c6c6f>
+ -.1 F 4.613<7762>-.25 G 2.113
+ <7567706f696e7420746f208c6e64206f7468657277697365>-4.813 F<6173796d7074
+ 6f6d617469632070726f626c656d7320636175736564206279206d656d6f7279206d6973
+ ad6d616e6167656d656e742e>128 242.4 Q/F4 10.95/Times-Bold at 0 SF
+ <45584954205354>72 259.2 Q -1.04<4154>-.986 G<5553>1.04 E F0<4966>108
+ 271.2 Q F1 -.2<6275>2.529 G<67706f696e74>.2 E F0 .029<737563636565647320
+ 696e208c6e64696e6720612070726f626c656d2c2069742077696c6c2065>2.529 F
+ .029<786974207769746820302e>-.15 F .029<4f74686572776973652c20696620616e
+ 206572726f72206f63637572732c2069742077696c6c2065>5.029 F .029
+ <7869742077697468>-.15 F 2.5<616e>108 283.2 S<6f6e2d7a65726f2076>-2.5 E
+ <616c75652e>-.25 E F4<53454520414c534f>72 300 Q F0<6f7074>108 312 Q F4
+ -.548<4155>72 328.8 S<54484f52>.548 E F0
+ <4d61696e7461696e656420627920746865>108 340.8 Q F3<4c4c>2.5 E<564d>-.9 E
+ F0 -.7<5465>2.5 G<616d20283c687474703a2f2f6c6c766d2e6f72>.7 E<673e292e>
+ -.18 E 188.72<43565320323030362d30392d3133>72 768 R<32>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/llc.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/llc.ps:1.1
*** /dev/null	Wed May 23 13:12:55 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/llc.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,416 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:17 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%+ font Times-Italic
+ %%+ font Symbol
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 2
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ %%IncludeResource: font Times-Italic
+ %%IncludeResource: font Symbol
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Times-Italic at 0 ENC0/Times-Italic RE/Times-Bold at 0 ENC0/Times-Bold RE
+ /Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF 151.73<4c4c43283129204c4c>72 48 R
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c43283129>154.23 E/F1 10.95
+ /Times-Bold at 0 SF -.219<4e41>72 84 S<4d45>.219 E F0<6c6c6320ad204c4c>108
+ 96 Q<564d2073746174696320636f6d70696c6572>-1 E F1<53594e4f50534953>72
+ 112.8 Q/F2 10/Times-Bold at 0 SF<6c6c63>108 124.8 Q F0<5b>2.5 E/F3 10
+ /Times-Italic at 0 SF<6f7074696f6e73>A F0 2.5<5d5b>C F3<8c6c656e616d65>-2.5
+ E F0<5d>A F1<4445534352495054494f4e>72 141.6 Q F0<546865>108 153.6 Q F2
+ <6c6c63>4.764 E F0 2.264<636f6d6d616e6420636f6d70696c6573>4.764 F/F4 9
+ /Times-Roman at 0 SF<4c4c>4.764 E<564d>-.9 E F0 2.263<62797465636f64652069
+ 6e746f20617373656d626c79206c616e677561676520666f7220612073706563698c6564
+ 206172636869746563747572652e>4.763 F<546865>7.263 E 1.159<617373656d626c
+ 79206c616e6775616765206f75747075742063616e207468656e20626520706173736564
+ 207468726f7567682061206e617469>108 165.6 R 1.459 -.15<76652061>-.25 H
+ 1.159<7373656d626c657220616e64206c696e6b>.15 F 1.159
+ <657220746f2067656e65726174652061206e617469>-.1 F -.15<7665>-.25 G -.15
+ <657865>108 177.6 S<63757461626c652e>.15 E .861<5468652063686f696365206f
+ 662061726368697465637475726520666f7220746865206f757470757420617373656d62
+ 6c7920636f6465206973206175746f6d61746963616c6c792064657465726d696e656420
+ 66726f6d2074686520696e70757420627974652d>108 194.4 R
+ <636f6465208c6c652c20756e6c65737320746865>108 206.4 Q F2<ad6d6172>2.5 E
+ <6368>-.18 E F0<6f7074696f6e206973207573656420746f206f>2.5 E -.15<7665>
+ -.15 G<72726964652074686520646566>.15 E<61756c742e>-.1 E F1
+ <4f5054494f4e53>72 223.2 Q F0<4966>108 235.2 Q F3<8c6c656e616d65>3.562 E
+ F0 1.062<697320ad206f72206f6d69747465642c>3.562 F F2<6c6c63>3.562 E F0
+ <7265616473>3.562 E F4<4c4c>3.562 E<564d>-.9 E F0 1.062
+ <62797465636f64652066726f6d207374616e6461726420696e7075742e>3.562 F
+ 1.062<4f74686572776973652c2069742077696c6c2072656164>6.062 F F4<4c4c>
+ 3.563 E<564d>-.9 E F0<62797465636f64652066726f6d>108 247.2 Q F3
+ <8c6c656e616d65>2.5 E F0<2e>A 1.246<496620746865>108 264 R F2<ad6f>3.746
+ E F0 1.246<6f7074696f6e206973206f6d69747465642c207468656e>3.746 F F2
+ <6c6c63>3.746 E F0 1.245<77696c6c2073656e6420697473206f757470757420746f
+ 207374616e64617264206f75747075742069662074686520696e7075742069732066726f
+ 6d207374616e64617264>3.746 F 2.5<696e7075742e204966>108 276 R<746865>2.5
+ E F2<ad6f>2.5 E F0<6f7074696f6e2073706563698c657320ad2c207468656e207468
+ 65206f75747075742077696c6c20616c736f2062652073656e7420746f207374616e6461
+ 7264206f75747075742e>2.5 E .086<4966206e6f>108 292.8 R F2<ad6f>2.586 E
+ F0 .086<6f7074696f6e2069732073706563698c656420616e6420616e20696e70757420
+ 8c6c65206f74686572207468616e20ad2069732073706563698c65642c207468656e>
+ 2.586 F F2<6c6c63>2.586 E F0 .087
+ <6372656174657320746865206f7574707574208c6c656e616d65206279>2.586 F
+ <74616b696e672074686520696e707574208c6c656e616d652c2072656d6f>108 304.8
+ Q<76696e6720616e>-.15 E 2.5<7965>-.15 G<78697374696e67>-2.65 E F3
+ <2e6263>2.5 E F0 -.15<6578>2.5 G
+ <74656e73696f6e2c20616e6420616464696e672061>.15 E F3<2e73>2.5 E F0
+ <737566>2.5 E<8c782e>-.25 E<4f74686572>108 321.6 Q F2<6c6c63>2.5 E F0
+ <6f7074696f6e732061726520617320666f6c6c6f>2.5 E<77733a>-.25 E F2
+ <456e642d75736572204f7074696f6e73>108 344.4 Q<adad68656c70>108 366 Q F0<
+ 5072696e7420612073756d6d617279206f6620636f6d6d616e64206c696e65206f707469
+ 6f6e732e>128 378 Q F2<ad66>108 394.8 Q F0<4f76>10.97 E
+ <65727772697465206f7574707574208c6c65732e20427920646566>-.15 E
+ <61756c742c>-.1 E F2<6c6c63>2.5 E F0<77696c6c2072656675736520746f206f>
+ 2.5 E -.15<7665>-.15 G<72777269746520616e206f7574707574208c6c6520776869
+ 636820616c72656164792065>.15 E<78697374732e>-.15 E F2<ad6d747269706c65>
+ 108 411.6 Q F0<3d>A F3<746172>A -.1<6765>-.37 G 2.5<7474>.1 G
+ <7269706c65>-2.5 E F0<4f76>128 423.6 Q<6572726964652074686520746172>-.15
+ E<67657420747269706c652073706563698c656420696e2074686520696e707574206279
+ 7465636f6465208c6c652077697468207468652073706563698c656420737472696e672e>
+ -.18 E F2<ad6d6172>108 440.4 Q<6368>-.18 E F0<3d>A F3<6172>A -.15<6368>
+ -.37 G F0 .33<53706563696679207468652061726368697465637475726520666f7220
+ 776869636820746f2067656e657261746520617373656d626c79>128 452.4 R 2.83
+ <2c6f>-.65 G -.15<7665>-2.98 G .33<72726964696e672074686520746172>.15 F
+ .33<67657420656e636f64656420696e207468652062797465636f6465>-.18 F 3.034
+ <8c6c652e20536565>128 464.4 R .534<746865206f7574707574206f66>3.034 F F2
+ .535<6c6c6320adad68656c70>3.034 F F0 .535
+ <666f722061206c697374206f662076>3.035 F .535
+ <616c696420617263686974656374757265732e>-.25 F .535<427920646566>5.535 F
+ .535<61756c74207468697320697320696e6665727265642066726f6d20746865>-.1 F
+ <746172>128 476.4 Q<67657420747269706c65206f72206175746f6465746563746564
+ 20746f207468652063757272656e74206172636869746563747572652e>-.18 E F2
+ <ad6d637075>108 493.2 Q F0<3d>A F3<6370756e616d65>A F0 .178<537065636966
+ 7920612073706563698c63206368697020696e207468652063757272656e742061726368
+ 697465637475726520746f2067656e657261746520636f646520666f72>128 505.2 R
+ 5.178<2e42>-.55 G 2.678<7964>-5.178 G<6566>-2.678 E .178
+ <61756c74207468697320697320696e6665727265642066726f6d>-.1 F .195
+ <74686520746172>128 517.2 R .195<67657420747269706c6520616e64206175746f
+ 646574656374656420746f207468652063757272656e7420617263686974656374757265
+ 2e>-.18 F -.15<466f>5.196 G 2.696<72616c>.15 G .196<697374206f662061>
+ -2.696 F -.25<7661>-.2 G .196<696c61626c6520435055732c207573653a>.25 F
+ F2<6c6c766d2d6173>2.696 E 2.5<3c2f>128 529.2 S<6465>-2.5 E<762f6e756c6c>
+ -.15 E/F5 10/Symbol SF<ef>2.5 E F2<6c6c6320ad6d6172>2.5 E
+ <63683d78797a20ad6d6370753d68656c70>-.18 E<ad6d61747472>108 546 Q F0<3d>
+ A F3<61312c2b61322cad61332c2e2e2e>A F0<4f76>128 558 Q .972
+ <657272696465206f7220636f6e74726f6c2073706563698c6320617474726962>-.15 F
+ .971<75746573206f662074686520746172>-.2 F .971
+ <6765742c20737563682061732077686574686572>-.18 F F4<53494d44>3.471 E F0
+ .971<6f7065726174696f6e732061726520656e61626c6564206f72>3.471 F 2.709
+ <6e6f742e20546865>128 570 R<646566>2.709 E .209
+ <61756c7420736574206f6620617474726962>-.1 F .209
+ <7574657320697320736574206279207468652063757272656e74>-.2 F F4<435055>
+ 2.709 E F0 5.209<2e46>C .209<6f722061206c697374206f662061>-5.359 F -.25
+ <7661>-.2 G .21<696c61626c6520617474726962>.25 F .21
+ <757465732c207573653a>-.2 F F2<6c6c766d2d>2.71 E<6173203c202f6465>128
+ 582 Q<762f6e756c6c>-.15 E F5<ef>2.5 E F2<6c6c6320ad6d6172>2.5 E
+ <63683d78797a20ad6d617474723d68656c70>-.18 E
+ <adad64697361626c65ad6670ad656c696d>108 598.8 Q F0<44697361626c65206672
+ 616d6520706f696e74657220656c696d696e6174696f6e206f7074696d697a6174696f6e
+ 2e>128 610.8 Q F2<adad64697361626c65ad657863657373ad6670ad7072>108 627.6
+ Q<65636973696f6e>-.18 E F0 .632<44697361626c65206f7074696d697a6174696f6e
+ 732074686174206d61792070726f647563652065>128 639.6 R .632
+ <786365737320707265636973696f6e20666f72208d6f6174696e6720706f696e742e>
+ -.15 F .632<4e6f746520746861742074686973206f7074696f6e2063616e>5.632 F
+ <6472616d61746963616c6c7920736c6f>128 651.6 Q 2.5<7764>-.25 G -.25<6f77>
+ -2.5 G 2.5<6e63>.25 G
+ <6f6465206f6e20736f6d652073797374656d732028652e672e20583836292e>-2.5 E
+ F2<adad656e61626c65ad756e73616665ad6670ad6d617468>108 668.4 Q F0 .34
+ <456e61626c65206f7074696d697a6174696f6e732074686174206d616b>128 680.4 R
+ 2.84<6575>-.1 G .34<6e7361666520617373756d7074696f6e732061626f7574>-2.84
+ F F4<49454545>2.84 E F0 .341<6d6174682028652e672e2074686174206164646974
+ 696f6e206973206173736f6369617469>2.841 F -.15<7665>-.25 G<29>.15 E 1.015
+ <6f72206d6179206e6f742077>128 692.4 R 1.014
+ <6f726b20666f7220616c6c20696e7075742072616e6765732e>-.1 F 1.014
+ <5468657365206f7074696d697a6174696f6e7320616c6c6f>6.014 F 3.514<7774>
+ -.25 G 1.014<686520636f64652067656e657261746f7220746f206d616b>-3.514 F
+ 3.514<6575>-.1 G 1.014<7365206f66>-3.514 F
+ <736f6d6520696e737472756374696f6e732077686963682077>128 704.4 Q<6f756c64
+ 206f7468657277697365206e6f7420626520757361626c65202873756368206173206673
+ 696e206f6e20583836292e>-.1 E 188.72<43565320323030362d30332d3133>72 768
+ R<31>205.67 E 0 Cg EP
+ %%Page: 2 2
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF 151.73<4c4c43283129204c4c>72 48 R
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c43283129>154.23 E/F1 10
+ /Times-Bold at 0 SF<adad656e61626c65ad636f7272>108 84 Q
+ <656374ad6568ad737570706f7274>-.18 E F0 .326<496e73747275637420746865>
+ 128 96 R F1<6c6f>2.826 E<776572696e>-.1 E -.1<766f>-.4 G -.1<6b65>.1 G
+ F0 .326
+ <7061737320746f20696e7365727420636f646520666f7220636f72726563742065>
+ 2.926 F .327<7863657074696f6e2068616e646c696e6720737570706f72742e>-.15 F
+ .327<546869732069732065>5.327 F<7870656e7369>-.15 E -.15<7665>-.25 G
+ <616e6420697320627920646566>128 108 Q
+ <61756c74206f6d697474656420666f72206566>-.1 E<8c6369656e63>-.25 E -.65
+ <792e>-.15 G F1<adad7374617473>108 124.8 Q F0<5072696e742073746174697374
+ 696373207265636f7264656420627920636f64652d67656e65726174696f6e2070617373
+ 65732e>128 136.8 Q F1<adad74696d65ad706173736573>108 153.6 Q F0<5265636f
+ 72642074686520616d6f756e74206f662074696d65206e656564656420666f7220656163
+ 68207061737320616e64207072696e742061207265706f727420746f207374616e646172
+ 64206572726f72>128 165.6 Q<2e>-.55 E F1<adad6c6f6164>108 182.4 Q F0<3d>A
+ /F2 10/Times-Italic at 0 SF<64736f5f70617468>A F0 .724
+ <44796e616d6963616c6c79206c6f6164>128 194.4 R F2<64736f5f70617468>3.224
+ E F0 .724<2861207061746820746f20612064796e616d6963616c6c7920736861726564
+ 206f626a65637429207468617420696d706c656d656e747320616e>3.224 F/F3 9
+ /Times-Roman at 0 SF<4c4c>3.223 E<564d>-.9 E F0<746172>3.223 E<6765742e>
+ -.18 E .397<546869732077696c6c207065726d69742074686520746172>128 206.4 R
+ .398<676574206e616d6520746f2062652075736564207769746820746865>-.18 F F1
+ <ad6d6172>2.898 E<6368>-.18 E F0 .398<6f7074696f6e20736f207468617420636f
+ 64652063616e2062652067656e65726174656420666f72>2.898 F<7468617420746172>
+ 128 218.4 Q<6765742e>-.18 E F1 -.92<5475>108 241.2 S
+ <6e696e672f436f6e8c6775726174696f6e204f7074696f6e73>.92 E
+ <adad7072696e74ad6d616368696e65696e73747273>108 262.8 Q F0<5072696e7420
+ 67656e657261746564206d616368696e6520636f6465206265747765656e20636f6d7069
+ 6c6174696f6e20706861736573202875736566756c20666f7220646562>128 274.8 Q
+ <756767696e67292e>-.2 E F1<adad72>108 291.6 Q<6567616c6c6f63>-.18 E F0
+ <3d>A F2<616c6c6f6361746f72>A F0<5370656369667920746865207265>128 303.6
+ Q<67697374657220616c6c6f6361746f7220746f207573652e2054686520646566>-.15
+ E<61756c74>-.1 E F2<616c6c6f6361746f72>2.5 E F0<6973>2.5 E F2
+ <6c6f63616c>2.5 E F0 5<2e56>C<616c6964207265>-6.11 E
+ <67697374657220616c6c6f6361746f7273206172653a>-.15 E F2<73696d706c65>128
+ 320.4 Q F0 -1.11<5665>148 332.4 S<72792073696d706c652060>1.11 E<60616c>
+ -.74 E -.1<7761>-.1 G<7973207370696c6c27>.1 E 2.5<2772>-.74 G -.15<6567>
+ -2.5 G<697374657220616c6c6f6361746f72>.15 E F2<6c6f63616c>128 349.2 Q F0
+ <4c6f63616c207265>148 361.2 Q<67697374657220616c6c6f6361746f72>-.15 E F2
+ <6c696e656172>128 378 Q<7363616e>-.1 E F0
+ <4c696e656172207363616e20676c6f62616c207265>148 390 Q
+ <67697374657220616c6c6f6361746f72>-.15 E F2<69746572>128 406.8 Q
+ <61746976657363616e>-.15 E F0<49746572617469>148 418.8 Q .3 -.15
+ <76652073>-.25 H<63616e20676c6f62616c207265>.15 E
+ <67697374657220616c6c6f6361746f72>-.15 E F1<adad7370696c6c6572>108 435.6
+ Q F0<3d>A F2<7370696c6c6572>A F0 .798
+ <5370656369667920746865207370696c6c657220746f2075736520666f72207265>128
+ 447.6 R .798
+ <67697374657220616c6c6f6361746f7273207468617420737570706f72742069742e>
+ -.15 F .797<43757272656e746c792074686973206f7074696f6e206973207573656420
+ 6f6e6c79206279>5.798 F<746865206c696e656172207363616e207265>128 459.6 Q
+ <67697374657220616c6c6f6361746f72>-.15 E 2.5<2e54>-.55 G<686520646566>
+ -2.5 E<61756c74>-.1 E F2<7370696c6c6572>2.5 E F0<6973>2.5 E F2
+ <6c6f63616c>2.5 E F0 5<2e56>C<616c6964207370696c6c657273206172653a>-6.11
+ E F2<73696d706c65>128 476.4 Q F0<53696d706c65207370696c6c6572>148 488.4
+ Q F2<6c6f63616c>128 505.2 Q F0<4c6f63616c207370696c6c6572>148 517.2 Q F1
+ <496e74656c204941ad3332ad73706563698c63204f7074696f6e73>108 540 Q
+ <adad783836ad61736dad73796e7461783d617474>108 561.6 Q/F4 10/Symbol SF
+ <ef>A F1<696e74656c>A F0<53706563696679207768657468657220746f20656d6974
+ 20617373656d626c7920636f646520696e>128 573.6 Q F3 -.999<4154>2.5 G<2654>
+ .999 E F0<73796e746178202874686520646566>2.5 E
+ <61756c7429206f7220696e74656c2073796e7461782e>-.1 E/F5 10.95
+ /Times-Bold at 0 SF<45584954205354>72 590.4 Q -1.04<4154>-.986 G<5553>1.04
+ E F0<4966>108 602.4 Q F1<6c6c63>2.5 E F0
+ <73756363656564732c2069742077696c6c2065>2.5 E<786974207769746820302e>
+ -.15 E<4f74686572776973652c20696620616e206572726f72206f63637572732c2069
+ 742077696c6c2065>5 E<78697420776974682061206e6f6e2d7a65726f2076>-.15 E
+ <616c75652e>-.25 E F5<53454520414c534f>72 619.2 Q F0<6c6c69>108 631.2 Q
+ F5 -.548<4155>72 648 S<54484f5253>.548 E F0
+ <4d61696e7461696e656420627920746865>108 660 Q F3<4c4c>2.5 E<564d>-.9 E
+ F0 -.7<5465>2.5 G<616d20283c687474703a2f2f6c6c766d2e6f72>.7 E<673e292e>
+ -.18 E 188.72<43565320323030362d30332d3133>72 768 R<32>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/lli.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/lli.ps:1.1
*** /dev/null	Wed May 23 13:12:55 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/lli.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,349 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:17 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%+ font Times-Italic
+ %%+ font Symbol
+ %%+ font Courier
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 2
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ %%IncludeResource: font Times-Italic
+ %%IncludeResource: font Symbol
+ %%IncludeResource: font Courier
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Courier at 0 ENC0/Courier RE/Times-Italic at 0 ENC0/Times-Italic RE
+ /Times-Bold at 0 ENC0/Times-Bold RE/Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF 155.07<4c4c49283129204c4c>72 48 R
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c49283129>157.57 E/F1 10.95
+ /Times-Bold at 0 SF -.219<4e41>72 84 S<4d45>.219 E F0
+ <6c6c6920ad206469726563746c792065>108 96 Q -.15<7865>-.15 G
+ <637574652070726f6772616d732066726f6d204c4c>.15 E
+ <564d2062797465636f6465>-1 E F1<53594e4f50534953>72 112.8 Q/F2 10
+ /Times-Bold at 0 SF<6c6c69>108 124.8 Q F0<5b>2.5 E/F3 10/Times-Italic at 0 SF
+ <6f7074696f6e73>A F0 2.5<5d5b>C F3<8c6c656e616d65>-2.5 E F0 2.5<5d5b>C
+ F3<7072>-2.5 E -.1<6f67>-.45 G -.15<7261>.1 G 2.5<6d61>.15 G -.37<7267>
+ -2.5 G<73>.37 E F0<5d>A F1<4445534352495054494f4e>72 141.6 Q F2<6c6c69>
+ 108 153.6 Q F0 .414<6469726563746c792065>2.914 F -.15<7865>-.15 G .414
+ <63757465732070726f6772616d7320696e>.15 F/F4 9/Times-Roman at 0 SF<4c4c>
+ 2.914 E<564d>-.9 E F0 .414<62797465636f646520666f726d61742e>2.914 F .413
+ <49742074616b>5.414 F .413<657320612070726f6772616d20696e>-.1 F F4<4c4c>
+ 2.913 E<564d>-.9 E F0 .413<62797465636f646520666f726d617420616e64>2.913
+ F -.15<657865>108 165.6 S .141<6375746573206974207573696e672061206a7573
+ 742d696e2d74696d6520636f6d70696c6572>.15 F 2.641<2c69>-.4 G 2.641<666f>
+ -2.641 G .141<6e652069732061>-2.641 F -.25<7661>-.2 G .141<696c61626c65
+ 20666f72207468652063757272656e74206172636869746563747572652c206f7220616e
+ 20696e746572707265746572>.25 F<2e>-.55 E F2<6c6c69>5.142 E F0<74616b>108
+ 177.6 Q .506<657320616c6c206f66207468652073616d6520636f64652067656e6572
+ 61746f72206f7074696f6e73206173206c6c632c2062>-.1 F .505<757420746865>-.2
+ F 3.005<7961>-.15 G .505<7265206f6e6c79206566>-3.005 F<6665637469>-.25 E
+ .805 -.15<76652077>-.25 H<68656e>.15 E F2<6c6c69>3.005 E F0 .505
+ <6973207573696e6720746865206a7573742d696e2d>3.005 F
+ <74696d6520636f6d70696c6572>108 189.6 Q<2e>-.55 E<4966>108 206.4 Q F3
+ <8c6c656e616d65>2.5 E F0<6973206e6f742073706563698c65642c207468656e>2.5
+ E F2<6c6c69>2.5 E F0<726561647320746865>2.5 E F4<4c4c>2.5 E<564d>-.9 E
+ F0<62797465636f646520666f72207468652070726f6772616d2066726f6d207374616e
+ 6461726420696e7075742e>2.5 E<546865206f7074696f6e616c>108 223.2 Q F3
+ <6172>2.5 E<6773>-.37 E F0<73706563698c6564206f6e2074686520636f6d6d616e
+ 64206c696e65206172652070617373656420746f207468652070726f6772616d20617320
+ 6172>2.5 E<67756d656e74732e>-.18 E F1<4f5054494f4e53>72 240 Q F2
+ <ad68656c70>108 252 Q F0<5072696e7420612073756d6d617279206f6620636f6d6d
+ 616e64206c696e65206f7074696f6e732e>128 264 Q F2<ad7374617473>108 280.8 Q
+ F0 .422<5072696e7420737461746973746963732066726f6d2074686520636f64652d67
+ 656e65726174696f6e207061737365732e2054686973206973206f6e6c79206d65616e69
+ 6e6766756c20666f7220746865206a7573742d696e2d74696d6520636f6d70696c6572>
+ 128 292.8 R<2c>-.4 E<61742070726573656e742e>128 304.8 Q F2
+ <ad74696d65ad706173736573>108 321.6 Q F0<5265636f72642074686520616d6f75
+ 6e74206f662074696d65206e656564656420666f72206561636820636f64652d67656e65
+ 726174696f6e207061737320616e64207072696e7420697420746f207374616e64617264
+ 206572726f72>128 333.6 Q<2e>-.55 E F2<ad6d747269706c65>108 350.4 Q F0
+ <3d>A F3<746172>A -.1<6765>-.37 G 2.5<7474>.1 G<7269706c65>-2.5 E F0
+ <4f76>128 362.4 Q .322<6572726964652074686520746172>-.15 F .322<67657420
+ 747269706c652073706563698c656420696e2074686520696e7075742062797465636f64
+ 65208c6c652077697468207468652073706563698c656420737472696e672e>-.18 F
+ .321<54686973206d617920726573756c74>5.322 F<696e206120637261736820696620
+ 796f75207069636b20616e20617263686974656374757265207768696368206973206e6f
+ 7420636f6d70617469626c652077697468207468652063757272656e742073797374656d
+ 2e>128 374.4 Q F2<ad6d6172>108 391.2 Q<6368>-.18 E F0<3d>A F3<6172>A
+ -.15<6368>-.37 G F0 .33<537065636966792074686520617263686974656374757265
+ 20666f7220776869636820746f2067656e657261746520617373656d626c79>128 403.2
+ R 2.83<2c6f>-.65 G -.15<7665>-2.98 G .33<72726964696e672074686520746172>
+ .15 F .33<67657420656e636f64656420696e207468652062797465636f6465>-.18 F
+ 3.035<8c6c652e20536565>128 415.2 R .535<746865206f7574707574206f66>3.035
+ F F2 .535<6c6c6320adad68656c70>3.035 F F0 .535
+ <666f722061206c697374206f662076>3.035 F .535
+ <616c696420617263686974656374757265732e>-.25 F .535<427920646566>5.535 F
+ .534<61756c74207468697320697320696e6665727265642066726f6d20746865>-.1 F
+ <746172>128 427.2 Q<67657420747269706c65206f72206175746f6465746563746564
+ 20746f207468652063757272656e74206172636869746563747572652e>-.18 E F2
+ <ad6d637075>108 444 Q F0<3d>A F3<6370756e616d65>A F0 .178<53706563696679
+ 20612073706563698c63206368697020696e207468652063757272656e74206172636869
+ 7465637475726520746f2067656e657261746520636f646520666f72>128 456 R 5.178
+ <2e42>-.55 G 2.678<7964>-5.178 G<6566>-2.678 E .179
+ <61756c74207468697320697320696e6665727265642066726f6d>-.1 F .196
+ <74686520746172>128 468 R .196<67657420747269706c6520616e64206175746f64
+ 6574656374656420746f207468652063757272656e74206172636869746563747572652e>
+ -.18 F -.15<466f>5.196 G 2.696<7261>.15 G .195<6c697374206f662061>-.001
+ F -.25<7661>-.2 G .195<696c61626c6520435055732c207573653a>.25 F F2
+ <6c6c766d2d6173>2.695 E 2.5<3c2f>128 480 S<6465>-2.5 E<762f6e756c6c>-.15
+ E/F5 10/Symbol SF<ef>2.5 E F2<6c6c6320ad6d6172>2.5 E
+ <63683d78797a20ad6d6370753d68656c70>-.18 E<ad6d61747472>108 496.8 Q F0
+ <3d>A F3<61312c2b61322cad61332c2e2e2e>A F0<4f76>128 508.8 Q .971
+ <657272696465206f7220636f6e74726f6c2073706563698c6320617474726962>-.15 F
+ .971<75746573206f662074686520746172>-.2 F .971
+ <6765742c20737563682061732077686574686572>-.18 F F4<53494d44>3.472 E F0
+ .972<6f7065726174696f6e732061726520656e61626c6564206f72>3.472 F 2.71
+ <6e6f742e20546865>128 520.8 R<646566>2.71 E .21
+ <61756c7420736574206f6620617474726962>-.1 F .209
+ <7574657320697320736574206279207468652063757272656e74>-.2 F F4<435055>
+ 2.709 E F0 5.209<2e46>C .209<6f722061206c697374206f662061>-5.359 F -.25
+ <7661>-.2 G .209<696c61626c6520617474726962>.25 F .209
+ <757465732c207573653a>-.2 F F2<6c6c766d2d>2.709 E<6173203c202f6465>128
+ 532.8 Q<762f6e756c6c>-.15 E F5<ef>2.5 E F2<6c6c6320ad6d6172>2.5 E
+ <63683d78797a20ad6d617474723d68656c70>-.18 E<ad66>108 549.6 Q<6f72>-.25
+ E<6365ad696e746572>-.18 E<7072>-.1 E<65746572>-.18 E F0<3d>A F3
+ <7b66616c7365>A<2c747275657d>-.1 E F0 1.988<49662073657420746f2074727565
+ 2c207573652074686520696e7465727072657465722065>128 561.6 R -.15<7665>
+ -.25 G 4.489<6e69>.15 G 4.489<66616a>-4.489 G 1.989
+ <7573742d696e2d74696d6520636f6d70696c65722069732061>-4.489 F -.25<7661>
+ -.2 G 1.989<696c61626c6520666f722074686973206172636869746563747572652e>
+ .25 F<446566>128 573.6 Q<61756c747320746f2066>-.1 E<616c73652e>-.1 E F2
+ <ad66>108 590.4 Q F0<3d>A F3<6e616d65>A F0 .442
+ <43616c6c207468652066756e6374696f6e206e616d6564>128 602.4 R F3<6e616d65>
+ 2.942 E F0 .442<746f207374617274207468652070726f6772616d2e>2.942 F .442
+ <4e6f74653a205468652066756e6374696f6e20697320617373756d656420746f206861>
+ 5.442 F .741 -.15<76652074>-.2 H .441<68652043207369672d>.15 F
+ <6e6174757265>128 614.4 Q/F6 10/Courier at 0 SF<696e74>2.744 E F3<6e616d65>
+ 2.744 E F6 .244<28696e742c2063686172202a2a2c2063686172202a2a29>2.744 F
+ F0 5.244<2e49>C 2.744<6679>-5.244 G .244<6f752074727920746f207573652074
+ 686973206f7074696f6e20746f2063616c6c20612066756e6374696f6e206f66>-2.744
+ F<696e636f6d70617469626c6520747970652c20756e64658c6e65642062656861>128
+ 626.4 Q<76696f72206d617920726573756c742e20446566>-.2 E<61756c747320746f>
+ -.1 E F6<6d61696e>2.5 E F0<2e>A F1<45584954205354>72 643.2 Q -1.04<4154>
+ -.986 G<5553>1.04 E F0<4966>108 655.2 Q F2<6c6c69>2.964 E F0 -.1<6661>
+ 2.963 G .463
+ <696c7320746f206c6f6164207468652070726f6772616d2c2069742077696c6c2065>.1
+ F .463<786974207769746820616e2065>-.15 F .463
+ <78697420636f6465206f6620312e>-.15 F .463
+ <4f74686572776973652c2069742077696c6c2072657475726e207468652065>5.463 F
+ .463<78697420636f6465206f66>-.15 F<7468652070726f6772616d2069742065>108
+ 667.2 Q -.15<7865>-.15 G<63757465732e>.15 E F1<53454520414c534f>72 684 Q
+ F0<6c6c63>108 696 Q 188.72<43565320323030362d30332d3133>72 768 R<31>
+ 205.67 E 0 Cg EP
+ %%Page: 2 2
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF 155.07<4c4c49283129204c4c>72 48 R
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c49283129>157.57 E/F1 10.95
+ /Times-Bold at 0 SF -.548<4155>72 84 S<54484f52>.548 E F0
+ <4d61696e7461696e656420627920746865>108 96 Q/F2 9/Times-Roman at 0 SF<4c4c>
+ 2.5 E<564d>-.9 E F0 -.7<5465>2.5 G
+ <616d20283c687474703a2f2f6c6c766d2e6f72>.7 E<673e292e>-.18 E 188.72
+ <43565320323030362d30332d3133>72 768 R<32>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-ar.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-ar.ps:1.1
*** /dev/null	Wed May 23 13:12:55 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-ar.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,936 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:17 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%+ font Courier
+ %%+ font Times-Italic
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 5
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ %%IncludeResource: font Courier
+ %%IncludeResource: font Times-Italic
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Times-Italic at 0 ENC0/Times-Italic RE/Courier at 0 ENC0/Courier RE
+ /Times-Bold at 0 ENC0/Times-Bold RE/Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 126.07<564d2d4152283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>128.57 E<564d2d4152283129>-1
+ E/F1 10.95/Times-Bold at 0 SF -.219<4e41>72 84 S<4d45>.219 E F0
+ <6c6c766dad617220ad204c4c>108 96 Q<564d206172636869>-1 E -.15<7665>-.25
+ G<72>.15 E F1<53594e4f50534953>72 112.8 Q/F2 10/Times-Bold at 0 SF
+ <6c6c766d2d6172>108 124.8 Q F0<5bad5d7b646d70717274787d5b5261628c6b>2.5
+ E<6f757a5d205b72656c706f735d205b636f756e745d203c6172636869>-.1 E -.15
+ <7665>-.25 G 2.5<3e5b>.15 G<8c6c65732e2e2e5d>-2.5 E F1
+ <4445534352495054494f4e>72 141.6 Q F0<546865>108 153.6 Q F2
+ <6c6c766d2d6172>3.486 E F0 .986<636f6d6d616e642069732073696d696c61722074
+ 6f2074686520636f6d6d6f6e20556e6978207574696c697479>3.486 F<2c>-.65 E/F3
+ 10/Courier at 0 SF<6172>3.486 E F0 3.486<2e49>C 3.486<7461>-3.486 G
+ <72636869>-3.486 E -.15<7665>-.25 G 3.486<7373>.15 G -2.15 -.25
+ <65762065>-3.486 H .986
+ <72616c208c6c657320746f67657468657220696e746f2061>.25 F .711<73696e676c
+ 65208c6c652e2054686520696e74656e7420666f72207468697320697320746f2070726f
+ 64756365206172636869>108 165.6 R 1.011 -.15<7665206c>-.25 H .711
+ <6962726172696573206279>.15 F/F4 9/Times-Roman at 0 SF<4c4c>3.211 E<564d>
+ -.9 E F0 .711<62797465636f646520746861742063616e206265206c696e6b>3.211 F
+ .712<656420696e746f20616e>-.1 F F4<4c4c>108 177.6 Q<564d>-.9 E F0 .471
+ <70726f6772616d2e20486f>2.971 F<7765>-.25 E -.15<7665>-.25 G 1.271 -.4
+ <722c2074>.15 H .47<6865206172636869>.4 F .77 -.15<76652063>-.25 H .47
+ <616e20636f6e7461696e20616e>.15 F 2.97<796b>-.15 G .47
+ <696e64206f66208c6c652e20427920646566>-2.97 F<61756c742c>-.1 E F2
+ <6c6c766d2d6172>2.97 E F0 .47<67656e65726174657320612073796d626f6c>2.97
+ F .212<7461626c652074686174206d616b>108 189.6 R .212
+ <6573206c696e6b696e672066>-.1 F .212<61737465722062656361757365206f6e6c
+ 79207468652073796d626f6c207461626c65206e6565647320746f20626520636f6e7375
+ 6c7465642c206e6f74206561636820696e6469>-.1 F .213<76696475616c208c6c65>
+ -.25 F<6d656d626572206f6620746865206172636869>108 201.6 Q -.15<7665>-.25
+ G<2e>.15 E<546865>108 218.4 Q F2<6c6c766d2d6172>3.299 E F0 .799
+ <636f6d6d616e642063616e206265207573656420746f>3.299 F/F5 10
+ /Times-Italic at 0 SF -.37<7265>3.299 G<6164>.37 E F0<626f7468>3.299 E F4
+ <53565234>3.299 E F0<616e64>3.299 E F4<425344>3.299 E F0 .799
+ <7374796c65206172636869>3.299 F 1.099 -.15<7665208c>-.25 H .799
+ <6c65732e20486f>.15 F<7765>-.25 E -.15<7665>-.25 G 1.599 -.4<722c2069>
+ .15 H 3.298<7463>.4 G .798<616e6e6f74206265>-3.298 F .235
+ <7573656420746f207772697465207468656d2e>108 230.4 R .235
+ <5768696c6520746865>5.235 F F2<6c6c766d2d6172>2.735 E F0 .235
+ <636f6d6d616e642070726f6475636573208c6c6573207468617420617265>2.735 F F5
+ <616c6d6f7374>2.735 E F0 .236
+ <6964656e746963616c20746f2074686520666f726d61742075736564>2.736 F .407
+ <6279206f74686572>108 242.4 R F3<6172>2.907 E F0 .406
+ <696d706c656d656e746174696f6e732c20697420686173207477>2.907 F 2.906
+ <6f73>-.1 G .406<69676e698c63616e74206465706172747572657320696e206f7264
+ 657220746f206d616b>-2.906 F 2.906<6574>-.1 G .406<6865206172636869>
+ -2.906 F .706 -.15<76652061>-.25 H .406<7070726f70726961746520666f72>.15
+ F F4<4c4c>108 254.4 Q<564d>-.9 E F0 2.666<2e54>C .166
+ <6865208c727374206465706172747572652069732074686174>-2.666 F F2
+ <6c6c766d2d6172>2.667 E F0 .167<6f6e6c792075736573>2.667 F F4<42534434>
+ 2.667 E F0 .167<2e34207374796c65206c6f6e672070617468206e616d657320287374
+ 6f72656420696d6d6564696174656c79206166746572>B .401
+ <746865206865616465722920616e64206e65>108 266.4 R -.15<7665>-.25 G 2.901
+ <7263>.15 G .4<6f6e7461696e73206120737472696e67207461626c6520666f72206c
+ 6f6e67206e616d65732e20546865207365636f6e64206465706172747572652069732074
+ 686174207468652073796d626f6c207461626c65>-2.901 F 1.391
+ <697320666f726d6174656420666f72206566>108 278.4 R 1.392<8c6369656e742063
+ 6f6e737472756374696f6e206f6620616e20696e2d6d656d6f7279206461746120737472
+ 7563747572652074686174207065726d6974732072617069642028726564ad626c61636b
+ 207472656529>-.25 F .508<6c6f6f6b7570732e20436f6e73657175656e746c79>108
+ 290.4 R 3.008<2c61>-.65 G<72636869>-3.008 E -.15<7665>-.25 G 3.007<7370>
+ .15 G .507<726f64756365642077697468>-3.007 F F2<6c6c766d2d6172>3.007 E
+ F0 .507<757375616c6c792077>3.007 F<6f6e27>-.1 E 3.007<7462>-.18 G 3.007
+ <6572>-3.007 G .507
+ <65616461626c65206f72206564697461626c65207769746820616e>-3.007 F<79>-.15
+ E F3<6172>3.007 E F0 .172<696d706c656d656e746174696f6e206f72207573656675
+ 6c20666f72206c696e6b696e672e>108 302.4 R .172<5573696e6720746865>5.172 F
+ F3<66>2.672 E F0 .172<6d6f64698c657220746f208d617474656e208c6c65206e616d
+ 65732077696c6c206d616b>2.672 F 2.673<6574>-.1 G .173<6865206172636869>
+ -2.673 F .473 -.15<76652072>-.25 H<6561642d>.15 E .365
+ <61626c65206279206f74686572>108 314.4 R F3<6172>2.865 E F0 .365
+ <696d706c656d656e746174696f6e732062>2.865 F .364<7574206e6f7420666f7220
+ 6c696e6b696e672062656361757365207468652073796d626f6c207461626c6520666f72
+ 6d617420666f72>-.2 F F4<4c4c>2.864 E<564d>-.9 E F0 .364
+ <697320756e697175652e>2.864 F .138<496620616e>108 326.4 R F4<53565234>
+ 2.638 E F0<6f72>2.638 E F4<425344>2.638 E F0 .138
+ <7374796c65206172636869>2.638 F .438 -.15<76652069>-.25 H 2.638<7375>.15
+ G .138<736564207769746820746865>-2.638 F F3<72>2.639 E F0 .139
+ <287265706c61636529206f72>2.639 F F3<71>2.639 E F0 .139<28717569636b2075
+ 706461746529206f7065726174696f6e732c20746865206172636869>2.639 F .439
+ -.15<76652077>-.25 H<696c6c>.15 E .215
+ <6265207265636f6e737472756374656420696e>108 338.4 R F4<4c4c>2.715 E
+ <564d>-.9 E F0 .214<666f726d61742e2054686973206d65616e732074686174207468
+ 6520737472696e67207461626c652077696c6c2062652064726f707065642028696e2064
+ 65666572656e636520746f>2.715 F F4<425344>2.714 E F0<342e34>2.714 E 1.914
+ <6c6f6e67206e616d65732920616e6420616e>108 350.4 R F4<4c4c>4.414 E<564d>
+ -.9 E F0 1.914
+ <73796d626f6c207461626c652077696c6c2062652061646465642028627920646566>
+ 4.414 F 1.915<61756c74292e205468652073797374656d2073796d626f6c207461626c
+ 652077696c6c206265>-.1 F<72657461696e65642e>108 362.4 Q<4865726527>108
+ 379.2 Q 2.5<7377>-.55 G<68657265>-2.5 E F2<6c6c766d2d6172>2.5 E F0
+ <646570617274732066726f6d20707265>2.5 E<76696f7573>-.25 E F3<6172>2.5 E
+ F0<696d706c656d656e746174696f6e733a>2.5 E F5<53796d626f6c2054>108 396 Q
+ <61626c65>-.92 E F0<53696e6365>128 408 Q F2<6c6c766d2d6172>3.121 E F0
+ .621<697320696e74656e64656420746f206172636869>3.121 F .921 -.15
+ <76652062>-.25 H .621
+ <797465636f6465208c6c65732c207468652073796d626f6c207461626c652077>.15 F
+ <6f6e27>-.1 E 3.12<746d>-.18 G<616b>-3.12 E 3.12<656d>-.1 G .62
+ <7563682073656e736520746f20616e>-3.12 F<792d>-.15 E .698<7468696e672062>
+ 128 420 R<7574>-.2 E F4<4c4c>3.198 E<564d>-.9 E F0 3.198<2e43>C
+ <6f6e73657175656e746c79>-3.198 E 3.198<2c74>-.65 G .698
+ <68652073796d626f6c207461626c6527>-3.198 F 3.198<7366>-.55 G .698<6f726d
+ 617420686173206265656e2073696d706c698c65642e20497420636f6e73697374732073
+ 696d706c79206f662061>-3.198 F .248<73657175656e6365206f6620706169727320
+ 6f662061208c6c65206d656d62657220696e6465>128 432 R 2.747<786e>-.15 G
+ .247<756d62657220617320616e>-2.747 F F4<4c5342>2.747 E F0 .247
+ <346279746520696e7465>2.747 F .247
+ <67657220616e642061206e756c6c2d7465726d696e6174656420737472696e672e>-.15
+ F F5<4c6f6e672050>108 448.8 Q<61746873>-.8 E F0<536f6d65>128 460.8 Q F3
+ <6172>2.721 E F0 .221<696d706c656d656e746174696f6e732028>2.721 F F4
+ <53565234>A F0 2.721<2975>C .222<73652061207365706172617465208c6c65206d
+ 656d62657220746f207265636f7264206c6f6e672070617468206e616d657320283e2031
+ 35206368617261632d>-2.721 F<74657273292e>128 472.8 Q F2<6c6c766d2d6172>
+ 3.12 E F0<74616b>3.12 E .619<657320746865>-.1 F F4<425344>3.119 E F0
+ .619<342e3420616e64204d6163>3.119 F F4<4f53>3.119 E F0 3.119<5861>3.119
+ G .619<7070726f61636820776869636820697320746f2073696d706c792073746f7265
+ 207468652066756c6c2070617468206e616d65>-3.119 F 1.361<696d6d656469617465
+ 6c7920707265636564696e6720746865206461746120666f7220746865208c6c652e2054
+ 68652070617468206e616d65206973206e756c6c207465726d696e6174656420616e6420
+ 6d617920636f6e7461696e20746865>128 484.8 R
+ <736c61736820282f2920636861726163746572>128 496.8 Q<2e>-.55 E F5
+ <436f6d7072>108 513.6 Q<657373696f6e>-.37 E F2<6c6c766d2d6172>128 525.6
+ Q F0 1.227<63616e20636f6d707265737320746865206d656d62657273206f6620616e
+ 206172636869>3.727 F 1.527 -.15<76652074>-.25 H 3.727<6f73>.15 G -2.25
+ -.2<61762065>-3.727 H 1.226<73706163652e2054686520636f6d7072657373696f6e
+ 207573656420646570656e6473206f6e>3.927 F<7768617427>128 537.6 Q 3.528
+ <7361>-.55 G -.25<7661>-3.728 G 1.028<696c61626c65206f6e2074686520706c61
+ 74666f726d20616e6420776861742063686f6963657320746865>.25 F F4<4c4c>3.528
+ E<564d>-.9 E F0 1.028<436f6d70726573736f72207574696c697479206d616b>3.528
+ F 1.028<65732e2049742067656e6572616c6c79>-.1 F -.1<6661>128 549.6 S -.2
+ <766f>-.1 G .717<727320627a6970322062>.2 F .717
+ <75742077696c6c2073656c656374206265747765656e2060>-.2 F .717
+ <606e6f20636f6d7072657373696f6e27>-.74 F 3.217<276f>-.74 G 3.217<7262>
+ -3.217 G .716<7a69703220646570656e64696e67206f6e2077686174206d616b>
+ -3.217 F .716<65732073656e736520666f72>-.1 F<746865208c6c6527>128 561.6
+ Q 2.5<7363>-.55 G<6f6e74656e742e>-2.5 E F5<446972>108 578.4 Q
+ <6563746f7279205265637572>-.37 E<73696f6e>-.1 E F0<4d6f7374>128 590.4 Q
+ F3<6172>3.202 E F0 .703<696d706c656d656e746174696f6e7320646f206e6f742072
+ 656375727365207468726f756768206469726563746f726965732062>3.202 F .703
+ <75742073696d706c792069676e6f7265206469726563746f7269657320696620746865>
+ -.2 F 3.203<7961>-.15 G<7265>-3.203 E .125
+ <70726573656e74656420746f207468652070726f6772616d20696e20746865>128
+ 602.4 R F5<8c6c6573>2.625 E F0<6f7074696f6e2e>2.625 E F2<6c6c766d2d6172>
+ 2.625 E F0 2.625<2c68>C -.25<6f77>-2.625 G -2.15 -.25<65762065>.25 H
+ .925 -.4<722c2063>.25 H .125<616e2072656375727365207468726f756768206469
+ 726563746f72792073747275637475726573>.4 F<616e642061646420616c6c20746865
+ 208c6c657320756e6465722061206469726563746f7279>128 614.4 Q 2.5<2c69>-.65
+ G 2.5<6672>-2.5 G<65717565737465642e>-2.5 E/F6 9/Times-Italic at 0 SF -.162
+ <544f>108 631.2 S<43>.162 E F5 -1.11<5665>2.5 G
+ <72626f7365204f7574707574>1.11 E F0<5768656e>128 643.2 Q F2
+ <6c6c766d2d6172>2.838 E F0 .339<7072696e7473206f7574207468652076>2.838 F
+ .339<6572626f7365207461626c65206f6620636f6e74656e74732028>-.15 F F3
+ <7476>A F0 .339<6f7074696f6e292c2069742070726563656465732074686520757375
+ 616c206f757470757420776974682061>2.839 F .361<63686172616374657220696e64
+ 69636174696e6720746865206261736963206b696e64206f6620636f6e74656e7420696e
+ 20746865208c6c652e204120626c616e6b206d65616e7320746865208c6c652069732061
+ 207265>128 655.2 R .361<67756c6172208c6c652e204120275a27>-.15 F .511<6d
+ 65616e7320746865208c6c6520697320636f6d707265737365642e204120274227206d65
+ 616e7320746865208c6c6520697320616e>128 667.2 R F4<4c4c>3.011 E<564d>-.9
+ E F0 .511<62797465636f6465208c6c652e20416e20275327206d65616e732074686520
+ 8c6c65206973>3.011 F<7468652073796d626f6c207461626c652e>128 679.2 Q F1
+ <4f5054494f4e53>72 696 Q F0 .277<546865206f7074696f6e7320746f>108 708 R
+ F2<6c6c766d2d6172>2.777 E F0 .277
+ <61726520636f6d70617469626c652077697468206f74686572>2.777 F F3<6172>
+ 2.777 E F0 2.777<696d706c656d656e746174696f6e732e20486f>2.777 F<7765>
+ -.25 E -.15<7665>-.25 G 1.076 -.4<722c2074>.15 H .276
+ <68657265206172652061206665>.4 F 2.776<776d>-.25 G<6f64698c657273>-2.776
+ E<28>108 720 Q F5<7a52>A F0 2.912<2974>C .412
+ <68617420617265206e6f7420666f756e6420696e206f74686572>-2.912 F F3<6172>
+ 2.912 E F0 .413<732e20546865206f7074696f6e7320746f>B F2<6c6c766d2d6172>
+ 2.913 E F0 .413<7370656369667920612073696e676c65206261736963206f70657261
+ 74696f6e20746f20706572666f726d206f6e>2.913 F 188.72
+ <43565320323030362d31312d3230>72 768 R<31>205.67 E 0 Cg EP
+ %%Page: 2 2
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 126.07<564d2d4152283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>128.57 E<564d2d4152283129>-1
+ E .226<746865206172636869>108 84 R -.15<7665>-.25 G 2.726<2c6176>.15 G
+ .226<617269657479206f66206d6f64698c65727320666f722074686174206f70657261
+ 74696f6e2c20746865206e616d65206f6620746865206172636869>-2.976 F .525
+ -.15<7665208c>-.25 H .225
+ <6c652c20616e6420616e206f7074696f6e616c206c697374206f66208c6c65>.15 F<6e
+ 616d65732e205468657365206f7074696f6e7320617265207573656420746f2064657465
+ 726d696e6520686f>108 96 Q<77>-.25 E/F1 10/Times-Bold at 0 SF
+ <6c6c766d2d6172>2.5 E F0
+ <73686f756c642070726f6365737320746865206172636869>2.5 E .3 -.15
+ <7665208c>-.25 H<6c652e>.15 E .033
+ <546865204f7065726174696f6e7320616e64204d6f64698c657273206172652065>108
+ 112.8 R .033<78706c61696e656420696e207468652073656374696f6e732062656c6f>
+ -.15 F 1.333 -.65<772e2054>-.25 H .034<6865206d696e696d616c20736574206f
+ 66206f7074696f6e73206973206174206c65617374206f6e65>.65 F .609
+ <6f70657261746f7220616e6420746865206e616d65206f6620746865206172636869>
+ 108 124.8 R -.15<7665>-.25 G 3.109<2e54>.15 G .609
+ <79706963616c6c79206172636869>-3.909 F .908 -.15<7665208c>-.25 H .608
+ <6c657320656e6420776974682061>.15 F/F2 10/Courier at 0 SF<2e61>3.108 E F0
+ <737566>3.108 E .608<8c782c2062>-.25 F .608
+ <75742074686973206973206e6f742072657175697265642e>-.2 F -.15<466f>108
+ 136.8 S<6c6c6f>.15 E .15<77696e6720746865>-.25 F/F3 10/Times-Italic at 0 SF
+ <6172>2.65 E -.15<6368>-.37 G<6976652d6e616d65>.15 E F0 .15
+ <636f6d65732061206c697374206f66>2.65 F F3<8c6c6573>2.65 E F0 .151<746861
+ 7420696e646963617465207468652073706563698c63206d656d62657273206f66207468
+ 65206172636869>2.651 F .451 -.15<76652074>-.25 H 2.651<6f6f>.15 G
+ <706572617465>-2.651 E .049<6f6e2e20496620746865>108 148.8 R F3
+ <8c6c6573>2.549 E F0 .048<6f7074696f6e206973206e6f742073706563698c65642c
+ 2069742067656e6572616c6c79206d65616e73206569746865722060>2.549 F
+ <606e6f6e6527>-.74 E 2.548<276f>-.74 G 2.548<7260>-2.548 G<60616c6c27>
+ -3.288 E 2.548<276d>-.74 G .048
+ <656d626572732c20646570656e64696e67206f6e20746865>-2.548 F
+ <6f7065726174696f6e2e>108 160.8 Q F1<4f7065726174696f6e73>108 183.6 Q F0
+ 15<6444>108 205.2 S .682
+ <656c657465208c6c65732066726f6d20746865206172636869>-15 F -.15<7665>-.25
+ G 3.182<2e4e>.15 G 3.183<6f6d>-3.182 G .683<6f64698c65727320617265206170
+ 706c696361626c6520746f2074686973206f7065726174696f6e2e>-3.183 F<546865>
+ 5.683 E F3<8c6c6573>3.183 E F0 .683<6f7074696f6e732073706563696679>3.183
+ F 1.528<7768696368206d656d626572732073686f756c642062652072656d6f>128
+ 217.2 R -.15<7665>-.15 G 4.027<6466>.15 G 1.527
+ <726f6d20746865206172636869>-4.027 F -.15<7665>-.25 G 4.027<2e49>.15 G
+ 4.027<7469>-4.027 G 4.027<736e>-4.027 G 1.527<6f7420616e206572726f722069
+ 6620612073706563698c6564208c6c6520646f6573206e6f74>-4.027 F
+ <61707065617220696e20746865206172636869>128 229.2 Q -.15<7665>-.25 G 5
+ <2e49>.15 G 2.5<666e>-5 G<6f>-2.5 E F3<8c6c6573>2.5 E F0
+ <6172652073706563698c65642c20746865206172636869>2.5 E .3 -.15<76652069>
+ -.25 H 2.5<736e>.15 G<6f74206d6f64698c65642e>-2.5 E<6d5b6162695d>108 246
+ Q<4d6f>128 258 Q 1.058 -.15<7665208c>-.15 H .758
+ <6c65732066726f6d206f6e65206c6f636174696f6e20696e20746865206172636869>
+ .15 F 1.058 -.15<76652074>-.25 H 3.258<6f61>.15 G<6e6f74686572>-3.258 E
+ 3.258<2e54>-.55 G<6865>-3.258 E F3<61>3.258 E F0<2c>A F3<62>3.259 E F0
+ 3.259<2c61>C<6e64>-3.259 E F3<69>3.259 E F0 .759
+ <6d6f64698c657273206170706c7920746f2074686973206f706572612d>3.259 F .875
+ <74696f6e2e20546865>128 270 R F3<8c6c6573>3.375 E F0 .875
+ <77696c6c20616c6c206265206d6f>3.375 F -.15<7665>-.15 G 3.375<6474>.15 G
+ 3.375<6f74>-3.375 G .875<6865206c6f636174696f6e206769>-3.375 F -.15
+ <7665>-.25 G 3.375<6e62>.15 G 3.375<7974>-3.375 G .874<6865206d6f64698c
+ 6572732e204966206e6f206d6f64698c6572732061726520757365642c20746865>
+ -3.375 F<8c6c65732077696c6c206265206d6f>128 282 Q -.15<7665>-.15 G 2.5
+ <6474>.15 G 2.5<6f74>-2.5 G<686520656e64206f6620746865206172636869>-2.5
+ E -.15<7665>-.25 G 2.5<2e49>.15 G 2.5<666e>-2.5 G<6f>-2.5 E F3<8c6c6573>
+ 2.5 E F0<6172652073706563698c65642c20746865206172636869>2.5 E .3 -.15
+ <76652069>-.25 H 2.5<736e>.15 G<6f74206d6f64698c65642e>-2.5 E<705b6b5d>
+ 108 298.8 Q .229<5072696e74208c6c657320746f20746865207374616e6461726420
+ 6f75747075742e20546865>128 310.8 R F3<6b>2.729 E F0 .23<6d6f64698c657220
+ 6170706c69657320746f2074686973206f7065726174696f6e2e2054686973206f706572
+ 6174696f6e2073696d706c79207072696e7473>2.729 F<746865>128 322.8 Q F3
+ <8c6c6573>2.694 E F0 .194<696e6469636174656420746f20746865207374616e6461
+ 7264206f75747075742e204966206e6f>2.694 F F3<8c6c6573>2.694 E F0 .193
+ <6172652073706563698c65642c2074686520656e74697265206172636869>2.693 F
+ .493 -.15<76652069>-.25 H 2.693<7370>.15 G 2.693
+ <72696e7465642e205072696e74696e67>-2.693 F .284
+ <62797465636f6465208c6c657320697320696c6c2d6164766973656420617320746865>
+ 128 334.8 R 2.784<796d>-.15 G .284<6967687420636f6e6675736520796f757220
+ 7465726d696e616c2073657474696e67732e20546865>-2.784 F F3<70>2.784 E F0
+ .284<6f7065726174696f6e206e65>2.784 F -.15<7665>-.25 G 2.784<726d>.15 G
+ <6f64692d>-2.784 E<8c657320746865206172636869>128 346.8 Q -.15<7665>-.25
+ G<2e>.15 E<715b52667a5d>108 363.6 Q .509<517569636b6c7920617070656e6420
+ 8c6c657320746f2074686520656e64206f6620746865206172636869>128 375.6 R
+ -.15<7665>-.25 G 3.008<2e54>.15 G<6865>-3.008 E F3<52>3.008 E F0<2c>A F3
+ <66>3.008 E F0 3.008<2c61>C<6e64>-3.008 E F3<7a>3.008 E F0 .508
+ <6d6f64698c657273206170706c7920746f2074686973206f7065726174696f6e2e>
+ 3.008 F<54686973>5.508 E .424
+ <6f7065726174696f6e20717569636b6c79206164647320746865>128 387.6 R F3
+ <8c6c6573>2.924 E F0 .425<746f20746865206172636869>2.924 F .725 -.15
+ <76652077>-.25 H .425<6974686f757420636865636b696e6720666f72206475706c69
+ 636174657320746861742073686f756c642062652072656d6f>.15 F -.15<7665>-.15
+ G<64>.15 E .56<8c7273742e204966206e6f>128 399.6 R F3<8c6c6573>3.06 E F0
+ .56<6172652073706563698c65642c20746865206172636869>3.06 F .859 -.15
+ <76652069>-.25 H 3.059<736e>.15 G .559<6f74206d6f64698c65642e>-3.059 F
+ .559<42656361757365206f66207468652077>5.559 F .559<61792074686174>-.1 F
+ F1<6c6c766d2d6172>3.059 E F0<636f6e73747275637473>3.059 E
+ <746865206172636869>128 411.6 Q .3 -.15<7665208c>-.25 H
+ <6c652c2069747320647562696f7573207768657468657220746865>.15 E F3<71>2.5
+ E F0<6f7065726174696f6e20697320616e>2.5 E 2.5<7966>-.15 G
+ <6173746572207468616e20746865>-2.6 E F3<72>2.5 E F0
+ <6f7065726174696f6e2e>2.5 E<725b52616266757a5d>108 428.4 Q .078
+ <5265706c616365206f7220696e73657274208c6c65206d656d626572732e20546865>
+ 128 440.4 R F3<52>2.578 E F0<2c>A F3<61>2.578 E F0<2c>A F3<62>2.578 E F0
+ <2c>A F3<66>2.578 E F0<2c>A F3<75>2.578 E F0 2.578<2c61>C<6e64>-2.578 E
+ F3<7a>2.578 E F0 .078<6d6f64698c657273206170706c7920746f2074686973206f70
+ 65726174696f6e2e2054686973206f7065726174696f6e>2.578 F 1.012
+ <77696c6c207265706c6163652065>128 452.4 R<78697374696e67>-.15 E F3
+ <8c6c6573>3.512 E F0 1.012<6f7220696e73657274207468656d2061742074686520
+ 656e64206f6620746865206172636869>3.512 F 1.312 -.15<76652069>-.25 H
+ 3.512<6674>.15 G<6865>-3.512 E 3.512<7964>-.15 G 3.512<6f6e>-3.512 G
+ 1.012<6f742065>-3.512 F 1.012<786973742e204966206e6f>-.15 F F3<8c6c6573>
+ 3.511 E F0<617265>3.511 E<73706563698c65642c20746865206172636869>128
+ 464.4 Q .3 -.15<76652069>-.25 H 2.5<736e>.15 G<6f74206d6f64698c65642e>
+ -2.5 E 3.06<745b765d205072696e74>108 481.2 R .334
+ <746865207461626c65206f6620636f6e74656e74732e2057>2.834 F .334
+ <6974686f757420616e>-.4 F 2.834<796d>-.15 G .335<6f64698c6572732c207468
+ 6973206f7065726174696f6e206a757374207072696e747320746865206e616d6573206f
+ 6620746865206d656d62657273>-2.834 F .358
+ <746f20746865207374616e64617264206f75747075742e2057>128 493.2 R .358
+ <69746820746865>-.4 F F3<76>2.858 E F0<6d6f64698c6572>2.858 E<2c>-.4 E
+ F1<6c6c766d2d6172>2.858 E F0 .357<616c736f207072696e7473206f757420746865
+ 208c6c6520747970652028423d62797465636f64652c205a3d636f6d2d>2.857 F .322
+ <707265737365642c20533d73796d626f6c207461626c652c20626c616e6b3d7265>128
+ 505.2 R .322<67756c6172208c6c65292c20746865207065726d697373696f6e206d6f
+ 64652c20746865206f>-.15 F .322
+ <776e657220616e642067726f75702c207468652073697a652c20616e64>-.25 F .199
+ <74686520646174652e20496620616e>128 517.2 R<79>-.15 E F3<8c6c6573>2.698
+ E F0 .198<6172652073706563698c65642c20746865206c697374696e67206973206f6e
+ 6c7920666f722074686f7365208c6c65732e204966206e6f>2.698 F F3<8c6c6573>
+ 2.698 E F0 .198<6172652073706563698c65642c20746865207461626c65206f66>
+ 2.698 F<636f6e74656e747320666f72207468652077686f6c65206172636869>128
+ 529.2 Q .3 -.15<76652069>-.25 H 2.5<7370>.15 G<72696e7465642e>-2.5 E
+ <785b6f505d>108 546 Q 2.555<45787472616374206172636869>128 558 R 2.855
+ -.15<7665206d>-.25 H 2.555
+ <656d62657273206261636b20746f208c6c65732e20546865>.15 F F3<6f>5.056 E F0
+ 2.556<6d6f64698c6572206170706c69657320746f2074686973206f7065726174696f6e
+ 2e2054686973206f7065726174696f6e>5.056 F<726574726965>128 570 Q -.15
+ <7665>-.25 G 3.339<7374>.15 G .839<686520696e64696361746564>-3.339 F F3
+ <8c6c6573>3.339 E F0 .839<66726f6d20746865206172636869>3.339 F 1.139
+ -.15<76652061>-.25 H .839<6e6420777269746573207468656d206261636b20746f20
+ 746865206f7065726174696e672073797374656d27>.15 F 3.338<738c>-.55 G .838
+ <6c65207379732d>-3.338 F<74656d2e204966206e6f>128 582 Q F3<8c6c6573>2.5
+ E F0<6172652073706563698c65642c2074686520656e74697265206172636869>2.5 E
+ .3 -.15<76652069>-.25 H 2.5<7365>.15 G<7874726163742e>-2.65 E F1
+ <4d6f64698c65727320286f7065726174696f6e2073706563698c6329>108 604.8 Q F0
+ 1.477<546865206d6f64698c6572732062656c6f>108 621.6 R 3.978<7761>-.25 G
+ 1.478<72652073706563698c6320746f206365727461696e206f7065726174696f6e732e
+ 2053656520746865204f7065726174696f6e732073656374696f6e202861626f>-3.978
+ F -.15<7665>-.15 G 3.978<2974>.15 G 3.978<6f64>-3.978 G
+ <657465726d696e65>-3.978 E<7768696368206d6f64698c6572732061726520617070
+ 6c696361626c6520746f207768696368206f7065726174696f6e732e>108 633.6 Q 6.4
+ <5b615d205768656e>108 650.4 R .482<696e73657274696e67206f72206d6f>2.982
+ F .481<76696e67206d656d626572208c6c65732c2074686973206f7074696f6e207370
+ 6563698c6573207468652064657374696e6174696f6e206f6620746865206e65>-.15 F
+ 2.981<778c>-.25 G .481<6c6573206173206265696e67>-2.981 F F2<61>128 662.4
+ Q F0<6674657220746865>A F3 -.37<7265>2.5 G<6c706f73>.37 E F0
+ <6d656d626572>2.5 E 2.5<2e49>-.55 G<66>-2.5 E F3 -.37<7265>2.5 G
+ <6c706f73>.37 E F0<6973206e6f7420666f756e642c20746865208c6c657320617265
+ 20706c616365642061742074686520656e64206f6620746865206172636869>2.5 E
+ -.15<7665>-.25 G<2e>.15 E 5.84<5b625d205768656e>108 679.2 R .481
+ <696e73657274696e67206f72206d6f>2.981 F .481<76696e67206d656d626572208c
+ 6c65732c2074686973206f7074696f6e2073706563698c6573207468652064657374696e
+ 6174696f6e206f6620746865206e65>-.15 F 2.982<778c>-.25 G .482
+ <6c6573206173206265696e67>-2.982 F F2<62>128 691.2 Q F0 .994
+ <65666f726520746865>B F3 -.37<7265>3.494 G<6c706f73>.37 E F0
+ <6d656d626572>3.494 E 3.494<2e49>-.55 G<66>-3.494 E F3 -.37<7265>3.494 G
+ <6c706f73>.37 E F0 .994<6973206e6f7420666f756e642c20746865208c6c65732061
+ 726520706c616365642061742074686520656e64206f6620746865206172636869>3.494
+ F -.15<7665>-.25 G 3.493<2e54>.15 G<686973>-3.493 E
+ <6d6f64698c6572206973206964656e746963616c20746f2074686520746865>128
+ 703.2 Q F3<69>2.5 E F0<6d6f64698c6572>2.5 E<2e>-.55 E 188.72
+ <43565320323030362d31312d3230>72 768 R<32>205.67 E 0 Cg EP
+ %%Page: 3 3
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 126.07<564d2d4152283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>128.57 E<564d2d4152283129>-1
+ E 7.51<5b665d204e6f726d616c6c79>108 84 R<2c>-.65 E/F1 10/Times-Bold at 0 SF
+ <6c6c766d2d6172>2.823 E F0 .323<73746f726573207468652066756c6c2070617468
+ 206e616d6520746f2061208c6c652061732070726573656e74656420746f206974206f6e
+ 2074686520636f6d6d616e64206c696e652e2057>2.823 F .324<6974682074686973>
+ -.4 F .134<6f7074696f6e2c207472756e636174656420283135206368617261637465
+ 7273206d617829206e616d65732061726520757365642e205468697320656e7375726573
+ 206e616d6520636f6d7061746962696c6974792077697468206f6c6465722076>128 96
+ R<6572>-.15 E<2d>-.2 E .277<73696f6e73206f66>128 108 R/F2 10/Courier at 0
+ SF<6172>2.777 E F0 -.2<6275>2.777 G 2.777<746d>.2 G .277
+ <617920616c736f20746877>-2.777 F .277<61727420636f72726563742065>-.1 F
+ .277<787472616374696f6e206f6620746865208c6c657320286475706c696361746573
+ 206d6179206f>-.15 F -.15<7665>-.15 G .277
+ <727772697465292e20496620757365642077697468>.15 F<746865>128 120 Q/F3 10
+ /Times-Italic at 0 SF<52>2.894 E F0 .394<6f7074696f6e2c20746865206469726563
+ 746f727920726563757273696f6e2077696c6c20626520706572666f726d65642062>
+ 2.894 F .393<757420746865208c6c65206e616d65732077696c6c20616c6c206265>
+ -.2 F F2<66>2.893 E F0 .393<6c617474656e656420746f2073696d2d>B
+ <706c65208c6c65206e616d65732e>128 132 Q 8.06<5b695d2041>108 148.8 R
+ <73796e6f6e>2.5 E<796d20666f7220746865>-.15 E F3<62>2.5 E F0
+ <6f7074696f6e2e>2.5 E 5.84<5b6b5d204e6f726d616c6c79>108 165.6 R<2c>-.65
+ E F1<6c6c766d2d6172>2.543 E F0 .043<77696c6c206e6f74207072696e7420746865
+ 20636f6e74656e7473206f662062797465636f6465208c6c6573207768656e20746865>
+ 2.543 F F3<70>2.544 E F0 .044
+ <6f7065726174696f6e20697320757365642e2054686973206d6f642d>2.544 F
+ <698c657220646566656174732074686520646566>128 177.6 Q
+ <61756c7420616e6420616c6c6f>-.1 E<7773207468652062797465636f6465206d656d
+ 6265727320746f206265207072696e7465642e>-.25 E 3.62<5b4e5d2054686973>108
+ 194.4 R<6f7074696f6e2069732069676e6f726564206279>2.5 E F1
+ <6c6c766d2d6172>2.5 E F0 -.2<6275>2.5 G 2.5<7470>.2 G<726f>-2.5 E
+ <766964656420666f7220636f6d7061746962696c697479>-.15 E<2e>-.65 E 5.84
+ <5b6f5d205768656e>108 211.2 R -.15<6578>2.804 G .304<7472616374696e6720
+ 8c6c65732c2074686973206f7074696f6e2077696c6c206361757365>.15 F F1
+ <6c6c766d2d6172>2.804 E F0 .304<746f2070726573657276>2.804 F 2.804<6574>
+ -.15 G .304<6865206f726967696e616c206d6f64698c636174696f6e2074696d657320
+ 6f6620746865>-2.804 F<8c6c6573206974207772697465732e>128 223.2 Q 5.28
+ <5b505d20757365>108 240 R
+ <66756c6c2070617468206e616d6573207768656e206d61746368696e67>2.5 E 4.17
+ <5b525d2054686973>108 256.8 R 1.159
+ <6d6f64698c657220696e737472756374696f6e7320746865>3.659 F F3<72>3.659 E
+ F0 1.159<6f7074696f6e20746f2072656375727369>3.659 F -.15<7665>-.25 G
+ 1.159<6c792070726f63657373206469726563746f726965732e>.15 F -.4<5769>
+ 6.159 G<74686f7574>.4 E F3<52>3.66 E F0 3.66<2c64>C 1.16
+ <69726563746f7269657320617265>-3.66 F .02
+ <69676e6f72656420616e64206f6e6c792074686f7365>128 268.8 R F3<8c6c6573>
+ 2.52 E F0 .02<7468617420726566657220746f208c6c65732077696c6c206265206164
+ 64656420746f20746865206172636869>2.52 F -.15<7665>-.25 G 2.52<2e57>.15 G
+ <68656e>-2.52 E F3<52>2.52 E F0 .02<697320757365642c20616e>2.52 F 2.52
+ <7964>-.15 G<69726563746f2d>-2.52 E .707
+ <726965732073706563698c65642077697468>128 280.8 R F3<8c6c6573>3.207 E F0
+ .707<77696c6c206265207363616e6e6564202872656375727369>3.207 F -.15<7665>
+ -.25 G .707<6c792920746f208c6e64208c6c657320746f20626520616464656420746f
+ 20746865206172636869>.15 F -.15<7665>-.25 G 3.208<2e41>.15 G 1.008 -.15
+ <6e79208c>-3.208 H<6c65>.15 E<77686f7365206e616d65206265>128 292.8 Q
+ <67696e732077697468206120646f742077696c6c206e6f742062652061646465642e>
+ -.15 E 5.84<5b755d205768656e>108 309.6 R .893<7265706c6163696e672065>
+ 3.393 F .893<78697374696e67208c6c657320696e20746865206172636869>-.15 F
+ -.15<7665>-.25 G 3.393<2c6f>.15 G .893
+ <6e6c79207265706c6163652074686f7365208c6c65732074686174206861>-3.393 F
+ 1.193 -.15<766520612074>-.2 H .893<696d65207374616d70207468616e20746865>
+ .15 F<74696d65207374616d70206f6620746865206d656d62657220696e207468652061
+ 72636869>128 321.6 Q -.15<7665>-.25 G<2e>.15 E 6.4<5b7a5d205768656e>108
+ 338.4 R .283<696e73657274696e67206f72207265706c6163696e6720616e>2.783 F
+ 2.783<798c>-.15 G .283<6c6520696e20746865206172636869>-2.783 F -.15
+ <7665>-.25 G 2.783<2c63>.15 G .283
+ <6f6d707265737320746865208c6c65208c7273742e>-2.783 F .284
+ <54686973206d6f64698c6572206973207361666520746f20757365>5.284 F .703
+ <7768656e2028707265>128 350.4 R .702<76696f75736c792920636f6d7072657373
+ 65642062797465636f6465208c6c65732061726520616464656420746f20746865206172
+ 636869>-.25 F -.15<7665>-.25 G 3.202<3b74>.15 G .702
+ <686520636f6d707265737365642062797465636f6465208c6c6573>-3.202 F
+ <77696c6c206e6f7420626520646f75626c7920636f6d707265737365642e>128 362.4
+ Q F1<4d6f64698c657273202867656e6572696329>108 385.2 Q F0
+ <546865206d6f64698c6572732062656c6f>108 402 Q 2.5<776d>-.25 G
+ <6179206265206170706c69656420746f20616e>-2.5 E 2.5<796f>-.15 G
+ <7065726174696f6e2e>-2.5 E 6.4<5b635d2046>108 418.8 R 1.141
+ <6f7220616c6c206f7065726174696f6e732c>-.15 F F1<6c6c766d2d6172>3.641 E
+ F0 1.141<77696c6c20616c>3.641 F -.1<7761>-.1 G 1.141
+ <79732063726561746520746865206172636869>.1 F 1.441 -.15<76652069>-.25 H
+ 3.641<6669>.15 G 3.642<7464>-3.641 G<6f65736e27>-3.642 E 3.642<7465>-.18
+ G 1.142<786973742e204e6f726d616c6c79>-3.792 F<2c>-.65 E F1
+ <6c6c766d2d6172>3.642 E F0<77696c6c>3.642 E .436<7072696e7420612077>128
+ 430.8 R .436<61726e696e67206d65737361676520696e6469636174696e6720746861
+ 7420746865206172636869>-.1 F .736 -.15<76652069>-.25 H 2.936<7362>.15 G
+ .435<65696e6720637265617465642e205573696e672074686973206d6f64698c657220
+ 7475726e73206f66>-2.936 F 2.935<6674>-.25 G<686174>-2.935 E -.1<7761>128
+ 442.8 S<726e696e672e>.1 E 6.95<5b735d2054686973>108 459.6 R 1.418
+ <6d6f64698c6572207265717565737473207468617420616e206172636869>3.918 F
+ 1.719 -.15<76652069>-.25 H<6e6465>.15 E 3.919<7828>-.15 G 1.419<6f722073
+ 796d626f6c207461626c652920626520616464656420746f20746865206172636869>
+ -3.919 F -.15<7665>-.25 G 3.919<2e54>.15 G 1.419<68697320697320746865>
+ -3.919 F<646566>128 471.6 Q .079<61756c74206d6f6465206f66206f7065726174
+ 696f6e2e205468652073796d626f6c207461626c652077696c6c20636f6e7461696e2061
+ 6c6c207468652065>-.1 F .078<787465726e616c6c792076697369626c652066756e63
+ 74696f6e7320616e6420676c6f62616c>-.15 F -.25<7661>128 483.6 S 1.451<7269
+ 61626c65732064658c6e656420627920616c6c207468652062797465636f6465208c6c65
+ 7320696e20746865206172636869>.25 F -.15<7665>-.25 G 3.951<2e55>.15 G
+ 1.452<73696e672074686973206d6f64698c6572206973206d6f7265206566>-3.951 F
+ 1.452<8c6369656e742074686174>-.25 F<7573696e67206c6c766d2d72616e6c696220
+ 776869636820616c736f2063726561746573207468652073796d626f6c207461626c652e>
+ 128 495.6 Q 5.28<5b535d2054686973>108 512.4 R 1.079
+ <6d6f64698c657220697320746865206f70706f73697465206f6620746865>3.579 F F3
+ <73>3.579 E F0<6d6f64698c6572>3.579 E 3.579<2e49>-.55 G 3.579<7469>
+ -3.579 G<6e73747275637473>-3.579 E F1<6c6c766d2d6172>3.579 E F0 1.079
+ <746f206e6f742062>3.579 F 1.079
+ <75696c64207468652073796d626f6c207461626c652e204966>-.2 F<626f7468>128
+ 524.4 Q F3<73>2.5 E F0<616e64>2.5 E F3<53>2.5 E F0<61726520757365642c20
+ 746865206c617374206d6f64698c657220746f206f6363757220696e20746865206f7074
+ 696f6e732077696c6c20707265>2.5 E -.25<7661>-.25 G<696c2e>.25 E 5.84
+ <5b765d2054686973>108 541.2 R 1.522<6d6f64698c657220696e73747275637473>
+ 4.022 F F1<6c6c766d2d6172>4.022 E F0 1.522<746f2062652076>4.022 F 1.523<
+ 6572626f73652061626f7574207768617420697420697320646f696e672e204561636820
+ 65646974696e67206f7065726174696f6e2074616b>-.15 F<656e>-.1 E<6167>128
+ 553.2 Q<61696e737420746865206172636869>-.05 E .3 -.15<76652077>-.25 H<69
+ 6c6c2070726f647563652061206c696e65206f66206f757470757420736179696e672077
+ 686174206973206265696e6720646f6e652e>.15 E/F4 10.95/Times-Bold at 0 SF
+ <5354>72 570 Q<414e44>-.986 E<41524453>-.383 E F0<546865>108 582 Q F1
+ <6c6c766d2d6172>2.711 E F0 .211
+ <7574696c69747920697320696e74656e64656420746f2070726f>2.711 F .21
+ <766964652061207375706572736574206f6620746865>-.15 F/F5 9/Times-Roman at 0
+ SF<49454545>2.71 E F0 .21<53746420313030332e322028>2.71 F F5<504f534958>
+ A F0 .21<2e32292066756e6374696f6e616c69747920666f72>B F2<6172>2.71 E F0
+ <2e>A F1<6c6c766d2d6172>108 594 Q F0 .728<63616e207265616420626f7468>
+ 3.228 F F5<53565234>3.228 E F0<616e64>3.228 E F5<42534434>3.228 E F0
+ .728<2e3420286f72204d6163>B F5<4f53>3.228 E F0 .729<5829206172636869>
+ 3.228 F -.15<7665>-.25 G .729<732e20496620746865>.15 F F2<66>3.229 E F0
+ .729<6d6f64698c6572206973206769>3.229 F -.15<7665>-.25 G 3.229<6e74>.15
+ G 3.229<6f74>-3.229 G<6865>-3.229 E F2<78>3.229 E F0<6f72>3.229 E F2<72>
+ 3.229 E F0 1.569<6f7065726174696f6e73207468656e>108 606 R F1
+ <6c6c766d2d6172>4.069 E F0 1.569<77696c6c207772697465>4.069 F F5
+ <53565234>4.069 E F0 1.569<636f6d70617469626c65206172636869>4.069 F -.15
+ <7665>-.25 G 1.569<732e2057>.15 F 1.569
+ <6974686f75742074686973206d6f64698c6572>-.4 F<2c>-.4 E F1
+ <6c6c766d2d6172>4.069 E F0 1.568<77696c6c207772697465>4.068 F F5
+ <42534434>108 618 Q F0 1.506<2e3420636f6d70617469626c65206172636869>B
+ -.15<7665>-.25 G 4.006<7374>.15 G 1.507<686174206861>-4.006 F 1.807 -.15
+ <7665206c>-.2 H 1.507<6f6e67206e616d657320696d6d6564696174656c7920616674
+ 6572207468652068656164657220616e6420696e64696361746564207573696e67207468
+ 65>.15 F -.74<6060>108 630 S<23312f64646427>.74 E 2.5<276e>-.74 G
+ <6f746174696f6e20666f7220746865206e616d6520696e2074686520686561646572>
+ -2.5 E<2e>-.55 E F4<46494c4520464f524d41>72 646.8 Q<54>-1.04 E F0 .012
+ <546865208c6c6520666f726d617420666f72>108 658.8 R F5<4c4c>2.512 E<564d>
+ -.9 E F0<4172636869>2.512 E .312 -.15<7665208c>-.25 H .011
+ <6c65732069732073696d696c617220746f2074686174206f66>.15 F F5<425344>
+ 2.511 E F0 .011<342e34206f72204d6163>2.511 F F5<4f5358>2.511 E F0
+ <6172636869>2.511 E .311 -.15<7665208c>-.25 H .011<6c65732e20496e2066>
+ .15 F .011<6163742c2065>-.1 F<7863657074>-.15 E .867
+ <666f72207468652073796d626f6c207461626c652c20746865>108 670.8 R F2<6172>
+ 3.367 E F0 .867<636f6d6d616e6473206f6e2074686f7365206f7065726174696e6720
+ 73797374656d732073686f756c642062652061626c6520746f2072656164>3.367 F F5
+ <4c4c>3.368 E<564d>-.9 E F0<6172636869>3.368 E -.15<7665>-.25 G<8c6c6573
+ 2e205468652064657461696c73206f6620746865208c6c6520666f726d617420666f6c6c
+ 6f>108 682.8 Q -.65<772e>-.25 G 1.225<45616368206172636869>108 699.6 R
+ 1.525 -.15<76652062>-.25 H -.15<6567>.15 G 1.225
+ <696e73207769746820746865206172636869>.15 F 1.525 -.15<7665206d>-.25 H
+ 1.225<61676963206e756d62657220776869636820697320746865206569676874207072
+ 696e7461626c6520636861726163746572732060>.15 F<60213c617263683e5c6e27>
+ -.74 E<27>-.74 E 1.134
+ <7768657265205c6e20726570726573656e747320746865206e65>108 711.6 R 1.134
+ <776c696e6520636861726163746572202830783041292e>-.25 F -.15<466f>6.135 G
+ <6c6c6f>.15 E 1.135<77696e6720746865206d61676963206e756d626572>-.25 F
+ 3.635<2c74>-.4 G 1.135<6865208c6c6520697320636f6d706f736564206f66>-3.635
+ F -2.15 -.25<65762065>108 723.6 T 2.67<6e6c>.25 G .17
+ <656e677468206d656d626572732074686174206265>-2.67 F .17
+ <67696e207769746820616e206172636869>-.15 F .47 -.15<76652068>-.25 H .17<
+ 656164657220616e6420656e6420776974682061205c6e2070616464696e672063686172
+ 6163746572206966206e65636573736172792028746f>.15 F 188.72
+ <43565320323030362d31312d3230>72 768 R<33>205.67 E 0 Cg EP
+ %%Page: 4 4
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 126.07<564d2d4152283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>128.57 E<564d2d4152283129>-1
+ E<6d616b>108 84 Q 2.706<6574>-.1 G .206<6865206c656e6774682065>-2.706 F
+ -.15<7665>-.25 G .206<6e292e2045616368208c6c65206d656d62657220697320636f
+ 6d706f736564206f66206120686561646572202864658c6e65642062656c6f>.15 F
+ .207<77292c20616e206f7074696f6e616c206e65>-.25 F<776c696e652d746572>-.25
+ E<2d>-.2 E<6d696e617465642060>108 96 Q<606c6f6e67208c6c65206e616d6527>
+ -.74 E 2.5<2761>-.74 G
+ <6e642074686520636f6e74656e7473206f6620746865208c6c652e>-2.5 E .003<5468
+ 65208c656c6473206f662074686520686561646572206172652064657363726962656420
+ 696e20746865206974656d732062656c6f>108 112.8 R 1.303 -.65<772e2041>-.25
+ H .002
+ <6c6c208c656c6473206f66207468652068656164657220636f6e7461696e206f6e6c79>
+ .65 F/F1 9/Times-Roman at 0 SF<4153434949>2.502 E F0<6368617261632d>2.502 E
+ <746572732c20617265206c656674206a757374698c656420616e642061726520726967
+ 687420706164646564207769746820737061636520636861726163746572732e>108
+ 124.8 Q<6e616d6520ad20636861725b31365d>108 141.6 Q .471
+ <54686973208c656c64206f6620746865206865616465722070726f>128 153.6 R .471
+ <766964657320746865206e616d65206f6620746865206172636869>-.15 F .771 -.15
+ <7665206d>-.25 H<656d626572>.15 E 2.971<2e49>-.55 G 2.971<6674>-2.971 G
+ .471<6865206e616d65206973206c6f6e676572207468616e2031352063686172>-2.971
+ F<2d>-.2 E .105<616374657273206f7220636f6e7461696e73206120736c6173682028
+ 2f2920636861726163746572>128 165.6 R 2.605<2c74>-.4 G .105
+ <68656e2074686973208c656c6420636f6e7461696e73>-2.605 F/F2 10/Courier at 0
+ SF<23312f6e6e6e>2.605 E F0<7768657265>2.605 E F2<6e6e6e>2.605 E F0
+ <70726f>2.605 E .105<766964657320746865206c656e677468>-.15 F .016
+ <6f6620746865206e616d6520616e6420746865>128 177.6 R F2<23312f>2.517 E F0
+ .017<6973206c69746572616c2e>2.517 F .017<496e207468697320636173652c2074
+ 68652061637475616c206e616d65206f6620746865208c6c652069732070726f>5.017 F
+ .017<766964656420696e20746865>-.15 F F2<6e6e6e>2.517 E F0<6279746573>
+ 2.517 E .74<696d6d6564696174656c7920666f6c6c6f>128 189.6 R .74
+ <77696e672074686520686561646572>-.25 F 3.24<2e49>-.55 G 3.24<6674>-3.24
+ G .74<6865206e616d652069732031352063686172616374657273206f72206c6573732c
+ 20697420697320636f6e7461696e6564206469726563746c7920696e2074686973>-3.24
+ F<8c656c6420616e64207465726d696e617465642077697468206120736c61736820282f
+ 2920636861726163746572>128 201.6 Q<2e>-.55 E
+ <6461746520ad20636861725b31325d>108 218.4 Q .739
+ <54686973208c656c642070726f>128 230.4 R .739<76696465732074686520646174
+ 65206f66206d6f64698c636174696f6e206f6620746865208c6c6520696e207468652066
+ 6f726d206f66206120646563696d616c20656e636f646564206e756d6265722074686174>
+ -.15 F<70726f>128 242.4 Q<766964657320746865206e756d626572206f6620736563
+ 6f6e64732073696e6365207468652065706f6368202873696e63652030303a30303a3030
+ 204a616e20312c2031393730292070657220506f7369782073706563698c636174696f6e
+ 732e>-.15 E<75696420ad20636861725b365d>108 259.2 Q .126
+ <54686973208c656c642070726f>128 271.2 R .126<76696465732074686520757365
+ 72206964206f6620746865208c6c6520656e636f646564206173206120646563696d616c>
+ -.15 F F1<4153434949>2.626 E F0 2.626<737472696e672e2054686973>2.626 F
+ .125<8c656c64206d69676874206e6f74206d616b>2.626 F<65>-.1 E .251<6d756368
+ 2073656e7365206f6e206e6f6e2d556e69782073797374656d732e204f6e20556e69782c
+ 206974206973207468652073616d652076>128 283.2 R .252<616c7565206173207468
+ 652073745f756964208c656c64206f6620746865207374617420737472756374757265>
+ -.25 F<72657475726e656420627920746865>128 295.2 Q/F3 10/Times-Italic at 0
+ SF<73746174>2.5 E F0
+ <283229206f7065726174696e672073797374656d2063616c6c2e>1.666 E
+ <67696420ad20636861725b365d>108 312 Q 1.099<54686973208c656c642070726f>
+ 128 324 R 1.099<7669646573207468652067726f7570206964206f6620746865208c6c
+ 6520656e636f646564206173206120646563696d616c>-.15 F F1<4153434949>3.599
+ E F0 3.599<737472696e672e2054686973>3.599 F 1.099
+ <8c656c64206d69676874206e6f74>3.599 F<6d616b>128 336 Q 3.458<656d>-.1 G
+ .958<7563682073656e7365206f6e206e6f6e2d556e69782073797374656d732e204f6e
+ 20556e69782c206974206973207468652073616d652076>-3.458 F .959
+ <616c7565206173207468652073745f676964208c656c64206f66207468652073746174>
+ -.25 F<7374727563747572652072657475726e656420627920746865>128 348 Q F3
+ <73746174>2.5 E F0<283229206f7065726174696e672073797374656d2063616c6c2e>
+ 1.666 E<6d6f646520ad20636861725b385d>108 364.8 Q .714
+ <54686973208c656c642070726f>128 376.8 R .714<76696465732074686520616363
+ 657373206d6f6465206f6620746865208c6c6520656e636f64656420617320616e206f63
+ 74616c>-.15 F F1<4153434949>3.214 E F0 .714
+ <737472696e672e2054686973208c656c64206d69676874206e6f74>3.214 F<6d616b>
+ 128 388.8 Q 2.961<656d>-.1 G .461<7563682073656e7365206f6e206e6f6e2d556e
+ 69782073797374656d732e204f6e20556e69782c206974206973207468652073616d6520
+ 76>-2.961 F .462<616c7565206173207468652073745f6d6f6465208c656c64206f66
+ 207468652073746174>-.25 F
+ <7374727563747572652072657475726e656420627920746865>128 400.8 Q F3
+ <73746174>2.5 E F0<283229206f7065726174696e672073797374656d2063616c6c2e>
+ 1.666 E<73697a6520ad20636861725b31305d>108 417.6 Q .588
+ <54686973208c656c642070726f>128 429.6 R .588<7669646573207468652073697a
+ 65206f6620746865208c6c652c20696e2062797465732c20656e636f6465642061732061
+ 20646563696d616c>-.15 F F1<4153434949>3.087 E F0 .587
+ <737472696e672e204966207468652073697a65208c656c64206973>3.087 F<6e65>128
+ 441.6 Q -.05<6761>-.15 G<7469>.05 E .335 -.15<76652028>-.25 H .035<7374
+ 6172747320776974682061206d696e7573207369676e2c203078303244292c207468656e
+ 20746865206172636869>.15 F .335 -.15<7665206d>-.25 H .035<656d6265722069
+ 732073746f72656420696e20636f6d7072657373656420666f726d2e20546865>.15 F
+ .422<8c7273742062797465206f6620746865206172636869>128 453.6 R .721 -.15
+ <7665206d>-.25 H<656d62657227>.15 E 2.921<7364>-.55 G .421<61746120696e
+ 646963617465732074686520636f6d7072657373696f6e207479706520757365642e2041
+ 2076>-2.921 F .421<616c7565206f6620302028307833302920696e64692d>-.25 F
+ <63617465732074686174206e6f20636f6d7072657373696f6e2077>128 465.6 Q
+ <617320757365642e20412076>-.1 E<616c7565206f6620322028307833322920696e64
+ 696361746573207468617420627a69703220636f6d7072657373696f6e2077>-.25 E
+ <617320757365642e>-.1 E<666d616720ad20636861725b325d>108 482.4 Q .489
+ <54686973208c656c6420697320746865206172636869>128 494.4 R .789 -.15
+ <7665208c>-.25 H .489<6c65206d656d626572206d61676963206e756d626572>.15 F
+ 2.989<2e49>-.55 G .49<747320636f6e74656e7420697320616c>-2.989 F -.1
+ <7761>-.1 G .49<797320746865207477>.1 F 2.99<6f63>-.1 G .49
+ <686172616374657273206261636b207469636b>-2.99 F .844
+ <28307836302920616e64206e65>128 506.4 R .844
+ <776c696e65202830783041292e20546869732070726f>-.25 F .844<76696465732073
+ 6f6d65206d656173757265207574696c69747920696e206964656e74696679696e672061
+ 72636869>-.15 F 1.143 -.15<7665208c>-.25 H .843<6c65732074686174206861>
+ .15 F -.15<7665>-.2 G<6265656e20636f727275707465642e>128 518.4 Q<546865>
+ 108 535.2 Q F1<4c4c>3.624 E<564d>-.9 E F0 1.124
+ <73796d626f6c207461626c652068617320746865207370656369616c206e616d652060>
+ 3.624 F<60235f4c4c>-.74 E<564d5f53594d5f54>-1 E<41425f2327>-.93 E 1.125
+ <272e2049742069732070726573756d65642074686174206e6f207265>-.74 F
+ <67756c6172>-.15 E<6172636869>108 547.2 Q 1.487 -.15<7665206d>-.25 H
+ 1.187<656d626572208c6c652077696c6c2077>.15 F 1.187
+ <616e742074686973206e616d652e20546865>-.1 F F1<4c4c>3.687 E<564d>-.9 E
+ F0 1.186<73796d626f6c207461626c652069732073696d706c7920636f6d706f736564
+ 206f6620612073657175656e6365206f66>3.687 F .921
+ <747269706c6574733a2062797465206f66>108 559.2 R .921<667365742c206c656e
+ 677468206f662073796d626f6c2c20616e64207468652073796d626f6c20697473656c66
+ 2e2053796d626f6c7320617265206e6f74206e756c6c206f72206e65>-.25 F .922
+ <776c696e65207465726d696e617465642e>-.25 F<4865726520617265207468652064
+ 657461696c73206f6e2065616368206f66207468657365206974656d733a>108 571.2 Q
+ <6f66>108 588 Q
+ <6673657420ad2076627220656e636f646564203332ad62697420696e7465>-.25 E
+ <676572>-.15 E .985<546865206f66>128 600 R .985
+ <66736574206974656d2070726f>-.25 F .984<766964657320746865206f66>-.15 F
+ .984<6673657420696e746f20746865206172636869>-.25 F 1.284 -.15<7665208c>
+ -.25 H .984<6c65207768657265207468652062797465636f6465206d656d6265722069
+ 732073746f7265642074686174206973>.15 F .532
+ <6173736f6369617465642077697468207468652073796d626f6c2e20546865206f66>
+ 128 612 R .533<667365742076>-.25 F .533<616c7565206973203020626173656420
+ 617420746865207374617274206f6620746865208c7273742060>-.25 F
+ <606e6f726d616c27>-.74 E 3.033<278c>-.74 G .533<6c65206d656d626572>
+ -3.033 F<2e>-.55 E 2.157 -.8<546f2064>128 624 T<657269>.8 E .857 -.15
+ <76652074>-.25 H .557<68652061637475616c208c6c65206f66>.15 F .557
+ <66736574206f6620746865206d656d626572>-.25 F 3.057<2c79>-.4 G .557<6f75
+ 206d7573742061646420746865206e756d626572206f66206279746573206f6363757069
+ 656420627920746865208c6c65>-3.057 F 1.261<7369676e6174757265202838206279
+ 7465732920616e64207468652073796d626f6c207461626c65732e205468652076>128
+ 636 R 1.261<616c7565206f662074686973206974656d20697320656e636f6465642075
+ 73696e672076>-.25 F 1.262<61726961626c65206269742072617465>-.25 F .3<65
+ 6e636f64696e6720746f20726564756365207468652073697a65206f6620746865207379
+ 6d626f6c207461626c652e>128 648 R -1.11<5661>5.3 G .3<726961626c65206269
+ 74207261746520656e636f64696e67207573657320746865206869676820626974202830
+ 78383029206f66>1.11 F 1.063<65616368206279746520746f20696e64696361746520
+ 696620746865726520617265206d6f726520627974657320746f20666f6c6c6f>128 660
+ R 2.363 -.65<772e2054>-.25 H 1.063<68652072656d61696e696e67203720626974
+ 7320696e206561636820627974652063617272792062697473>.65 F
+ <66726f6d207468652076>128 672 Q
+ <616c75652e20546865208c6e616c206279746520646f6573206e6f74206861>-.25 E
+ .3 -.15<76652074>-.2 H<6865206869676820626974207365742e>.15 E
+ <6c656e67746820ad2076627220656e636f646564203332ad62697420696e7465>108
+ 688.8 Q<676572>-.15 E .164<546865206c656e677468206974656d2070726f>128
+ 700.8 R .163<766964657320746865206c656e677468206f66207468652073796d626f
+ 6c207468617420666f6c6c6f>-.15 F .163<77732e204c696b>-.25 F 2.663<6574>
+ -.1 G<686973>-2.663 E F3<6f66>2.663 E<66736574>-.18 E F0 .163
+ <6974656d2c20746865206c656e6774682069732076>2.663 F<6172692d>-.25 E
+ <61626c6520626974207261746520656e636f6465642e>128 712.8 Q 188.72
+ <43565320323030362d31312d3230>72 768 R<34>205.67 E 0 Cg EP
+ %%Page: 5 5
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 126.07<564d2d4152283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>128.57 E<564d2d4152283129>-1
+ E<73796d626f6c20ad20636861726163746572206172726179>108 84 Q .647
+ <5468652073796d626f6c206974656d2070726f>128 96 R .647
+ <766964657320746865207465>-.15 F .647<7874206f66207468652073796d626f6c20
+ 74686174206973206173736f636961746564207769746820746865>-.15 F/F1 10
+ /Times-Italic at 0 SF<6f66>3.147 E<66736574>-.18 E F0 3.148<2e54>C .648
+ <68652073796d626f6c206973206e6f74>-3.148 F 2.085
+ <7465726d696e6174656420627920616e>128 108 R 4.585<7963>-.15 G
+ <6861726163746572>-4.585 E 4.585<2e49>-.55 G 2.085
+ <7473206c656e6774682069732070726f>-4.585 F 2.084
+ <766964656420627920746865>-.15 F F1<6c656e677468>4.584 E F0 2.084
+ <8c656c642e204e6f7465207468617420697320616c6c6f>4.584 F 2.084
+ <776564202862>-.25 F<7574>-.2 E .53<756e776973652920746f20757365206e6f6e
+ 2d7072696e74696e672063686172616374657273202865>128 120 R -.15<7665>-.25
+ G 3.03<6e30>.15 G .53
+ <7830302920696e207468652073796d626f6c2e205468697320616c6c6f>-3.03 F .53
+ <777320666f72206d756c7469706c6520656e636f64696e6773>-.25 F
+ <6f662073796d626f6c206e616d65732e>128 132 Q/F2 10.95/Times-Bold at 0 SF
+ <45584954205354>72 148.8 Q -1.04<4154>-.986 G<5553>1.04 E F0<4966>108
+ 160.8 Q/F3 10/Times-Bold at 0 SF<6c6c766d2d6172>2.715 E F0 .214
+ <73756363656564732c2069742077696c6c2065>2.715 F .214
+ <786974207769746820302e>-.15 F 2.714<4175>5.214 G .214
+ <73616765206572726f72>-2.714 F 2.714<2c72>-.4 G .214
+ <6573756c747320696e20616e2065>-2.714 F .214<78697420636f6465206f6620312e
+ 2041206861726420288c6c652073797374656d20747970692d>-.15 F
+ <63616c6c7929206572726f7220726573756c747320696e20616e2065>108 172.8 Q<78
+ 697420636f6465206f6620322e204d697363656c6c616e656f7573206f7220756e6b6e6f>
+ -.15 E<776e206572726f727320726573756c7420696e20616e2065>-.25 E
+ <78697420636f6465206f6620332e>-.15 E F2<53454520414c534f>72 189.6 Q F0
+ <6c6c766d2d72616e6c69622c>108 201.6 Q F1<6172>2.5 E F0<283129>1.666 E F2
+ -.548<4155>72 218.4 S<54484f5253>.548 E F0
+ <4d61696e7461696e656420627920746865>108 230.4 Q/F4 9/Times-Roman at 0 SF
+ <4c4c>2.5 E<564d>-.9 E F0 -.7<5465>2.5 G
+ <616d20283c687474703a2f2f6c6c766d2e6f72>.7 E<673e292e>-.18 E 188.72
+ <43565320323030362d31312d3230>72 768 R<35>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-as.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-as.ps:1.1
*** /dev/null	Wed May 23 13:12:55 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-as.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,284 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:17 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%+ font Times-Italic
+ %%+ font Courier
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 1
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ %%IncludeResource: font Times-Italic
+ %%IncludeResource: font Courier
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Courier at 0 ENC0/Courier RE/Times-Italic at 0 ENC0/Times-Italic RE
+ /Times-Bold at 0 ENC0/Times-Bold RE/Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 127.18<564d2d4153283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>129.68 E<564d2d4153283129>-1
+ E/F1 10.95/Times-Bold at 0 SF -.219<4e41>72 84 S<4d45>.219 E F0
+ <6c6c766dad617320ad204c4c>108 96 Q<564d20617373656d626c6572>-1 E F1
+ <53594e4f50534953>72 112.8 Q/F2 10/Times-Bold at 0 SF<6c6c766d2d6173>108
+ 124.8 Q F0<5b>2.5 E/F3 10/Times-Italic at 0 SF<6f7074696f6e73>A F0 2.5
+ <5d5b>C F3<8c6c656e616d65>-2.5 E F0<5d>A F1<4445534352495054494f4e>72
+ 141.6 Q F2<6c6c766d2d6173>108 153.6 Q F0 .265<697320746865>2.765 F/F4 9
+ /Times-Roman at 0 SF<4c4c>2.765 E<564d>-.9 E F0<617373656d626c6572>2.765 E
+ 5.265<2e49>-.55 G 2.765<7472>-5.265 G .265<656164732061208c6c6520636f6e
+ 7461696e696e672068756d616e2d7265616461626c65>-2.765 F F4<4c4c>2.764 E
+ <564d>-.9 E F0 .264<617373656d626c79206c616e67756167652c207472616e732d>
+ 2.764 F<6c6174657320697420746f>108 165.6 Q F4<4c4c>2.5 E<564d>-.9 E F0<
+ 62797465636f64652c20616e64207772697465732074686520726573756c7420696e746f
+ 2061208c6c65206f7220746f207374616e64617264206f75747075742e>2.5 E<4966>
+ 108 182.4 Q F3<8c6c656e616d65>2.5 E F0<6973206f6d6974746564206f72206973>
+ 2.5 E/F5 10/Courier at 0 SF<ad>2.5 E F0 2.5<2c74>C<68656e>-2.5 E F2
+ <6c6c766d2d6173>2.5 E F0<72656164732069747320696e7075742066726f6d207374
+ 616e6461726420696e7075742e>2.5 E .141<496620616e206f7574707574208c6c6520
+ 6973206e6f742073706563698c6564207769746820746865>108 199.2 R F2<ad6f>
+ 2.641 E F0 .141<6f7074696f6e2c207468656e>2.641 F F2<6c6c766d2d6173>2.641
+ E F0 .142<73656e647320697473206f757470757420746f2061208c6c65206f72207374
+ 616e64617264206f7574707574>2.642 F<627920666f6c6c6f>108 211.2 Q
+ <77696e672074686573652072756c65733a>-.25 E 16.5<8349>108 228 S 2.5<6674>
+ -16.5 G<686520696e707574206973207374616e6461726420696e7075742c207468656e
+ 20746865206f7574707574206973207374616e64617264206f75747075742e>-2.5 E
+ 16.5<8349>108 244.8 S 2.803<6674>-16.5 G .303
+ <686520696e7075742069732061208c6c65207468617420656e64732077697468>-2.803
+ F F5<2e6c6c>2.802 E F0 2.802<2c74>C .302<68656e20746865206f757470757420
+ 8c6c65206973206f66207468652073616d65206e616d652c2065>-2.802 F .302
+ <786365707420746861742074686520737566>-.15 F<8c78>-.25 E
+ <6973206368616e67656420746f>128 256.8 Q F5<2e6263>2.5 E F0<2e>A 16.5
+ <8349>108 273.6 S 2.565<6674>-16.5 G .065<686520696e7075742069732061208c
+ 6c65207468617420646f6573206e6f7420656e64207769746820746865>-2.565 F F5
+ <2e6c6c>2.565 E F0<737566>2.565 E .065<8c782c207468656e20746865206f7574
+ 707574208c6c6520686173207468652073616d65206e616d6520617320746865>-.25 F
+ <696e707574208c6c652c2065>128 285.6 Q<7863657074207468617420746865>-.15
+ E F5<2e6263>2.5 E F0<737566>2.5 E<8c7820697320617070656e6465642e>-.25 E
+ F1<4f5054494f4e53>72 302.4 Q F2<ad66>108 314.4 Q F0 -.15<466f>10.97 G
+ 1.06<726365206f>.15 F -.15<7665>-.15 G 3.56
+ <7277726974652e204e6f726d616c6c79>.15 F<2c>-.65 E F2<6c6c766d2d6173>3.56
+ E F0 1.06<77696c6c2072656675736520746f206f>3.56 F -.15<7665>-.15 G 1.06
+ <72777269746520616e206f7574707574208c6c65207468617420616c72656164792065>
+ .15 F 3.56<78697374732e2057>-.15 F<697468>-.4 E
+ <74686973206f7074696f6e2c>128 326.4 Q F2<6c6c766d2d6173>2.5 E F0
+ <77696c6c206f>2.5 E -.15<7665>-.15 G<72777269746520746865206f7574707574
+ 208c6c6520616e64207265706c6163652069742077697468206e65>.15 E 2.5<7762>
+ -.25 G<797465636f64652e>-2.5 E F2<adad68656c70>108 343.2 Q F0<5072696e74
+ 20612073756d6d617279206f6620636f6d6d616e64206c696e65206f7074696f6e732e>
+ 128 355.2 Q F2<ad6f>108 372 Q F3<8c6c656e616d65>2.5 E F0
+ <5370656369667920746865206f7574707574208c6c65206e616d652e>128 384 Q
+ <4966>5 E F3<8c6c656e616d65>2.5 E F0<6973>2.5 E F5<ad>2.5 E F0 2.5<2c74>
+ C<68656e>-2.5 E F2<6c6c766d2d6173>2.5 E F0<73656e647320697473206f757470
+ 757420746f207374616e64617264206f75747075742e>2.5 E F1<45584954205354>72
+ 400.8 Q -1.04<4154>-.986 G<5553>1.04 E F0<4966>108 412.8 Q F2
+ <6c6c766d2d6173>2.5 E F0<73756363656564732c2069742077696c6c2065>2.5 E
+ <786974207769746820302e>-.15 E<4f74686572776973652c20696620616e20657272
+ 6f72206f63637572732c2069742077696c6c2065>5 E
+ <78697420776974682061206e6f6e2d7a65726f2076>-.15 E<616c75652e>-.25 E F1
+ <53454520414c534f>72 429.6 Q F0<6c6c766d2d6469732c206763636173>108 441.6
+ Q F1 -.548<4155>72 458.4 S<54484f5253>.548 E F0
+ <4d61696e7461696e656420627920746865>108 470.4 Q F4<4c4c>2.5 E<564d>-.9 E
+ F0 -.7<5465>2.5 G<616d20283c687474703a2f2f6c6c766d2e6f72>.7 E<673e292e>
+ -.18 E 188.72<43565320323030362d30332d3133>72 768 R<31>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-bcanalyzer.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-bcanalyzer.ps:1.1
*** /dev/null	Wed May 23 13:12:55 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-bcanalyzer.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,581 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:18 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%+ font Times-Italic
+ %%+ font Courier
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 4
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ %%IncludeResource: font Times-Italic
+ %%IncludeResource: font Courier
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Courier at 0 ENC0/Courier RE/Times-Italic at 0 ENC0/Times-Italic RE
+ /Times-Bold at 0 ENC0/Times-Bold RE/Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q<564d2d4243414e>-1 E<414c>-.35 E
+ 74.09<595a4552283129204c4c>-1 F<564d20436f6d6d616e64204775696465>-1 E
+ <4c4c>76.59 E<564d2d4243414e>-1 E<414c>-.35 E<595a4552283129>-1 E/F1
+ 10.95/Times-Bold at 0 SF -.219<4e41>72 84 S<4d45>.219 E F0
+ <6c6c766dad6263616e616c797a657220ad204c4c>108 96 Q
+ <564d2062797465636f646520616e616c797a6572>-1 E F1<53594e4f50534953>72
+ 112.8 Q/F2 10/Times-Bold at 0 SF<6c6c766d2d6263616e616c797a6572>108 124.8 Q
+ F0<5b>2.5 E/F3 10/Times-Italic at 0 SF<6f7074696f6e73>A F0 2.5<5d5b>C F3
+ <8c6c656e616d65>-2.5 E F0<5d>A F1<4445534352495054494f4e>72 141.6 Q F0
+ <546865>108 153.6 Q F2<6c6c766d2d6263616e616c797a6572>3.36 E F0 .859<63
+ 6f6d6d616e64206973206120736d616c6c207574696c69747920666f7220616e616c797a
+ 696e672062797465636f6465208c6c65732e>3.36 F .859
+ <54686520746f6f6c20726561647320612062797465636f6465>5.859 F 2.066
+ <8c6c652028737563682061732067656e657261746564207769746820746865>108
+ 165.6 R F2<6c6c766d2d6173>4.566 E F0 2.066<746f6f6c2920616e642070726f64
+ 75636573206120737461746973746963616c207265706f7274206f6e2074686520636f6e
+ 74656e7473206f6620746865>4.566 F .88<627974656f636465208c6c652e>108
+ 177.6 R .88<54686520746f6f6c2063616e20616c736f2064756d702061206c6f>5.88
+ F 3.38<776c>-.25 G -2.15 -.25<65762065>-3.38 H 3.38<6c62>.25 G .88
+ <75742068756d616e207265616461626c652076>-3.58 F .88
+ <657273696f6e206f66207468652062797465636f6465208c6c652e>-.15 F<54686973>
+ 5.88 E .447<746f6f6c2069732070726f6261626c79206e6f74206f66206d7563682069
+ 6e746572657374206f72207574696c6974792065>108 189.6 R .447
+ <786365707420666f722074686f73652077>-.15 F .448<6f726b696e67206469726563
+ 746c792077697468207468652062797465636f6465208c6c6520666f72>-.1 F<2d>-.2
+ E<6d61742e204d6f7374>108 201.6 Q/F4 9/Times-Roman at 0 SF<4c4c>2.5 E<564d>
+ -.9 E F0
+ <75736572732063616e206a7573742069676e6f7265207468697320746f6f6c2e>2.5 E
+ <4966>108 218.4 Q F3<8c6c656e616d65>3.144 E F0 .644
+ <6973206f6d6974746564206f72206973>3.144 F/F5 10/Courier at 0 SF<ad>3.144 E
+ F0 3.144<2c74>C<68656e>-3.144 E F2<6c6c766d2d6263616e616c797a6572>3.144
+ E F0 .644<72656164732069747320696e7075742066726f6d207374616e646172642069
+ 6e7075742e20546869732069732075736566756c20666f72>3.144 F
+ <636f6d62696e696e672074686520746f6f6c20696e746f206120706970656c696e652e>
+ 108 230.4 Q<4f7574707574206973207772697474656e20746f20746865207374616e64
+ 617264206f75747075742e>5 E F1<4f5054494f4e53>72 247.2 Q F2
+ <ad6e6f64657461696c73>108 259.2 Q F0<436175736573>128 271.2 Q F2
+ <6c6c766d2d6263616e616c797a6572>3.789 E F0 1.289<746f206162627265>3.789
+ F 1.289<766961746520697473206f75747075742062792077726974696e67206f757420
+ 6f6e6c792061206d6f64756c65206c65>-.25 F -.15<7665>-.25 G 3.79<6c73>.15 G
+ <756d6d617279>-3.79 E 3.79<2e54>-.65 G<6865>-3.79 E
+ <64657461696c7320666f7220696e6469>128 283.2 Q
+ <76696475616c2066756e6374696f6e7320617265206e6f7420646973706c617965642e>
+ -.25 E F2<ad64756d70>108 300 Q F0<436175736573>128 312 Q F2
+ <6c6c766d2d6263616e616c797a6572>3.857 E F0 1.356<746f2064756d7020746865
+ 2062797465636f646520696e20612068756d616e207265616461626c6520666f726d6174
+ 2e205468697320666f726d6174206973207369676e698c2d>3.857 F
+ <63616e746c7920646966>128 324 Q<666572656e742066726f6d>-.25 E F4<4c4c>
+ 2.5 E<564d>-.9 E F0<617373656d626c7920616e642070726f>2.5 E<766964657320
+ 64657461696c732061626f75742074686520656e636f64696e67206f6620746865206279
+ 7465636f6465208c6c652e>-.15 E F2<ad76>108 340.8 Q<6572696679>-.1 E F0
+ <436175736573>128 352.8 Q F2<6c6c766d2d6263616e616c797a6572>2.717 E F0
+ .218<746f2076>2.717 F .218<657269667920746865206d6f64756c652070726f6475
+ 6365642062792072656164696e67207468652062797465636f64652e205468697320656e
+ 7375726573207468617420746865>-.15 F<737461746973746963732067656e65726174
+ 656420617265206261736564206f6e206120636f6e73697374656e74206d6f64756c652e>
+ 128 364.8 Q F2<adad68656c70>108 381.6 Q F0<5072696e7420612073756d6d6172
+ 79206f6620636f6d6d616e64206c696e65206f7074696f6e732e>128 393.6 Q F1
+ <45584954205354>72 410.4 Q -1.04<4154>-.986 G<5553>1.04 E F0<4966>108
+ 422.4 Q F2<6c6c766d2d6263616e616c797a6572>2.987 E F0 .487
+ <73756363656564732c2069742077696c6c2065>2.987 F .487
+ <786974207769746820302e>-.15 F .487<4f74686572776973652c20696620616e2065
+ 72726f72206f63637572732c2069742077696c6c2065>5.487 F .486
+ <78697420776974682061206e6f6e2d7a65726f>-.15 F -.25<7661>108 434.4 S
+ <6c75652c20757375616c6c7920312e>.25 E F1<53554d4d4152>72 451.2 Q 2.738
+ <594f>-.383 G<555450555420444546494e4954494f4e53>-2.738 E F0
+ <54686520666f6c6c6f>108 463.2 Q<77696e67206974656d732061726520616c>-.25
+ E -.1<7761>-.1 G
+ <7973207072696e746564206279206c6c766dad6263616e616c797a6572>.1 E 2.5
+ <2e54>-.55 G<6865>-2.5 E 2.5<7963>-.15 G
+ <6f6d7072697a65207468652073756d6d617279206f75747075742e>-2.5 E F2
+ <42797465636f646520416e616c79736973204f66204d6f64756c65>108 480 Q F0
+ <54686973206a7573742070726f>128 492 Q<766964657320746865206e616d65206f66
+ 20746865206d6f64756c6520666f722077686963682062797465636f646520616e616c79
+ 736973206973206265696e672067656e6572617465642e>-.15 E F2
+ <42797465636f64652056>108 508.8 Q<657273696f6e204e756d626572>-1 E F0
+ <5468652062797465636f64652076>128 520.8 Q<657273696f6e20286e6f74>-.15 E
+ F4<4c4c>2.5 E<564d>-.9 E F0 -.15<7665>2.5 G<7273696f6e29206f662074686520
+ 8c6c6520726561642062792074686520616e616c797a6572>.15 E<2e>-.55 E F2
+ <46696c652053697a65>108 537.6 Q F0<5468652073697a652c20696e206279746573
+ 2c206f662074686520656e746972652062797465636f6465208c6c652e>128 549.6 Q
+ F2<4d6f64756c65204279746573>108 566.4 Q F0<5468652073697a652c20696e2062
+ 797465732c206f6620746865206d6f64756c6520626c6f636b2e2050657263656e746167
+ 652069732072656c617469>128 578.4 Q .3 -.15<76652074>-.25 H 2.5<6f46>.15
+ G<696c652053697a652e>-2.5 E F2<46756e6374696f6e204279746573>108 595.2 Q
+ F0<5468652073697a652c20696e2062797465732c206f6620616c6c207468652066756e
+ 6374696f6e20626c6f636b732e2050657263656e746167652069732072656c617469>128
+ 607.2 Q .3 -.15<76652074>-.25 H 2.5<6f46>.15 G<696c652053697a652e>-2.5 E
+ F2<476c6f62616c2054>108 624 Q<79706573204279746573>-.74 E F0 .44
+ <5468652073697a652c20696e2062797465732c206f662074686520476c6f62616c2054>
+ 128 636 R .44
+ <7970657320506f6f6c2e2050657263656e746167652069732072656c617469>-.8 F
+ .74 -.15<76652074>-.25 H 2.94<6f46>.15 G .44
+ <696c652053697a652e2054686973206973207468652073697a65206f6620746865>
+ -2.94 F<64658c6e6974696f6e73206f6620616c6c20747970657320696e207468652062
+ 797465636f6465208c6c652e>128 648 Q F2<436f6e7374616e742050>108 664.8 Q
+ <6f6f6c204279746573>-.2 E F0<5468652073697a652c20696e2062797465732c206f
+ 662074686520436f6e7374616e7420506f6f6c20426c6f636b732050657263656e746167
+ 652069732072656c617469>128 676.8 Q .3 -.15<76652074>-.25 H 2.5<6f46>.15
+ G<696c652053697a652e>-2.5 E F2<4d6f64756c6520476c6f62616c73204279746573>
+ 108 693.6 Q F0 1.108
+ <5468732073697a652c20696e2062797465732c206f662074686520476c6f62616c2056>
+ 128 705.6 R 1.108<61726961626c652044658c6e6974696f6e7320616e642074686569
+ 7220696e697469616c697a6572732e>-1.11 F 1.108
+ <50657263656e746167652069732072656c617469>6.108 F 1.408 -.15<76652074>
+ -.25 H<6f>.15 E<46696c652053697a652e>128 717.6 Q 188.72
+ <43565320323030362d30332d3133>72 768 R<31>205.67 E 0 Cg EP
+ %%Page: 2 2
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q<564d2d4243414e>-1 E<414c>-.35 E
+ 74.09<595a4552283129204c4c>-1 F<564d20436f6d6d616e64204775696465>-1 E
+ <4c4c>76.59 E<564d2d4243414e>-1 E<414c>-.35 E<595a4552283129>-1 E/F1 10
+ /Times-Bold at 0 SF<496e737472756374696f6e204c697374204279746573>108 84 Q
+ F0 .953<5468652073697a652c20696e2062797465732c206f6620616c6c207468652069
+ 6e737472756374696f6e206c6973747320696e20616c6c207468652066756e6374696f6e
+ 732e>128 96 R .953<50657263656e746167652069732072656c617469>5.953 F
+ 1.253 -.15<76652074>-.25 H 3.453<6f46>.15 G .953<696c652053697a652e>
+ -3.453 F<4e6f7465207468617420746869732076>128 108 Q<616c756520697320616c
+ 736f20696e636c7564656420696e207468652046756e6374696f6e2042797465732e>
+ -.25 E F1<436f6d70616374696f6e2054>108 124.8 Q<61626c65204279746573>-.92
+ E F0 .337<5468652073697a652c20696e2062797465732c206f6620616c6c2074686520
+ 636f6d70616374696f6e207461626c657320696e20616c6c207468652066756e6374696f
+ 6e732e>128 136.8 R .336<50657263656e746167652069732072656c617469>5.336 F
+ .636 -.15<76652074>-.25 H 2.836<6f46>.15 G .336<696c652053697a652e>
+ -2.836 F<4e6f7465207468617420746869732076>128 148.8 Q<616c75652069732061
+ 6c736f20696e636c7564656420696e207468652046756e6374696f6e2042797465732e>
+ -.25 E F1<53796d626f6c2054>108 165.6 Q<61626c65204279746573>-.92 E F0
+ .201<5468652073697a652c20696e2062797465732c206f6620616c6c20746865207379
+ 6d626f6c207461626c657320696e20616c6c207468652066756e6374696f6e732e205065
+ 7263656e746167652069732072656c617469>128 177.6 R .502 -.15<76652074>-.25
+ H 2.702<6f46>.15 G .202<696c652053697a652e204e6f7465>-2.702 F
+ <7468617420746869732076>128 189.6 Q<616c756520697320616c736f20696e636c75
+ 64656420696e207468652046756e6374696f6e2042797465732e>-.25 E F1
+ <446570656e64656e74204c6962726172696573204279746573>108 206.4 Q F0 .63<
+ 5468652073697a652c20696e2062797465732c206f6620746865206c697374206f662064
+ 6570656e64656e74206c696272617269657320696e20746865206d6f64756c652e205065
+ 7263656e746167652069732072656c617469>128 218.4 R .93 -.15<76652074>-.25
+ H 3.13<6f46>.15 G .63<696c652053697a652e>-3.13 F
+ <4e6f7465207468617420746869732076>128 230.4 Q<616c756520697320616c736f20
+ 696e636c7564656420696e20746865204d6f64756c6520476c6f62616c2042797465732e>
+ -.25 E F1<4e756d626572204f662042797465636f646520426c6f636b73>108 247.2 Q
+ F0<54686520746f74616c206e756d626572206f6620626c6f636b73206f6620616e>128
+ 259.2 Q 2.5<796b>-.15 G
+ <696e6420696e207468652062797465636f6465208c6c652e>-2.5 E F1
+ <4e756d626572204f662046756e6374696f6e73>108 276 Q F0<54686520746f74616c
+ 206e756d626572206f662066756e6374696f6e2064658c6e6974696f6e7320696e207468
+ 652062797465636f6465208c6c652e>128 288 Q F1<4e756d626572204f662054>108
+ 304.8 Q<79706573>-.74 E F0<54686520746f74616c206e756d626572206f66207479
+ 7065732064658c6e656420696e2074686520476c6f62616c2054>128 316.8 Q
+ <7970657320506f6f6c2e>-.8 E F1<4e756d626572204f6620436f6e7374616e7473>
+ 108 333.6 Q F0<54686520746f74616c206e756d626572206f6620636f6e7374616e74
+ 7320286f6620616e>128 345.6 Q 2.5<7974>-.15 G
+ <797065292064658c6e656420696e2074686520436f6e7374616e7420506f6f6c2e>-2.5
+ E F1<4e756d626572204f6620426173696320426c6f636b73>108 362.4 Q F0<546865
+ 20746f74616c206e756d626572206f6620626173696320626c6f636b732064658c6e6564
+ 20696e20616c6c2066756e6374696f6e7320696e207468652062797465636f6465208c6c
+ 652e>128 374.4 Q F1<4e756d626572204f6620496e737472756374696f6e73>108
+ 391.2 Q F0<54686520746f74616c206e756d626572206f6620696e737472756374696f
+ 6e732064658c6e656420696e20616c6c2066756e6374696f6e7320696e20746865206279
+ 7465636f6465208c6c652e>128 403.2 Q F1
+ <4e756d626572204f66204c6f6e6720496e737472756374696f6e73>108 420 Q F0
+ .949<54686520746f74616c206e756d626572206f66206c6f6e6720696e737472756374
+ 696f6e732064658c6e656420696e20616c6c2066756e6374696f6e7320696e2074686520
+ 62797465636f6465208c6c652e204c6f6e6720696e737472756374696f6e73>128 432 R
+ 2.174<6172652074686f73652074616b696e672067726561746572207468616e20342062
+ 797465732e2054>128 444 R 2.174<79706963616c6c79206c6f6e6720696e73747275
+ 6374696f6e732061726520476574456c656d656e745074722077697468207365>-.8 F
+ -.15<7665>-.25 G<72616c>.15 E<696e64696365732c>128 456 Q/F2 9
+ /Times-Roman at 0 SF<504849>2.5 E F0<6e6f6465732c20616e642063616c6c7320746f
+ 2066756e6374696f6e732077697468206c6172>2.5 E
+ <6765206e756d62657273206f66206172>-.18 E<67756d656e74732e>-.18 E F1
+ <4e756d626572204f66204f706572616e6473>108 472.8 Q F0<54686520746f74616c
+ 206e756d626572206f66206f706572616e6473207573656420696e20616c6c20696e7374
+ 72756374696f6e7320696e207468652062797465636f6465208c6c652e>128 484.8 Q
+ F1<4e756d626572204f6620436f6d70616374696f6e2054>108 501.6 Q<61626c6573>
+ -.92 E F0<54686520746f74616c206e756d626572206f6620636f6d70616374696f6e20
+ 7461626c657320696e20616c6c2066756e6374696f6e7320696e20746865206279746563
+ 6f6465208c6c652e>128 513.6 Q F1<4e756d626572204f662053796d626f6c2054>108
+ 530.4 Q<61626c6573>-.92 E F0<54686520746f74616c206e756d626572206f662073
+ 796d626f6c207461626c657320696e20616c6c2066756e6374696f6e7320696e20746865
+ 2062797465636f6465208c6c652e>128 542.4 Q F1
+ <4e756d626572204f6620446570656e64656e74204c696273>108 559.2 Q F0<546865
+ 20746f74616c206e756d626572206f6620646570656e64656e74206c6962726172696573
+ 20666f756e6420696e207468652062797465636f6465208c6c652e>128 571.2 Q F1
+ -.92<546f>108 588 S<74616c20496e737472756374696f6e2053697a65>.92 E F0<54
+ 686520746f74616c2073697a65206f662074686520696e737472756374696f6e7320696e
+ 20616c6c2066756e6374696f6e7320696e207468652062797465636f6465208c6c652e>
+ 128 600 Q F1 -.6 -1<41762065>108 616.8 T
+ <7261676520496e737472756374696f6e2053697a65>1 E F0 1.295<5468652061>128
+ 628.8 R -.15<7665>-.2 G 1.295<72616765206e756d626572206f6620627974657320
+ 70657220696e737472756374696f6e206163726f737320616c6c2066756e6374696f6e73
+ 20696e207468652062797465636f6465208c6c652e20546869732076>.15 F 1.295
+ <616c7565206973>-.25 F<636f6d7075746564206279206469>128 640.8 Q
+ <766964696e672054>-.25 E<6f74616c20496e737472756374696f6e2053697a652062
+ 79204e756d626572204f6620496e737472756374696f6e732e>-.8 E F1
+ <4d6178696d756d2054>108 657.6 Q<79706520536c6f74204e756d626572>-.74 E F0
+ 1.653<546865206d6178696d756d2076>128 669.6 R 1.653
+ <616c7565207573656420666f722061207479706527>-.25 F 4.153<7373>-.55 G
+ 1.653<6c6f74206e756d626572>-4.153 F 4.152<2e4c>-.55 G<6172>-4.152 E
+ 1.652<67657220736c6f74206e756d6265722076>-.18 F 1.652
+ <616c7565732074616b>-.25 F 4.152<656d>-.1 G 1.652
+ <6f726520627974657320746f>-4.152 F<656e636f64652e>128 681.6 Q F1
+ <4d6178696d756d2056>108 698.4 Q<616c756520536c6f74204e756d626572>-.92 E
+ F0 1.39<546865206d6178696d756d2076>128 710.4 R 1.39
+ <616c7565207573656420666f7220612076>-.25 F<616c756527>-.25 E 3.891<7373>
+ -.55 G 1.391<6c6f74206e756d626572>-3.891 F 3.891<2e4c>-.55 G<6172>-3.891
+ E 1.391<67657220736c6f74206e756d6265722076>-.18 F 1.391
+ <616c7565732074616b>-.25 F 3.891<656d>-.1 G 1.391
+ <6f726520627974657320746f>-3.891 F<656e636f64652e>128 722.4 Q 188.72
+ <43565320323030362d30332d3133>72 768 R<32>205.67 E 0 Cg EP
+ %%Page: 3 3
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q<564d2d4243414e>-1 E<414c>-.35 E
+ 74.09<595a4552283129204c4c>-1 F<564d20436f6d6d616e64204775696465>-1 E
+ <4c4c>76.59 E<564d2d4243414e>-1 E<414c>-.35 E<595a4552283129>-1 E/F1 10
+ /Times-Bold at 0 SF<42797465732050>108 84 Q<65722056>-.2 E<616c7565>-.92 E
+ F0 .002<5468652061>128 96 R -.15<7665>-.2 G .001
+ <726167652073697a65206f6620612056>.15 F .001
+ <616c75652064658c6e6974696f6e20286f6620616e>-1.11 F 2.501<7974>-.15 G
+ .001<797065292e205468697320697320636f6d7075746564206279206469>-2.501 F
+ .001<766964696e672046696c652053697a652062792074686520746f74616c>-.25 F
+ <6e756d626572206f662076>128 108 Q<616c756573206f6620616e>-.25 E 2.5
+ <7974>-.15 G<7970652e>-2.5 E F1<42797465732050>108 124.8 Q
+ <657220476c6f62616c>-.2 E F0<5468652061>128 136.8 Q -.15<7665>-.2 G<7261
+ 67652073697a65206f66206120676c6f62616c2064658c6e6974696f6e2028636f6e7374
+ 616e747320616e6420676c6f62616c2076>.15 E<61726961626c6573292e>-.25 E F1
+ <42797465732050>108 153.6 Q<65722046756e6374696f6e>-.2 E F0 .397
+ <5468652061>128 165.6 R -.15<7665>-.2 G .397<72616765206e756d626572206f
+ 66206279746573207065722066756e6374696f6e2064658c6e6974696f6e2e2054686973
+ 20697320636f6d7075746564206279206469>.15 F .398
+ <766964696e672046756e6374696f6e204279746573206279>-.25 F
+ <4e756d626572204f662046756e6374696f6e732e>128 177.6 Q F1 2.5<236f>108
+ 194.4 S<66>-2.5 E/F2 9/Times-Bold at 0 SF<564252>2.5 E F1
+ <3332ad62697420496e746567657273>2.5 E F0
+ <54686520746f74616c206e756d626572206f66203332ad62697420696e7465>128
+ 206.4 Q<6765727320656e636f646564207573696e67207468652056>-.15 E
+ <61726961626c6520426974205261746520656e636f64696e6720736368656d652e>
+ -1.11 E F1 2.5<236f>108 223.2 S<66>-2.5 E F2<564252>2.5 E F1
+ <3634ad62697420496e746567657273>2.5 E F0
+ <54686520746f74616c206e756d626572206f66203634ad62697420696e7465>128
+ 235.2 Q<6765727320656e636f646564207573696e67207468652056>-.15 E
+ <61726961626c6520426974205261746520656e636f64696e6720736368656d652e>
+ -1.11 E F1 2.5<236f>108 252 S<66>-2.5 E F2<564252>2.5 E F1<436f6d7072>
+ 2.5 E<6573736564204279746573>-.18 E F0 .625<54686520746f74616c206e756d62
+ 6572206f6620627974657320636f6e73756d656420627920746865203332ad6269742061
+ 6e64203634ad62697420696e7465>128 264 R .625
+ <67657273207468617420757365207468652056>-.15 F .625
+ <61726961626c65204269742052617465>-1.11 F
+ <656e636f64696e6720736368656d652e>128 276 Q F1 2.5<236f>108 292.8 S<66>
+ -2.5 E F2<564252>2.5 E F1<457870616e646564204279746573>2.5 E F0 .367
+ <54686520746f74616c206e756d626572206f6620627974657320746861742077>128
+ 304.8 R .367<6f756c64206861>-.1 F .667 -.15<76652062>-.2 H .367<65656e20
+ 636f6e73756d656420627920746865203332ad62697420616e64203634ad62697420696e
+ 7465>.15 F .367<676572732068616420746865>-.15 F<79>-.15 E
+ <6e6f74206265656e20636f6d707265737365642077697468207468652056>128 316.8
+ Q<61726961626c6520426974205261676520656e636f64696e6720736368656d652e>
+ -1.11 E F1<4279746573205361>108 333.6 Q -.1<7665>-.25 G 2.5<6457>.1 G
+ <697468>-2.68 E F2<564252>2.5 E F0 .707
+ <54686520746f74616c206e756d626572206f66206279746573207361>128 345.6 R
+ -.15<7665>-.2 G 3.207<6462>.15 G 3.207<7975>-3.207 G .707
+ <73696e67207468652056>-3.207 F .707
+ <61726961626c6520426974205261746520656e636f64696e6720736368656d652e>
+ -1.11 F .706<5468652070657263656e74616765206973>5.707 F<72656c617469>128
+ 357.6 Q .3 -.15<76652074>-.25 H 2.5<6f236f>.15 G<66>-2.5 E/F3 9
+ /Times-Roman at 0 SF<564252>2.5 E F0<457870616e6465642042797465732e>2.5 E
+ /F4 10.95/Times-Bold at 0 SF<444554>72 374.4 Q
+ <41494c4544204f555450555420444546494e4954494f4e53>-.986 E F0 .689
+ <54686520666f6c6c6f>108 386.4 R .689<77696e672064658c6e6974696f6e73206f
+ 63637572206f6e6c792069662074686520ad6e6f64657461696c73206f7074696f6e2077>
+ -.25 F .689<6173206e6f74206769>-.1 F -.15<7665>-.25 G 3.19<6e2e20546865>
+ .15 F .69<64657461696c6564206f75747075742070726f>3.19 F<7669646573>-.15
+ E<6164646974696f6e616c20696e666f726d6174696f6e206f6e206120706572>108
+ 398.4 Q<2d66756e6374696f6e2062617369732e>-.2 E F1 -.74<5479>108 415.2 S
+ <7065>.74 E F0
+ <5468652074797065207369676e6174757265206f66207468652066756e6374696f6e2e>
+ 128 427.2 Q F1<427974652053697a65>108 444 Q F0<54686520746f74616c206e75
+ 6d626572206f6620627974657320696e207468652066756e6374696f6e27>128 456 Q
+ 2.5<7362>-.55 G<6c6f636b2e>-2.5 E F1<426173696320426c6f636b73>108 472.8
+ Q F0<546865206e756d626572206f6620626173696320626c6f636b732064658c6e6564
+ 206279207468652066756e6374696f6e2e>128 484.8 Q F1
+ <496e737472756374696f6e73>108 501.6 Q F0<546865206e756d626572206f662069
+ 6e737472756374696f6e732064658c6e6564206279207468652066756e6374696f6e2e>
+ 128 513.6 Q F1<4c6f6e6720496e737472756374696f6e73>108 530.4 Q F0<546865
+ 206e756d626572206f6620696e737472756374696f6e73207573696e6720746865206c6f
+ 6e6720696e737472756374696f6e20666f726d617420696e207468652066756e6374696f
+ 6e2e>128 542.4 Q F1<4f706572616e6473>108 559.2 Q F0<546865206e756d626572
+ 206f66206f706572616e6473207573656420627920616c6c20696e737472756374696f6e
+ 7320696e207468652066756e6374696f6e2e>128 571.2 Q F1
+ <496e737472756374696f6e2053697a65>108 588 Q F0<546865206e756d626572206f
+ 6620627974657320636f6e73756d656420627920696e737472756374696f6e7320696e20
+ 7468652066756e6374696f6e2e>128 600 Q F1 -.6 -1<41762065>108 616.8 T
+ <7261676520496e737472756374696f6e2053697a65>1 E F0 .6<5468652061>128
+ 628.8 R -.15<7665>-.2 G .599<72616765206e756d626572206f6620627974657320
+ 636f6e73756d65642062792074686520696e737472756374696f6e7320696e2074686520
+ 66756e74696f6e2e20546869732076>.15 F .599
+ <616c756520697320636f6d7075746564206279>-.25 F<6469>128 640.8 Q<76696469
+ 6e6720496e737472756374696f6e2053697a6520627920496e737472756374696f6e732e>
+ -.25 E F1<42797465732050>108 657.6 Q<657220496e737472756374696f6e>-.2 E
+ F0 .337<5468652061>128 669.6 R -.15<7665>-.2 G .337<72616765206e756d6265
+ 72206f662062797465732075736564206279207468652066756e6374696f6e2070657220
+ 696e737472756374696f6e2e20546869732076>.15 F .338
+ <616c756520697320636f6d7075746564206279206469>-.25 F<766964696e67>-.25 E
+ 1.137<427974652053697a6520627920496e737472756374696f6e732e204e6f74652074
+ 6861742074686973206973206e6f74207468652073616d652061732041>128 681.6 R
+ -.15<7665>-.74 G 1.136<7261676520496e737472756374696f6e2053697a652e2049
+ 7420636f6d70757465732061>.15 F<6e756d6265722072656c617469>128 693.6 Q .3
+ -.15<76652074>-.25 H 2.5<6f74>.15 G<686520746f74616c2066756e6374696f6e20
+ 73697a65206e6f74206a757374207468652073697a65206f662074686520696e73747275
+ 6374696f6e206c6973742e>-2.5 E 188.72<43565320323030362d30332d3133>72 768
+ R<33>205.67 E 0 Cg EP
+ %%Page: 4 4
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q<564d2d4243414e>-1 E<414c>-.35 E
+ 74.09<595a4552283129204c4c>-1 F<564d20436f6d6d616e64204775696465>-1 E
+ <4c4c>76.59 E<564d2d4243414e>-1 E<414c>-.35 E<595a4552283129>-1 E/F1 10
+ /Times-Bold at 0 SF<4e756d626572206f66>108 84 Q/F2 9/Times-Bold at 0 SF
+ <564252>2.5 E F1<3332ad62697420496e746567657273>2.5 E F0
+ <54686520746f74616c206e756d626572206f66203332ad62697420696e7465>128 96 Q
+ <6765727320666f756e6420696e20746869732066756e6374696f6e2028666f7220616e>
+ -.15 E 2.5<7975>-.15 G<7365292e>-2.5 E F1<4e756d626572206f66>108 112.8 Q
+ F2<564252>2.5 E F1<3634ad62697420496e746567657273>2.5 E F0
+ <54686520746f74616c206e756d626572206f66203634ad62697420696e7465>128
+ 124.8 Q
+ <6765727320666f756e6420696e20746869732066756e6374696f6e2028666f7220616e>
+ -.15 E 2.5<7975>-.15 G<7365292e>-2.5 E F1<4e756d626572206f66>108 141.6 Q
+ F2<564252>2.5 E F1<436f6d7072>2.5 E<6573736564204279746573>-.18 E F0
+ 1.115<54686520746f74616c206e756d626572206f6620627974657320696e2074686973
+ 2066756e6374696f6e20636f6e73756d656420627920746865203332ad62697420616e64
+ 203634ad62697420696e7465>128 153.6 R 1.115
+ <6765727320746861742075736520746865>-.15 F -1.11<5661>128 165.6 S
+ <726961626c6520426974205261746520656e636f64696e6720736368656d652e>1.11 E
+ F1<4e756d626572206f66>108 182.4 Q F2<564252>2.5 E F1
+ <457870616e646564204279746573>2.5 E F0 .806<54686520746f74616c206e756d62
+ 6572206f6620627974657320696e20746869732066756e6374696f6e20746861742077>
+ 128 194.4 R .806<6f756c64206861>-.1 F 1.106 -.15<76652062>-.2 H .806<65
+ 656e20636f6e73756d656420627920746865203332ad62697420616e64203634ad626974>
+ .15 F<696e7465>128 206.4 Q<676572732068616420746865>-.15 E 2.5<796e>-.15
+ G<6f74206265656e20636f6d707265737365642077697468207468652056>-2.5 E
+ <61726961626c6520426974205261746520656e636f64696e6720736368656d652e>
+ -1.11 E F1<4279746573205361>108 223.2 Q -.1<7665>-.25 G 2.5<6457>.1 G
+ <697468>-2.68 E F2<564252>2.5 E F0 .337
+ <54686520746f74616c206e756d626572206f66206279746573207361>128 235.2 R
+ -.15<7665>-.2 G 2.837<6469>.15 G 2.837<6e74>-2.837 G .337
+ <6869732066756e6374696f6e206279207573696e67207468652056>-2.837 F .337<61
+ 726961626c6520426974205261746520656e636f64696e6720736368656d652e20546865>
+ -1.11 F<70657263656e746167652069732072656c617469>128 247.2 Q .3 -.15
+ <76652074>-.25 H 2.5<6f236f>.15 G<66>-2.5 E/F3 9/Times-Roman at 0 SF
+ <564252>2.5 E F0<457870616e6465642042797465732e>2.5 E/F4 10.95
+ /Times-Bold at 0 SF<53454520414c534f>72 264 Q F0
+ <6c6c766d2d6469732c203c687474703a2f2f6c6c766d2e6f72>108 276 Q
+ <672f646f63732f42797465636f646546>-.18 E<6f726d61742e68746d6c3e>-.15 E
+ F4 -.548<4155>72 292.8 S<54484f5253>.548 E F0
+ <4d61696e7461696e656420627920746865>108 304.8 Q F3<4c4c>2.5 E<564d>-.9 E
+ F0 -.7<5465>2.5 G<616d20283c687474703a2f2f6c6c766d2e6f72>.7 E<673e292e>
+ -.18 E 188.72<43565320323030362d30332d3133>72 768 R<34>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-config.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-config.ps:1.1
*** /dev/null	Wed May 23 13:12:55 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-config.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,341 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:18 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%+ font Times-Italic
+ %%+ font Courier
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 2
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ %%IncludeResource: font Times-Italic
+ %%IncludeResource: font Courier
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Courier at 0 ENC0/Courier RE/Times-Italic at 0 ENC0/Times-Italic RE
+ /Times-Bold at 0 ENC0/Times-Bold RE/Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 102.74
+ <564d2d434f4e464947283129204c4c>-1 F<564d20436f6d6d616e64204775696465>-1
+ E<4c4c>105.24 E<564d2d434f4e464947283129>-1 E/F1 10.95/Times-Bold at 0 SF
+ -.219<4e41>72 84 S<4d45>.219 E F0
+ <6c6c766dad636f6e8c6720ad205072696e74204c4c>108 96 Q
+ <564d20636f6d70696c6174696f6e206f7074696f6e73>-1 E F1<53594e4f50534953>
+ 72 112.8 Q/F2 10/Times-Bold at 0 SF<6c6c766d2d636f6e8c67>108 124.8 Q/F3 10
+ /Times-Italic at 0 SF<6f7074696f6e>2.5 E F0<5b>2.5 E F3
+ <636f6d706f6e656e7473>A F0<2e2e2e5d>A F1<4445534352495054494f4e>72 141.6
+ Q F2<6c6c766d2d636f6e8c67>108 153.6 Q F0<6d616b>2.667 E .167
+ <65732069742065617369657220746f2062>-.1 F .167
+ <75696c64206170706c69636174696f6e73207468617420757365>-.2 F/F4 9
+ /Times-Roman at 0 SF<4c4c>2.667 E<564d>-.9 E F0 5.167<2e49>C 2.667<7463>
+ -5.167 G .166
+ <616e207072696e742074686520636f6d70696c6572208d6167732c206c696e6b>-2.667
+ F .166<6572208d616773>-.1 F<616e64206f626a656374206c6962726172696573206e
+ 656564656420746f206c696e6b206167>108 165.6 Q<61696e7374>-.05 E F4<4c4c>
+ 2.5 E<564d>-.9 E F0<2e>A F1<4558414d504c4553>72 182.4 Q F0 1.6 -.8
+ <546f206c>108 194.4 T<696e6b206167>.8 E<61696e737420746865>-.05 E F4
+ <4a4954>2.5 E<3a>-.45 E/F5 10/Courier at 0 SF<672b2b20606c6c766d2d636f6e66
+ 6967202d2d637878666c61677360202d6f20486f77546f5573654a49542e6f202d632048
+ 6f77546f5573654a49542e637070>120 211.2 Q<672b2b20606c6c766d2d636f6e6669
+ 67202d2d6c64666c61677360202d6f20486f77546f5573654a495420486f77546f557365
+ 4a49542e6f205c>120 223.2 Q<606c6c766d2d636f6e666967202d2d6c69627320656e
+ 67696e65206263726561646572207363616c61726f70747360>144 235.2 Q F1
+ <4f5054494f4e53>72 252 Q F2<adad76>108 264 Q<657273696f6e>-.1 E F0
+ <5072696e74207468652076>128 276 Q<657273696f6e206e756d626572206f66>-.15
+ E F4<4c4c>2.5 E<564d>-.9 E F0<2e>A F2<adad68656c70>108 292.8 Q F0
+ <5072696e7420612073756d6d617279206f66>128 304.8 Q F2
+ <6c6c766d2d636f6e8c67>2.5 E F0<6172>2.5 E<67756d656e74732e>-.18 E F2
+ <adad7072>108 321.6 Q<658c78>-.18 E F0
+ <5072696e742074686520696e7374616c6c6174696f6e207072658c7820666f72>128
+ 333.6 Q F4<4c4c>2.5 E<564d>-.9 E F0<2e>A F2<adad7372>108 350.4 Q<63ad72>
+ -.18 E<6f6f74>-.18 E F0
+ <5072696e742074686520736f7572636520726f6f742066726f6d207768696368>128
+ 362.4 Q F4<4c4c>2.5 E<564d>-.9 E F0 -.1<7761>2.5 G 2.5<7362>.1 G
+ <75696c742e>-2.7 E F2<adad6f626aad72>108 379.2 Q<6f6f74>-.18 E F0
+ <5072696e7420746865206f626a65637420726f6f74207573656420746f2062>128
+ 391.2 Q<75696c64>-.2 E F4<4c4c>2.5 E<564d>-.9 E F0<2e>A F2
+ <adad62696e646972>108 408 Q F0<5072696e742074686520696e7374616c6c617469
+ 6f6e206469726563746f727920666f72>128 420 Q F4<4c4c>2.5 E<564d>-.9 E F0
+ <62696e61726965732e>2.5 E F2<adad696e636c756465646972>108 436.8 Q F0<50
+ 72696e742074686520696e7374616c6c6174696f6e206469726563746f727920666f72>
+ 128 448.8 Q F4<4c4c>2.5 E<564d>-.9 E F0<686561646572732e>2.5 E F2
+ <adad6c6962646972>108 465.6 Q F0<5072696e742074686520696e7374616c6c6174
+ 696f6e206469726563746f727920666f72>128 477.6 Q F4<4c4c>2.5 E<564d>-.9 E
+ F0<6c69627261726965732e>2.5 E F2<adad6378788d616773>108 494.4 Q F0
+ <5072696e74207468652043>128 506.4 Q/F6 8/Times-Roman at 0 SF -1<2b2b>-1
+ -1.2 O F0<636f6d70696c6572208d616773206e656564656420746f20757365>2.5 1.2
+ M F4<4c4c>2.5 E<564d>-.9 E F0<686561646572732e>2.5 E F2
+ <adad6c648d616773>108 523.2 Q F0
+ <5072696e7420746865208d616773206e656564656420746f206c696e6b206167>128
+ 535.2 Q<61696e7374>-.05 E F4<4c4c>2.5 E<564d>-.9 E F0
+ <6c69627261726965732e>2.5 E F2<adad6c696273>108 552 Q F0 .447<5072696e74
+ 20616c6c20746865206c6962726172696573206e656564656420746f206c696e6b206167>
+ 128 564 R .447<61696e7374207468652073706563698c6564>-.05 F F4<4c4c>2.948
+ E<564d>-.9 E F3<636f6d706f6e656e7473>2.948 E F0 2.948<2c69>C .448
+ <6e636c7564696e6720616e>-2.948 F 2.948<7964>-.15 G<6570656e64656e2d>
+ -2.948 E<636965732e>128 576 Q F2<adad6c69626e616d6573>108 592.8 Q F0
+ .998<53696d696c617220746f>128 604.8 R F2<adad6c696273>3.498 E F0 3.498
+ <2c62>C .998<7574207072696e7473207468652062617265208c6c656e616d6573206f
+ 6620746865206c696272617269657320776974686f7574>-3.698 F F2<ad6c>3.497 E
+ F0 .997<6f7220706174686e616d65732e>3.497 F .997<55736566756c20666f72>
+ 5.997 F<6c696e6b696e67206167>128 616.8 Q
+ <61696e73742061206e6f742d7965742d696e7374616c6c656420636f70>-.05 E 2.5
+ <796f>-.1 G<66>-2.5 E F4<4c4c>2.5 E<564d>-.9 E F0<2e>A F2
+ <adad6c69628c6c6573>108 633.6 Q F0 1.23<53696d696c617220746f>128 645.6 R
+ F2<adad6c696273>3.73 E F0 3.73<2c62>C 1.23<7574207072696e74207468652066
+ 756c6c207061746820746f2065616368206c696272617279208c6c652e>-3.93 F 1.231
+ <546869732069732075736566756c207768656e206372656174696e67206d616b>6.231
+ F<658c6c65>-.1 E<646570656e64656e636965732c20746f20656e7375726520746861
+ 74206120746f6f6c2069732072656c696e6b>128 657.6 Q<656420696620616e>-.1 E
+ 2.5<796c>-.15 G<6962726172792069742075736573206368616e6765732e>-2.5 E F2
+ <adad636f6d706f6e656e7473>108 674.4 Q F0<5072696e7420616c6c2076>128
+ 686.4 Q<616c696420636f6d706f6e656e74206e616d65732e>-.25 E F2<adad746172>
+ 108 703.2 Q<67657473ad62>-.1 E<75696c74>-.2 E F0<5072696e74207468652063
+ 6f6d706f6e656e74206e616d657320666f7220616c6c20746172>128 715.2 Q
+ <6765747320737570706f72746564206279207468697320636f70>-.18 E 2.5<796f>
+ -.1 G<66>-2.5 E F4<4c4c>2.5 E<564d>-.9 E F0<2e>A 188.72
+ <43565320323030362d30382d3031>72 768 R<31>205.67 E 0 Cg EP
+ %%Page: 2 2
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 102.74
+ <564d2d434f4e464947283129204c4c>-1 F<564d20436f6d6d616e64204775696465>-1
+ E<4c4c>105.24 E<564d2d434f4e464947283129>-1 E/F1 10/Times-Bold at 0 SF
+ <adad62>108 84 Q<75696c64ad6d6f6465>-.2 E F0<5072696e74207468652062>128
+ 96 Q<75696c64206d6f64652075736564207768656e>-.2 E/F2 9/Times-Roman at 0 SF
+ <4c4c>2.5 E<564d>-.9 E F0 -.1<7761>2.5 G 2.5<7362>.1 G
+ <75696c742028652e672e20446562>-2.7 E<7567206f722052656c6561736529>-.2 E
+ /F3 10.95/Times-Bold at 0 SF<434f4d504f4e454e5453>72 112.8 Q F0 2.885 -.8
+ <546f2070>108 124.8 T 1.285<72696e742061206c697374206f6620616c6c2061>.8
+ F -.25<7661>-.2 G 1.285<696c61626c6520636f6d706f6e656e74732c2072756e>.25
+ F F1 1.285<6c6c766d2d636f6e8c6720adad636f6d706f6e656e7473>3.785 F F0
+ 6.285<2e49>C 3.785<6e6d>-6.285 G 1.285
+ <6f73742063617365732c20636f6d706f6e656e7473>-3.785 F
+ <636f72726573706f6e64206469726563746c7920746f>108 136.8 Q F2<4c4c>2.5 E
+ <564d>-.9 E F0 2.5<6c69627261726965732e2055736566756c>2.5 F -.74<6060>
+ 2.5 G<7669727475616c27>.74 E 2.5<2763>-.74 G
+ <6f6d706f6e656e747320696e636c7564653a>-2.5 E F1<616c6c>108 153.6 Q F0
+ <496e636c7564657320616c6c>9.44 E F2<4c4c>2.5 E<564d>-.9 E F0 2.5
+ <6c696261726965732e20546865>2.5 F<646566>2.5 E
+ <61756c74206966206e6f20636f6d706f6e656e7473206172652073706563698c65642e>
+ -.1 E F1<6261636b>108 170.4 Q<656e64>-.1 E F0
+ <496e636c75646573206569746865722061206e617469>128 182.4 Q .3 -.15
+ <76652062>-.25 H<61636b>.15 E<656e64206f72207468652043206261636b>-.1 E
+ <656e642e>-.1 E F1<656e67696e65>108 199.2 Q F0
+ <496e636c75646573206569746865722061206e617469>128 211.2 Q -.15<7665>-.25
+ G F2<4a4954>2.65 E F0
+ <6f72207468652062797465636f646520696e746572707265746572>2.5 E<2e>-.55 E
+ F3<45584954205354>72 228 Q -1.04<4154>-.986 G<5553>1.04 E F0<4966>108
+ 240 Q F1<6c6c766d2d636f6e8c67>2.681 E F0 .181
+ <73756363656564732c2069742077696c6c2065>2.681 F .181
+ <786974207769746820302e>-.15 F .182<4f74686572776973652c20696620616e2065
+ 72726f72206f63637572732c2069742077696c6c2065>5.181 F .182
+ <78697420776974682061206e6f6e2d7a65726f2076>-.15 F<616c75652e>-.25 E F3
+ -.548<4155>72 256.8 S<54484f5253>.548 E F0
+ <4d61696e7461696e656420627920746865>108 268.8 Q F2<4c4c>2.5 E<564d>-.9 E
+ F0 -.7<5465>2.5 G<616d20283c687474703a2f2f6c6c766d2e6f72>.7 E<673e292e>
+ -.18 E 188.72<43565320323030362d30382d3031>72 768 R<32>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-db.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-db.ps:1.1
*** /dev/null	Wed May 23 13:12:55 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-db.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,229 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:18 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 1
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Times-Bold at 0 ENC0/Times-Bold RE/Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 126.07<564d2d4442283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>128.57 E<564d2d4442283129>-1
+ E/F1 10.95/Times-Bold at 0 SF -.219<4e41>72 84 S<4d45>.219 E F0
+ <6c6c766dad646220ad204c4c>108 96 Q<564d20646562>-1 E
+ <75676765722028616c70686129>-.2 E F1<53594e4f50534953>72 112.8 Q F0<4465
+ 7461696c7320636f6d696e6720736f6f6e2e20506c6561736520736565203c687474703a
+ 2f2f6c6c766d2e6f72>108 124.8 Q<672f646f63732f536f757263654c65>-.18 E
+ -.15<7665>-.25 G<6c446562>.15 E
+ <756767696e672e68746d6c3e20696e20746865206d65616e74696d652e>-.2 E F1
+ -.548<4155>72 141.6 S<54484f5253>.548 E F0
+ <4d61696e7461696e656420627920746865>108 153.6 Q/F2 9/Times-Roman at 0 SF
+ <4c4c>2.5 E<564d>-.9 E F0 -.7<5465>2.5 G
+ <616d20283c687474703a2f2f6c6c766d2e6f72>.7 E<673e292e>-.18 E 188.72
+ <43565320323030362d30332d3133>72 768 R<31>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-dis.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-dis.ps:1.1
*** /dev/null	Wed May 23 13:12:55 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-dis.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,277 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:18 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%+ font Times-Italic
+ %%+ font Courier
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 1
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ %%IncludeResource: font Times-Italic
+ %%IncludeResource: font Courier
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Courier at 0 ENC0/Courier RE/Times-Italic at 0 ENC0/Times-Italic RE
+ /Times-Bold at 0 ENC0/Times-Bold RE/Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 123.85<564d2d444953283129204c4c>-1
+ F<564d20436f6d6d616e64204775696465>-1 E<4c4c>126.35 E
+ <564d2d444953283129>-1 E/F1 10.95/Times-Bold at 0 SF -.219<4e41>72 84 S
+ <4d45>.219 E F0<6c6c766dad64697320ad204c4c>108 96 Q
+ <564d20646973617373656d626c6572>-1 E F1<53594e4f50534953>72 112.8 Q/F2
+ 10/Times-Bold at 0 SF<6c6c766d2d646973>108 124.8 Q F0<5b>2.5 E/F3 10
+ /Times-Italic at 0 SF<6f7074696f6e73>A F0 2.5<5d5b>C F3<8c6c656e616d65>-2.5
+ E F0<5d>A F1<4445534352495054494f4e>72 141.6 Q F0<546865>108 153.6 Q F2
+ <6c6c766d2d646973>4.038 E F0 1.538<636f6d6d616e6420697320746865>4.038 F
+ /F4 9/Times-Roman at 0 SF<4c4c>4.037 E<564d>-.9 E F0
+ <646973617373656d626c6572>4.037 E 6.537<2e49>-.55 G 4.037<7474>-6.537 G
+ <616b>-4.037 E 1.537<657320616e>-.1 F F4<4c4c>4.037 E<564d>-.9 E F0
+ 1.537<62797465636f6465208c6c6520616e6420636f6e>4.037 F -.15<7665>-.4 G
+ 1.537<72747320697420696e746f>.15 F<68756d616e2d7265616461626c65>108
+ 165.6 Q F4<4c4c>2.5 E<564d>-.9 E F0
+ <617373656d626c79206c616e67756167652e>2.5 E<4966208c6c656e616d6520697320
+ 6f6d6974746564206f722073706563698c6564206173>108 182.4 Q/F5 10/Courier at 0
+ SF<ad>2.5 E F0<2c>A F2<6c6c766d2d646973>2.5 E F0<7265616473206974732069
+ 6e7075742066726f6d207374616e6461726420696e7075742e>2.5 E 1.516<49662074
+ 686520696e707574206973206265696e6720726561642066726f6d207374616e64617264
+ 20696e7075742c207468656e>108 199.2 R F2<6c6c766d2d646973>4.016 E F0
+ 1.516<77696c6c2073656e6420697473206f757470757420746f207374616e6461726420
+ 6f7574707574206279>4.016 F<646566>108 211.2 Q 3.156
+ <61756c742e204f74686572776973652c>-.1 F .655<746865206f7574707574207769
+ 6c6c206265207772697474656e20746f2061208c6c65206e616d65642061667465722074
+ 686520696e707574208c6c652c20776974682061>3.156 F F5<2e6c6c>3.155 E F0
+ <737566>3.155 E .655<8c78206164646564>-.25 F<28616e>108 223.2 Q 3.675
+ <7965>-.15 G<78697374696e67>-3.825 E F5<2e6263>3.675 E F0<737566>3.675 E
+ 1.175<8c782077696c6c208c7273742062652072656d6f>-.25 F -.15<7665>-.15 G
+ 3.675<64292e2059>.15 F 1.175<6f752063616e206f>-1.1 F -.15<7665>-.15 G
+ 1.175<7272696465207468652063686f696365206f66206f7574707574208c6c65207573
+ 696e6720746865>.15 F F2<ad6f>3.675 E F0<6f7074696f6e2e>108 235.2 Q F1
+ <4f5054494f4e53>72 252 Q F2<ad66>108 264 Q F0 -.15<466f>10.97 G .822
+ <726365206f>.15 F -.15<7665>-.15 G 3.322
+ <7277726974652e204e6f726d616c6c79>.15 F<2c>-.65 E F2<6c6c766d2d646973>
+ 3.322 E F0 .822<77696c6c2072656675736520746f206f>3.322 F -.15<7665>-.15
+ G .821
+ <72777269746520616e206f7574707574208c6c65207468617420616c72656164792065>
+ .15 F 3.321<78697374732e2057>-.15 F<697468>-.4 E
+ <74686973206f7074696f6e2c>128 276 Q F2<6c6c766d2d646973>2.5 E F0
+ <77696c6c206f>2.5 E -.15<7665>-.15 G
+ <72777269746520746865206f7574707574208c6c652e>.15 E F2<adad68656c70>108
+ 292.8 Q F0<5072696e7420612073756d6d617279206f6620636f6d6d616e64206c696e
+ 65206f7074696f6e732e>128 304.8 Q F2<ad6f>108 321.6 Q F3<8c6c656e616d65>
+ 2.5 E F0<5370656369667920746865206f7574707574208c6c65206e616d652e>128
+ 333.6 Q<4966>5 E F3<8c6c656e616d65>2.5 E F0<697320ad2c207468656e20746865
+ 206f75747075742069732073656e7420746f207374616e64617264206f75747075742e>
+ 2.5 E F1<45584954205354>72 350.4 Q -1.04<4154>-.986 G<5553>1.04 E F0
+ <4966>108 362.4 Q F2<6c6c766d2d646973>2.5 E F0
+ <73756363656564732c2069742077696c6c2065>2.5 E<786974207769746820302e>
+ -.15 E<4f74686572776973652c20696620616e206572726f72206f63637572732c2069
+ 742077696c6c2065>5 E<78697420776974682061206e6f6e2d7a65726f2076>-.15 E
+ <616c75652e>-.25 E F1<53454520414c534f>72 379.2 Q F0<6c6c766d2d6173>108
+ 391.2 Q F1 -.548<4155>72 408 S<54484f5253>.548 E F0
+ <4d61696e7461696e656420627920746865>108 420 Q F4<4c4c>2.5 E<564d>-.9 E
+ F0 -.7<5465>2.5 G<616d20283c687474703a2f2f6c6c766d2e6f72>.7 E<673e292e>
+ -.18 E 188.72<43565320323030362d30332d3133>72 768 R<31>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-extract.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-extract.ps:1.1
*** /dev/null	Wed May 23 13:12:55 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-extract.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,285 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:18 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%+ font Times-Italic
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 1
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ %%IncludeResource: font Times-Italic
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Times-Italic at 0 ENC0/Times-Italic RE/Times-Bold at 0 ENC0/Times-Bold RE
+ /Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q<564d2d4558545241>-1 E 94.25
+ <4354283129204c4c>-.4 F<564d20436f6d6d616e64204775696465>-1 E<4c4c>96.75
+ E<564d2d4558545241>-1 E<4354283129>-.4 E/F1 10.95/Times-Bold at 0 SF -.219
+ <4e41>72 84 S<4d45>.219 E F0<6c6c766dad65>108 96 Q<78747261637420ad2065>
+ -.15 E<78747261637420612066756e6374696f6e2066726f6d20616e204c4c>-.15 E
+ <564d206d6f64756c65>-1 E F1<53594e4f50534953>72 112.8 Q/F2 10
+ /Times-Bold at 0 SF<6c6c766d2d65787472616374>108 124.8 Q F0<5b>2.5 E/F3 10
+ /Times-Italic at 0 SF<6f7074696f6e73>A F0<5d>A F2<adad66756e63>2.5 E F3
+ <66756e6374696f6e2d6e616d65>2.5 E F0<5b>2.5 E F3<8c6c656e616d65>A F0<5d>
+ A F1<4445534352495054494f4e>72 141.6 Q F0<546865>108 153.6 Q F2
+ <6c6c766d2d65787472616374>2.846 E F0 .346<636f6d6d616e642074616b>2.846 F
+ .345<657320746865206e616d65206f6620612066756e6374696f6e20616e642065>-.1
+ F .345<787472616374732069742066726f6d207468652073706563698c6564>-.15 F
+ /F4 9/Times-Roman at 0 SF<4c4c>2.845 E<564d>-.9 E F0<62797465636f6465>2.845
+ E 2.877<8c6c652e204974>108 165.6 R .378
+ <6973207072696d6172696c792075736564206173206120646562>2.877 F .378<7567
+ 67696e6720746f6f6c20746f2072656475636520746573742063617365732066726f6d20
+ 6c6172>-.2 F .378
+ <6765722070726f6772616d732074686174206172652074726967676572696e672061>
+ -.18 F -.2<6275>108 177.6 S<672e>.2 E .44
+ <496e206164646974696f6e20746f2065>108 194.4 R .439<787472616374696e6720
+ 7468652062797465636f6465206f66207468652073706563698c65642066756e6374696f
+ 6e2c>-.15 F F2<6c6c766d2d65787472616374>2.939 E F0 .439
+ <77696c6c20616c736f2072656d6f>2.939 F .739 -.15<76652075>-.15 H
+ <6e726561636861626c65>.15 E<676c6f62616c2076>108 206.4 Q<61726961626c65
+ 732c2070726f746f74797065732c20616e6420756e757365642074797065732e>-.25 E
+ <546865>108 223.2 Q F2<6c6c766d2d65787472616374>3.432 E F0 .932<636f6d6d
+ 616e642072656164732069747320696e7075742066726f6d207374616e6461726420696e
+ 707574206966208c6c656e616d65206973206f6d6974746564206f72206966208c6c656e
+ 616d6520697320ad2e>3.432 F<546865206f757470757420697320616c>108 235.2 Q
+ -.1<7761>-.1 G<7973207772697474656e20746f207374616e64617264206f75747075
+ 742c20756e6c65737320746865>.1 E F2<ad6f>2.5 E F0
+ <6f7074696f6e2069732073706563698c656420287365652062656c6f>2.5 E<77292e>
+ -.25 E F1<4f5054494f4e53>72 252 Q F2<ad66>108 264 Q F0 -.15<466f>10.97 G
+ 1.412<726365206f>.15 F -.15<7665>-.15 G 3.912
+ <7277726974652e204e6f726d616c6c79>.15 F<2c>-.65 E F2
+ <6c6c766d2d65787472616374>3.912 E F0 1.412
+ <77696c6c2072656675736520746f206f>3.912 F -.15<7665>-.15 G 1.411
+ <72777269746520616e206f7574707574208c6c65207468617420616c72656164792065>
+ .15 F<78697374732e>-.15 E -.4<5769>128 276 S
+ <74682074686973206f7074696f6e2c>.4 E F2<6c6c766d2d65787472616374>2.5 E
+ F0<77696c6c206f>2.5 E -.15<7665>-.15 G<72777269746520746865206f75747075
+ 74208c6c6520616e64207265706c6163652069742077697468206e65>.15 E 2.5<7762>
+ -.25 G<797465636f64652e>-2.5 E F2<adad66756e63>108 292.8 Q F3
+ <66756e6374696f6e2d6e616d65>2.5 E F0
+ <45787472616374207468652066756e6374696f6e206e616d6564>128 304.8 Q F3
+ <66756e6374696f6e2d6e616d65>2.5 E F0<66726f6d20746865>2.5 E F4<4c4c>2.5
+ E<564d>-.9 E F0<62797465636f64652e>2.5 E F2<adad68656c70>108 321.6 Q F0<
+ 5072696e7420612073756d6d617279206f6620636f6d6d616e64206c696e65206f707469
+ 6f6e732e>128 333.6 Q F2<ad6f>108 350.4 Q F3<8c6c656e616d65>2.5 E F0 1.2
+ <5370656369667920746865206f7574707574208c6c656e616d652e>128 362.4 R 1.2
+ <4966208c6c656e616d652069732060>6.2 F<60ad27>-.74 E 3.7<2728>-.74 G 1.2
+ <74686520646566>-3.7 F 1.2<61756c74292c207468656e>-.1 F F2
+ <6c6c766d2d65787472616374>3.7 E F0 1.2
+ <73656e647320697473206f757470757420746f>3.7 F
+ <7374616e64617264206f75747075742e>128 374.4 Q F1<45584954205354>72 391.2
+ Q -1.04<4154>-.986 G<5553>1.04 E F0<4966>108 403.2 Q F2
+ <6c6c766d2d65787472616374>3.914 E F0 1.414
+ <73756363656564732c2069742077696c6c2065>3.914 F 1.414
+ <786974207769746820302e>-.15 F 1.413<4f74686572776973652c20696620616e20
+ 6572726f72206f63637572732c2069742077696c6c2065>6.413 F 1.413
+ <78697420776974682061206e6f6e2d7a65726f>-.15 F -.25<7661>108 415.2 S
+ <6c75652e>.25 E F1<53454520414c534f>72 432 Q F0 -.2<6275>108 444 S
+ <67706f696e74>.2 E F1 -.548<4155>72 460.8 S<54484f5253>.548 E F0
+ <4d61696e7461696e656420627920746865>108 472.8 Q F4<4c4c>2.5 E<564d>-.9 E
+ F0 -.7<5465>2.5 G<616d20283c687474703a2f2f6c6c766d2e6f72>.7 E<673e292e>
+ -.18 E 188.72<43565320323030362d30332d3133>72 768 R<31>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-ld.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-ld.ps:1.1
*** /dev/null	Wed May 23 13:12:55 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-ld.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,567 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:18 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%+ font Times-Italic
+ %%+ font Courier
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 4
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ %%IncludeResource: font Times-Italic
+ %%IncludeResource: font Courier
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Courier at 0 ENC0/Courier RE/Times-Italic at 0 ENC0/Times-Italic RE
+ /Times-Bold at 0 ENC0/Times-Bold RE/Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 126.63<564d2d4c44283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>129.13 E<564d2d4c44283129>-1
+ E/F1 10.95/Times-Bold at 0 SF -.219<4e41>72 84 S<4d45>.219 E F0
+ <6c6c766dad6c6420ad204c4c>108 96 Q<564d206c696e6b>-1 E<6572>-.1 E F1
+ <53594e4f50534953>72 112.8 Q/F2 10/Times-Bold at 0 SF<6c6c766d2d6c64>108
+ 124.8 Q F0<3c6f7074696f6e733e203c8c6c65733e>2.5 E F1
+ <4445534352495054494f4e>72 141.6 Q F0<546865>108 153.6 Q F2
+ <6c6c766d2d6c64>3.189 E F0 .688<746f6f6c2074616b>3.189 F .688
+ <6573206120736574206f66>-.1 F/F3 9/Times-Roman at 0 SF<4c4c>3.188 E<564d>
+ -.9 E F0 .688<62797465636f6465208c6c657320616e64206c696e6b73207468656d20
+ 746f67657468657220696e746f20612073696e676c65>3.188 F F3<4c4c>3.188 E
+ <564d>-.9 E F0<62797465636f6465>3.188 E 2.649<8c6c652e20546865>108 165.6
+ R .149<6f75747075742062797465636f6465208c6c652063616e20626520616e6f7468
+ 65722062797465636f6465208c6c65206f7220616e2065>2.649 F -.15<7865>-.15 G
+ .15<63757461626c652062797465636f64652070726f6772616d2e>.15 F .15
+ <5573696e6720616464692d>5.15 F<74696f6e616c206f7074696f6e732c>108 177.6
+ Q F2<6c6c766d2d6c64>2.5 E F0
+ <69732061626c6520746f2070726f64756365206e617469>2.5 E .3 -.15<76652063>
+ -.25 H<6f64652065>.15 E -.15<7865>-.15 G<63757461626c65732e>.15 E
+ <546865>108 194.4 Q F2<6c6c766d2d6c64>2.689 E F0 .189
+ <746f6f6c20697320746865206d61696e206c696e6b>2.689 F .188<657220666f72>
+ -.1 F F3<4c4c>2.688 E<564d>-.9 E F0 2.688<2e49>C 2.688<7469>-2.688 G
+ 2.688<7375>-2.688 G .188
+ <73656420746f206c696e6b20746f67657468657220746865206f7574707574206f66>
+ -2.688 F F3<4c4c>2.688 E<564d>-.9 E F0 .188
+ <66726f6e742d656e6420636f6d2d>2.688 F<70696c65727320616e642072756e2060>
+ 108 206.4 Q<606c696e6b2074696d6527>-.74 E 2.5<276f>-.74 G
+ <7074696d697a6174696f6e7320286d6f73746c792074686520696e746572>-2.5 E
+ <2d70726f6365647572616c206b696e64292e>-.2 E<546865>108 223.2 Q F2
+ <6c6c766d2d6c64>2.541 E F0 .041
+ <746f6f6c7320617474656d707320746f206d696d69632074686520696e74657266>
+ 2.541 F .041<6163652070726f>-.1 F .041<76696465642062792074686520646566>
+ -.15 F .042<61756c742073797374656d206c696e6b>-.1 F .042
+ <657220736f20746861742069742063616e206163742061732061>-.1 F/F4 10
+ /Times-Italic at 0 SF<6472>108 235.2 Q<6f702d696e>-.45 E F0
+ <7265706c6163656d656e742e>2.5 E F2<53656172>108 258 Q<6368204f72646572>
+ -.18 E F0 .357<5768656e206c6f6f6b696e6720666f72206f626a6563747320737065
+ 63698c6564206f6e2074686520636f6d6d616e64206c696e652c>108 274.8 R F2
+ <6c6c766d2d6c64>2.857 E F0 .356<77696c6c2073656172636820666f722074686520
+ 6f626a656374208c72737420696e2074686520637572>2.857 F<2d>-.2 E .337<7265
+ 6e74206469726563746f727920616e64207468656e20696e20746865206469726563746f
+ 72792073706563698c656420627920746865>108 286.8 R/F5 9/Times-Bold at 0 SF
+ <4c4c>2.838 E<564d5f4c49425f5345415243485f50>-.828 E -.855<4154>-.666 G
+ <48>.855 E F0<656e>2.838 E .338<7669726f6e6d656e742076>-.4 F
+ <61726961626c652e>-.25 E
+ <49662069742063616e6e6f74208c6e6420746865206f626a6563742c2069742066>108
+ 298.8 Q<61696c732e>-.1 E .45<5768656e206c6f6f6b696e6720666f722061206c69
+ 62726172792073706563698c6564207769746820746865>108 315.6 R F2<ad6c>2.95
+ E F0<6f7074696f6e2c>2.95 E F2<6c6c766d2d6c64>2.949 E F0 .449<8c72737420
+ 617474656d70747320746f206c6f61642061208c6c6520776974682074686174206e616d
+ 65>2.949 F .902<66726f6d207468652063757272656e74206469726563746f7279>108
+ 327.6 R 5.903<2e49>-.65 G 3.403<6674>-5.903 G .903<6861742066>-3.403 F
+ .903<61696c732c206974206c6f6f6b7320666f72206c6962>-.1 F F4<6c696272>A
+ <617279>-.15 E F0 .903<2e62632c206c6962>B F4<6c696272>A<617279>-.15 E F0
+ .903<2e612c206f72206c6962>B F4<6c696272>A<617279>-.15 E F0<2e>A F4
+ <73686172>A .903<6564206c696272>-.37 F<617279>-.15 E -.2<6578>108 339.6
+ S<74656e73696f6e>.2 E F0 2.796<2c69>C 2.796<6e74>-2.796 G .296
+ <686174206f72646572>-2.796 F 2.796<2c69>-.4 G 2.796<6e65>-2.796 G .296<
+ 616368206469726563746f727920616464656420746f20746865206c6962726172792073
+ 65617263682070617468207769746820746865>-2.796 F F2<ad4c>2.795 E F0 2.795
+ <6f7074696f6e2e205468657365>2.795 F<64697265632d>2.795 E .089<746f726965
+ 732061726520736561726368656420696e20746865206f7264657220746865>108 351.6
+ R 2.589<7961>-.15 G .089<72652073706563698c65642e>-2.589 F .089<49662074
+ 6865206c6962726172792063616e6e6f74206265206c6f63617465642c207468656e>
+ 5.089 F F2<6c6c766d2d6c64>2.589 E F0 .089<6c6f6f6b7320696e20746865>2.589
+ F .952<6469726563746f72792073706563698c656420627920746865>108 363.6 R F5
+ <4c4c>3.452 E<564d5f4c49425f5345415243485f50>-.828 E -.855<4154>-.666 G
+ <48>.855 E F0<656e>3.451 E .951<7669726f6e6d656e742076>-.4 F 3.451
+ <61726961626c652e204966>-.25 F .951
+ <697420646f6573206e6f74208c6e642061206c696272617279>3.451 F
+ <74686572652c2069742066>108 375.6 Q<61696c732e>-.1 E<546865>108 392.4 Q
+ F4<73686172>2.5 E<6564206c696272>-.37 E<6172792065>-.15 E
+ <7874656e73696f6e>-.2 E F0<6d6179206265>2.5 E F4<2e736f>2.5 E F0<2c>A F4
+ <2e64796c64>2.5 E F0<2c>A F4<2e646c6c>2.5 E F0 2.5<2c6f>C 2.5<7273>-2.5
+ G<6f6d657468696e6720646966>-2.5 E
+ <666572656e742c20646570656e64696e672075706f6e207468652073797374656d2e>
+ -.25 E<546865>108 409.2 Q F2<ad4c>2.769 E F0 .269
+ <6f7074696f6e20697320676c6f62616c2e>2.769 F .27<497420646f6573206e6f7420
+ 6d61747465722077686572652069742069732073706563698c656420696e20746865206c
+ 697374206f6620636f6d6d616e64206c696e65206172>5.269 F .27
+ <67756d656e74733b20746865>-.18 F .671<6469726563746f72792069732073696d70
+ 6c7920616464656420746f2074686520736561726368207061746820616e642069732061
+ 70706c69656420746f20616c6c206c69627261726965732c20707265636564696e67206f
+ 722073756363656564696e672c20696e20746865>108 421.2 R
+ <636f6d6d616e64206c696e652e>108 433.2 Q F2<4c696e6b206f72646572>108 456
+ Q F0 1.239<416c6c206f626a65637420616e642062797465636f6465208c6c65732061
+ 7265206c696e6b>108 472.8 R 1.239
+ <6564208c72737420696e20746865206f7264657220746865>-.1 F 3.74<7977>-.15 G
+ 1.24<6572652073706563698c6564206f6e2074686520636f6d6d616e64206c696e652e>
+ -3.74 F<416c6c>6.24 E<6c696272617279208c6c657320617265206c696e6b>108
+ 484.8 Q<6564206e65>-.1 E 2.5<78742e20536f6d65>-.15 F
+ <6c6962726172696573206d6179206e6f74206265206c696e6b>2.5 E<656420696e746f
+ 20746865206f626a6563742070726f6772616d3b207365652062656c6f>-.1 E -.65
+ <772e>-.25 G F2<4c696272617279204c696e6b616765>108 507.6 Q F0 1.232<4f62
+ 6a656374208c6c657320616e64207374617469632062797465636f6465206f626a656374
+ 732061726520616c>108 524.4 R -.1<7761>-.1 G 1.232<7973206c696e6b>.1 F
+ 1.232<656420696e746f20746865206f7574707574208c6c652e>-.1 F 1.232
+ <4c696272617279206172636869>6.232 F -.15<7665>-.25 G 3.731<7328>.15 G
+ 1.231<2e61208c6c657329>-3.731 F 1.385<6c6f6164206f6e6c7920746865206f626a
+ 656374732077697468696e20746865206172636869>108 536.4 R 1.686 -.15
+ <76652074>-.25 H 1.386<6861742064658c6e652073796d626f6c73206e6565646564
+ 20627920746865206f7574707574208c6c652e>.15 F 1.386
+ <48656e63652c206c6962726172696573>6.386 F 1.592<73686f756c64206265206c69
+ 7374656420616674657220746865206f626a656374208c6c657320616e64206c69627261
+ 72696573207768696368206e656564207468656d3b206f74686572776973652c20746865
+ 206c696272617279206d6179206e6f74206265>108 548.4 R<6c696e6b>108 560.4 Q<
+ 656420696e2c20616e642074686520646570656e64656e74206c6962726172792077696c
+ 6c206e6f74206861>-.1 E .3 -.15<76652069>-.2 H
+ <747320756e64658c6e65642073796d626f6c732064658c6e65642e>.15 E F2
+ <4e617469>108 583.2 Q .2 -.1<76652063>-.1 H
+ <6f64652067656e65726174696f6e>.1 E F0<546865>108 600 Q F2
+ <6c6c766d2d6c64>6.111 E F0 3.611<70726f6772616d20686173206c696d69746564
+ 20737570706f727420666f72206e617469>6.111 F 3.911 -.15<76652063>-.25 H
+ 3.612<6f64652067656e65726174696f6e2c207768656e207573696e6720746865>.15 F
+ F2<ad6e617469>6.112 E -.1<7665>-.1 G F0<6f72>6.212 E F2<ad6e617469>108
+ 612 Q -.1<7665>-.1 G<ad636265>.1 E F0 1.417<6f7074696f6e732e204e617469>
+ 3.917 F 1.717 -.15<76652063>-.25 H 1.417
+ <6f64652067656e65726174696f6e20697320706572666f6d656420627920636f6e>.15
+ F -.15<7665>-.4 G 1.417<7274696e6720746865206c696e6b>.15 F 1.417
+ <65642062797465636f646520696e746f206e617469>-.1 F -.15<7665>-.25 G<6173
+ 73656d626c7920282e7329206f72204320636f646520616e642072756e6e696e67207468
+ 652073797374656d20636f6d70696c657220287479706963616c6c792067636329206f6e
+ 2074686520726573756c742e>108 624 Q F1<4f5054494f4e53>72 640.8 Q F2
+ <47656e6572616c204f7074696f6e73>108 652.8 Q<ad68656c70>108 674.4 Q F0<50
+ 72696e7420612073756d6d617279206f6620636f6d6d616e64206c696e65206f7074696f
+ 6e732e>128 686.4 Q F2<ad76>108 703.2 Q F0 .818<53706563698c65732076>9.3
+ F .818
+ <6572626f7365206d6f64652e20496e2074686973206d6f646520746865206c696e6b>
+ -.15 F .818<65722077696c6c207072696e74206164646974696f6e616c20696e666f72
+ 6d6174696f6e2061626f75742074686520616374696f6e73206974>-.1 F<74616b>128
+ 715.2 Q<65732c2070726f6772616d732069742065>-.1 E -.15<7865>-.15 G
+ <63757465732c206574632e>.15 E 188.72<43565320323030372d30352d3036>72 768
+ R<31>205.67 E 0 Cg EP
+ %%Page: 2 2
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 126.63<564d2d4c44283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>129.13 E<564d2d4c44283129>-1
+ E/F1 10/Times-Bold at 0 SF<ad7374617473>108 84 Q F0
+ <5072696e7420737461746973746963732e>128 96 Q F1
+ <ad74696d65ad706173736573>108 112.8 Q F0<5265636f72642074686520616d6f75
+ 6e74206f662074696d65206e656564656420666f722065616368207061737320616e6420
+ 7072696e7420697420746f207374616e64617264206572726f72>128 124.8 Q<2e>-.55
+ E F1<496e7075742f4f7574707574204f7074696f6e73>108 147.6 Q<ad6f>108 169.2
+ Q/F2 10/Times-Italic at 0 SF<8c6c656e616d65>2.5 E F0 .322<54686973206f>128
+ 181.2 R -.15<7665>-.15 G .322<7272696465732074686520646566>.15 F .322<61
+ 756c74206f7574707574208c6c6520616e642073706563698c657320746865206e616d65
+ 206f6620746865208c6c6520746861742073686f756c642062652067656e657261746564
+ 20627920746865>-.1 F<6c696e6b>128 193.2 Q<6572>-.1 E 3.298<2e42>-.55 G
+ 3.298<7964>-3.298 G<6566>-3.298 E<61756c742c>-.1 E F1<6c6c766d2d6c64>
+ 3.298 E F0 .798<67656e6572617465732061208c6c65206e616d6564>3.298 F F2
+ <612e6f7574>3.298 E F0 .798
+ <666f7220636f6d7061746962696c6974792077697468>3.298 F F1<6c64>3.298 E F0
+ 3.298<2e54>C .799<6865206f75747075742077696c6c206265>-3.298 F
+ <7772697474656e20746f>128 205.2 Q F2<8c6c656e616d65>2.5 E F0<2e>A F1
+ <ad6c>108 222 Q F2<6e616d65>A F0 .023
+ <54686973206f7074696f6e2073706563698c657320746865>128 234 R F2<6e616d65>
+ 2.523 E F0 .023<6f662061206c69627261727920746f20736561726368207768656e20
+ 7265736f6c76696e672073796d626f6c7320666f72207468652070726f6772616d2e204f
+ 6e6c7920746865>2.523 F
+ <62617365206e616d652073686f756c642062652073706563698c6564206173>128 246
+ Q F2<6e616d65>2.5 E F0 2.5<2c77>C<6974686f75742061>-2.5 E F2<6c6962>2.5
+ E F0<7072658c78206f7220616e>2.5 E 2.5<7973>-.15 G<7566>-2.5 E<8c782e>
+ -.25 E F1<ad4c>108 262.8 Q F2 -.8<5061>C<7468>.8 E F0 .523
+ <54686973206f7074696f6e2074656c6c73>128 274.8 R F1<6c6c766d2d6c64>3.023
+ E F0 .523<746f206c6f6f6b20696e>3.023 F F2 -.8<5061>3.023 G<7468>.8 E F0
+ .524<746f208c6e6420616e>3.023 F 3.024<796c>-.15 G .524<6962726172792073
+ 756273657175656e746c792073706563698c6564207769746820746865>-3.024 F F1
+ <ad6c>3.024 E F0<6f7074696f6e2e>3.024 E .264<5468652070617468732077696c
+ 6c20626520736561726368656420696e20746865206f7264657220696e20776869636820
+ 746865>128 286.8 R 2.764<7961>-.15 G .263<72652073706563698c6564206f6e20
+ 74686520636f6d6d616e64206c696e652e20496620746865206c696272617279>-2.764
+ F 1.019<6973207374696c6c206e6f7420666f756e642c206120736d616c6c2073657420
+ 6f662073797374656d2073706563698c63206469726563746f726965732077696c6c2061
+ 6c736f2062652073656172636865642e204e6f74652074686174206c6962726172696573>
+ 128 298.8 R .147<73706563698c6564207769746820746865>128 310.8 R F1<ad6c>
+ 2.647 E F0 .147<6f7074696f6e2074686174206f63637572>2.647 F F2
+ <6265666f72>2.647 E<65>-.37 E F0<616e>2.647 E<79>-.15 E F1<ad4c>2.647 E
+ F0 .147<6f7074696f6e732077696c6c206e6f7420736561726368207468652070617468
+ 73206769>2.647 F -.15<7665>-.25 G 2.646<6e62>.15 G 2.646<7974>-2.646 G
+ <6865>-2.646 E F1<ad4c>2.646 E F0<6f7074696f6e7320666f6c6c6f>128 322.8 Q
+ <77696e672069742e>-.25 E F1<ad6c696e6bad6173ad6c696272617279>108 339.6 Q
+ F0 .69<4c696e6b207468652062797465636f6465208c6c657320746f67657468657220
+ 61732061206c696272617279>128 351.6 R 3.191<2c6e>-.65 G .691
+ <6f7420616e2065>-3.191 F -.15<7865>-.15 G .691<63757461626c652e20496e20
+ 74686973206d6f64652c20756e64658c6e65642073796d626f6c732077696c6c>.15 F
+ <6265207065726d69747465642e>128 363.6 Q F1<ad72>108 380.4 Q F0
+ <416e20616c69617320666f7220ad6c696e6bad6173ad6c696272617279>9.86 E<2e>
+ -.65 E F1<ad6d6172>108 397.2 Q<63683d>-.18 E/F3 10/Courier at 0 SF
+ <746172676574>A F0<53706563698c657320746865206b696e64206f66206d61636869
+ 6e6520666f7220776869636820636f6465206f7220617373656d626c792073686f756c64
+ 2062652067656e6572617465642e>128 409.2 Q F1<ad6e617469>108 426 Q -.1
+ <7665>-.1 G F0<47656e65726174652061206e617469>128 438 Q .3 -.15
+ <7665206d>-.25 H<616368696e6520636f64652065>.15 E -.15<7865>-.15 G
+ <63757461626c652e>.15 E 1.54<5768656e2067656e65726174696e67206e617469>
+ 128 456 R 1.84 -.15<766520657865>-.25 H<63757461626c65732c>.15 E F1
+ <6c6c766d2d6c64>4.04 E F0 1.539
+ <8c72737420636865636b7320666f7220612062797465636f64652076>4.039 F 1.539
+ <657273696f6e206f6620746865206c69627261727920616e64>-.15 F 1.181
+ <6c696e6b7320697420696e2c206966206e6563657373617279>128 468 R 6.181
+ <2e49>-.65 G 3.681<6674>-6.181 G 1.181
+ <6865206c696272617279206973206d697373696e672c>-3.681 F F1
+ <6c6c766d2d6c64>3.681 E F0 1.181<736b6970732069742e>3.681 F<5468656e2c>
+ 6.181 E F1<6c6c766d2d6c64>3.681 E F0 1.182
+ <6c696e6b7320696e207468652073616d65>3.681 F
+ <6c6962726172696573206173206e617469>128 480 Q .3 -.15<76652063>-.25 H
+ <6f64652e>.15 E .066<496e20746869732077>128 498 R<6179>-.1 E<2c>-.65 E
+ F1<6c6c766d2d6c64>2.566 E F0 .065<73686f756c642062652061626c6520746f206c
+ 696e6b20696e206f7074696d697a65642062797465636f64652073756273657473206f66
+ 20636f6d6d6f6e206c696272617269657320616e64207468656e>2.566 F
+ <6c696e6b20696e20616e>128 510 Q 2.5<7970>-.15 G
+ <617274206f6620746865206c6962726172792074686174206861736e27>-2.5 E 2.5
+ <7462>-.18 G<65656e20636f6e>-2.5 E -.15<7665>-.4 G
+ <7274656420746f2062797465636f64652e>.15 E F1<ad6e617469>108 526.8 Q -.1
+ <7665>-.1 G<ad636265>.1 E F0<47656e65726174652061206e617469>128 538.8 Q
+ .3 -.15<7665206d>-.25 H<616368696e6520636f64652065>.15 E -.15<7865>-.15
+ G<63757461626c65207769746820746865>.15 E/F4 9/Times-Roman at 0 SF<4c4c>2.5
+ E<564d>-.9 E F0 2.5<4362>2.5 G<61636b>-2.5 E<656e642e>-.1 E .149
+ <54686973206f7074696f6e206973206964656e746963616c20746f20746865>128
+ 556.8 R F1<ad6e617469>2.649 E -.1<7665>-.1 G F0 .149<6f7074696f6e2c2062>
+ 2.749 F .149<75742075736573207468652043206261636b>-.2 F .149<656e642074
+ 6f2067656e657261746520636f646520666f72207468652070726f6772616d>-.1 F
+ <696e7374656164206f6620616e>128 568.8 Q F4<4c4c>2.5 E<564d>-.9 E F0
+ <6e617469>2.5 E .3 -.15<76652063>-.25 H<6f64652067656e657261746f72>.15 E
+ <2e>-.55 E F1<4f7074696d697a6174696f6e204f7074696f6e73>108 591.6 Q
+ <ad4f30>108 613.2 Q F0
+ <416e20616c69617320666f722074686520ad4f31206f7074696f6e2e>128 625.2 Q F1
+ <ad4f31>108 642 Q F0 .668
+ <4f7074696d697a6520666f72206c696e6b696e672073706565642c206e6f742065>128
+ 654 R -.15<7865>-.15 G .668<637574696f6e2073706565642e20546865206f707469
+ 6d697a65722077696c6c20617474656d707420746f20726564756365207468652073697a
+ 65206f6620746865>.15 F<6c696e6b>128 666 Q
+ <65642070726f6772616d20746f2072656475636520492f4f2062>-.1 E
+ <75742077696c6c206e6f74206f746865727769736520706572666f726d20616e>-.2 E
+ 2.5<796c>-.15 G<696e6b2d74696d65206f7074696d697a6174696f6e732e>-2.5 E F1
+ <ad4f32>108 682.8 Q F0<506572666f726d206f6e6c7920746865206d696e696d616c
+ 206f7220726571756972656420736574206f66207363616c6172206f7074696d697a6174
+ 696f6e732e>128 694.8 Q 188.72<43565320323030372d30352d3036>72 768 R<32>
+ 205.67 E 0 Cg EP
+ %%Page: 3 3
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 126.63<564d2d4c44283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>129.13 E<564d2d4c44283129>-1
+ E/F1 10/Times-Bold at 0 SF<ad3033>108 84 Q F0
+ <416e20616c69617320666f722074686520ad4f32206f7074696f6e2e>128 96 Q F1
+ <ad3034>108 112.8 Q F0 .855<506572666f726d20746865207374616e64617264206c
+ 696e6b2074696d6520696e746572>128 124.8 R .856<2d70726f6365647572616c206f
+ 7074696d697a6174696f6e732e20546869732077696c6c20617474656d707420746f206f
+ 7074696d697a65207468652070726f2d>-.2 F<6772616d2074616b696e672074686520
+ 656e746972652070726f6772616d20696e746f20636f6e73696465726174696f6e2e>128
+ 136.8 Q F1<ad4f35>108 153.6 Q F0 .759<506572666f726d206167677265737369>
+ 128 165.6 R 1.059 -.15<7665206c>-.25 H .759<696e6b2074696d65206f7074696d
+ 697a6174696f6e732e2054686973206973207468652073616d6520617320ad4f342062>
+ .15 F .758<75742077>-.2 F .758<6f726b73206d6f7265206167677265737369>-.1
+ F -.15<7665>-.25 G .758<6c7920746f>.15 F
+ <6f7074696d697a65207468652070726f6772616d2e>128 177.6 Q F1
+ <ad64697361626c65ad696e6c696e696e67>108 194.4 Q F0<446f206e6f742072756e
+ 2074686520696e6c696e696e6720706173732e2046756e6374696f6e732077696c6c206e
+ 6f7420626520696e6c696e656420696e746f206f746865722066756e6374696f6e732e>
+ 128 206.4 Q F1<ad64697361626c65ad6f7074>108 223.2 Q F0 .289<436f6d706c65
+ 74656c792064697361626c65206f7074696d697a6174696f6e2e205468652076>128
+ 235.2 R<6172696f7573>-.25 E F1<ad4f6e>2.789 E F0 .289<6f7074696f6e732077
+ 696c6c2062652069676e6f72656420616e64206e6f206c696e6b2074696d65206f707469
+ 6d697a612d>2.789 F<74696f6e207061737365732077696c6c2062652072756e2e>128
+ 247.2 Q F1<ad64697361626c65ad696e746572>108 264 Q<6e616c697a65>-.15 E F0
+ <446f206e6f74206d61726b20616c6c2073796d626f6c7320617320696e7465726e616c
+ 2e>128 276 Q F1<ad76>108 292.8 Q<6572696679ad65616368>-.1 E F0
+ <52756e207468652076>128 304.8 Q<6572698c636174696f6e20706173732061667465
+ 722065616368206f66207468652070617373657320746f2076>-.15 E
+ <657269667920696e7465726d65646961746520726573756c74732e>-.15 E F1
+ <ad7374726970ad616c6c>108 321.6 Q F0<537472697020616c6c20646562>128
+ 333.6 Q<756720616e642073796d626f6c20696e666f726d6174696f6e2066726f6d2074
+ 68652065>-.2 E -.15<7865>-.15 G<63757461626c6520746f206d616b>.15 E 2.5
+ <6569>-.1 G 2.5<7473>-2.5 G<6d616c6c6572>-2.5 E<2e>-.55 E F1
+ <ad7374726970ad646562>108 350.4 Q<7567>-.2 E F0
+ <537472697020616c6c20646562>128 362.4 Q
+ <756720696e666f726d6174696f6e2066726f6d207468652065>-.2 E -.15<7865>-.15
+ G<63757461626c6520746f206d616b>.15 E 2.5<6569>-.1 G 2.5<7473>-2.5 G
+ <6d616c6c6572>-2.5 E<2e>-.55 E F1<ad73>108 379.2 Q F0
+ <416e20616c69617320666f72>10.41 E F1<ad7374726970ad616c6c>2.5 E F0<2e>A
+ F1<ad53>108 396 Q F0<416e20616c69617320666f72>8.74 E F1
+ <ad7374726970ad646562>2.5 E<7567>-.2 E F0<2e>A F1
+ <ad6578706f7274ad64796e616d6963>108 412.8 Q F0<416e20616c69617320666f72>
+ 128 424.8 Q F1<ad64697361626c65ad696e746572>2.5 E<6e616c697a65>-.15 E
+ <ad6c6f6164>108 441.6 Q/F2 10/Times-Italic at 0 SF<6d6f64756c65>2.5 E F0
+ 1.25<4c6f616420616e206f7074696d697a6174696f6e206d6f64756c652c>128 453.6
+ R F2<6d6f64756c65>3.75 E F0 3.75<2c77>C 1.249<686963682069732065>-3.75 F
+ 1.249<7870656374656420746f20626520612064796e616d6963206c6962726172792074
+ 6861742070726f>-.15 F 1.249<766964657320746865>-.15 F 1.058
+ <66756e6374696f6e206e616d65>128 465.6 R/F3 10/Courier at 0 SF
+ <52756e4f7074696d697a6174696f6e73>3.558 E F0 3.558<2e54>C 1.058
+ <6869732066756e6374696f6e2077696c6c20626520706173736564207468652050>
+ -3.558 F<6173734d616e61676572>-.15 E 3.559<2c61>-.4 G 1.059
+ <6e6420746865206f7074692d>-3.559 F .667<6d697a6174696f6e206c65>128 477.6
+ R -.15<7665>-.25 G 3.167<6c28>.15 G -.25<7661>-3.167 G .667
+ <6c7565732030ad35206261736564206f6e20746865>.25 F F1<ad4f6e>3.166 E F0
+ .666<6f7074696f6e292e20546869732066756e6374696f6e206d617920616464207061
+ 7373657320746f207468652050>3.166 F<6173734d616e2d>-.15 E<61676572207468
+ 61742073686f756c642062652072756e2e2054686973206665617475726520616c6c6f>
+ 128 489.6 Q<777320746865206f7074696d697a6174696f6e20706173736573206f66>
+ -.25 E F1<6c6c766d2d6c64>2.5 E F0<746f2062652065>2.5 E<7874656e6465642e>
+ -.15 E F1<ad706f7374ad6c696e6bad6f7074>108 506.4 Q F2 -.8<5061>C<7468>.8
+ E F0 1.019<52756e20706f73742d6c696e6b206f7074696d697a6174696f6e2070726f
+ 6772616d2e204166746572206c696e6b696e6720697320636f6d706c6574656420612062
+ 797465636f6465208c6c652077696c6c2062652067656e6572617465642e204974>128
+ 518.4 R .225<77696c6c2062652070617373656420746f207468652070726f6772616d
+ 2073706563698c6564206279>128 530.4 R F2 -.8<5061>2.725 G<7468>.8 E F0
+ .225<617320746865208c727374206172>2.725 F .225
+ <67756d656e742e20546865207365636f6e64206172>-.18 F .225
+ <67756d656e7420746f207468652070726f2d>-.18 F .708<6772616d2077696c6c2062
+ 6520746865206e616d65206f6620612074656d706f72617279208c6c6520696e746f2077
+ 68696368207468652070726f6772616d2073686f756c6420706c61636520697473206f70
+ 74696d697a6564206f75747075742e>128 542.4 R -.15<466f>128 554.4 S 2.5
+ <7265>.15 G<78616d706c652c207468652060>-2.65 E
+ <606e6fad6f70206f7074696d697a6174696f6e27>-.74 E 2.5<2777>-.74 G
+ <6f756c6420626520612073696d706c65207368656c6c207363726970743a>-2.6 E F3
+ <23212f62696e2f62617368>152 572.4 Q<6370202431202432>152 584.4 Q/F4
+ 10.95/Times-Bold at 0 SF<45584954205354>72 601.2 Q -1.04<4154>-.986 G<5553>
+ 1.04 E F0<4966>108 613.2 Q F1<6c6c766d2d6c64>3.425 E F0 .925
+ <73756363656564732c2069742077696c6c2065>3.425 F .925
+ <786974207769746820302072657475726e20636f64652e>-.15 F .924
+ <496620616e206572726f72206f63637572732c2069742077696c6c2065>5.925 F .924
+ <78697420776974682061206e6f6e2d7a65726f2072657475726e>-.15 F<636f64652e>
+ 108 625.2 Q F4<454e564952>72 642 Q<4f4e4d454e54>-.329 E F0<546865>108
+ 654 Q F3<4c4c564d5f4c49425f5345415243485f50415448>2.714 E F0<656e>2.714
+ E .214<7669726f6e6d656e742076>-.4 F .214<61726961626c652069732075736564
+ 20746f208c6e642062797465636f6465206c69627261726965732e20416e>-.25 F
+ 2.715<7970>-.15 G .215<617468732073706563692d>-2.715 F
+ <8c656420696e20746869732076>108 666 Q
+ <61726961626c652077696c6c20626520736561726368656420616674657220746865>
+ -.25 E F3<ad4c>2.5 E F0<6f7074696f6e732e>2.5 E F4<53454520414c534f>72
+ 682.8 Q F0<6c6c766d2d6c696e6b>108 694.8 Q 188.72
+ <43565320323030372d30352d3036>72 768 R<33>205.67 E 0 Cg EP
+ %%Page: 4 4
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 126.63<564d2d4c44283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>129.13 E<564d2d4c44283129>-1
+ E/F1 10.95/Times-Bold at 0 SF -.548<4155>72 84 S<54484f5253>.548 E F0
+ <4d61696e7461696e656420627920746865>108 96 Q/F2 9/Times-Roman at 0 SF<4c4c>
+ 2.5 E<564d>-.9 E F0 -.7<5465>2.5 G
+ <616d20283c687474703a2f2f6c6c766d2e6f72>.7 E<673e292e>-.18 E 188.72
+ <43565320323030372d30352d3036>72 768 R<34>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-link.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-link.ps:1.1
*** /dev/null	Wed May 23 13:12:55 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-link.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,296 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:18 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%+ font Times-Italic
+ %%+ font Courier
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 1
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ %%IncludeResource: font Times-Italic
+ %%IncludeResource: font Courier
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Courier at 0 ENC0/Courier RE/Times-Italic at 0 ENC0/Times-Italic RE
+ /Times-Bold at 0 ENC0/Times-Bold RE/Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 116.08<564d2d4c494e4b283129204c4c>
+ -1 F<564d20436f6d6d616e64204775696465>-1 E<4c4c>118.58 E
+ <564d2d4c494e4b283129>-1 E/F1 10.95/Times-Bold at 0 SF -.219<4e41>72 84 S
+ <4d45>.219 E F0<6c6c766dad6c696e6b20ad204c4c>108 96 Q<564d206c696e6b>-1
+ E<6572>-.1 E F1<53594e4f50534953>72 112.8 Q/F2 10/Times-Bold at 0 SF
+ <6c6c766d2d6c696e6b>108 124.8 Q F0<5b>2.5 E/F3 10/Times-Italic at 0 SF
+ <6f7074696f6e73>A F0<5d>A F3<8c6c656e616d65202e2e2e>2.5 E F1
+ <4445534352495054494f4e>72 141.6 Q F2<6c6c766d2d6c696e6b>108 153.6 Q F0
+ <74616b>3.265 E .765<6573207365>-.1 F -.15<7665>-.25 G<72616c>.15 E/F4 9
+ /Times-Roman at 0 SF<4c4c>3.264 E<564d>-.9 E F0 .764<62797465636f6465208c6c
+ 657320616e64206c696e6b73207468656d20746f67657468657220696e746f2061207369
+ 6e676c65>3.264 F F4<4c4c>3.264 E<564d>-.9 E F0 .764
+ <62797465636f6465208c6c652e>3.264 F<4974>5.764 E<7772697465732074686520
+ 6f7574707574208c6c6520746f207374616e64617264206f75747075742c20756e6c6573
+ 7320746865>108 165.6 Q F2<ad6f>2.5 E F0<6f7074696f6e20697320757365642074
+ 6f20737065636966792061208c6c656e616d652e>2.5 E F2<6c6c766d2d6c696e6b>108
+ 182.4 Q F0 .936<617474656d70747320746f206c6f61642074686520696e707574208c
+ 6c65732066726f6d207468652063757272656e74206469726563746f7279>3.435 F
+ 5.936<2e49>-.65 G 3.436<6674>-5.936 G .936<6861742066>-3.436 F .936
+ <61696c732c206974206c6f6f6b7320666f722065616368208c6c6520696e>-.1 F
+ 1.536<65616368206f6620746865206469726563746f726965732073706563698c656420
+ 627920746865>108 194.4 R F2<ad4c>4.035 E F0 1.535
+ <6f7074696f6e73206f6e2074686520636f6d6d616e64206c696e652e>4.035 F 1.535
+ <546865206c6962726172792073656172636820706174687320617265>6.535 F .308
+ <676c6f62616c3b2065616368206f6e6520697320736561726368656420666f722065>
+ 108 206.4 R -.15<7665>-.25 G .308
+ <727920696e707574208c6c65206966206e6563657373617279>.15 F 5.308<2e54>
+ -.65 G .309<6865206469726563746f726965732061726520736561726368656420696e
+ 20746865206f7264657220746865>-5.308 F<79>-.15 E
+ <776572652073706563698c6564206f6e2074686520636f6d6d616e64206c696e652e>
+ 108 218.4 Q F1<4f5054494f4e53>72 235.2 Q F2<ad4c>108 247.2 Q F3<646972>
+ 2.5 E<6563746f7279>-.37 E F0 .346<416464207468652073706563698c6564>128
+ 259.2 R F3<646972>2.846 E<6563746f7279>-.37 E F0 .346
+ <746f20746865206c6962726172792073656172636820706174682e>2.846 F .346
+ <5768656e206c6f6f6b696e6720666f72206c69627261726965732c>5.346 F F2
+ <6c6c766d2d6c696e6b>2.846 E F0 .346<77696c6c206c6f6f6b>2.846 F 1.215
+ <696e20706174686e616d6520666f72206c69627261726965732e>128 271.2 R 1.216<
+ 54686973206f7074696f6e2063616e2062652073706563698c6564206d756c7469706c65
+ 2074696d65733b>6.215 F F2<6c6c766d2d6c696e6b>3.716 E F0 1.216
+ <77696c6c2073656172636820696e73696465>3.716 F<7468657365206469726563746f
+ 7269657320696e20746865206f7264657220696e20776869636820746865>128 283.2 Q
+ 2.5<7977>-.15 G
+ <6572652073706563698c6564206f6e2074686520636f6d6d616e64206c696e652e>-2.5
+ E F2<ad66>108 300 Q F0<4f76>10.97 E
+ <65727772697465206f7574707574208c6c65732e>-.15 E<427920646566>5 E
+ <61756c742c>-.1 E F2<6c6c766d2d6c696e6b>2.5 E F0<77696c6c206e6f74206f>
+ 2.5 E -.15<7665>-.15 G<72777269746520616e206f7574707574208c6c6520696620
+ 697420616c7265616479732065>.15 E<78697374732e>-.15 E F2<ad6f>108 316.8 Q
+ F3<8c6c656e616d65>2.5 E F0
+ <5370656369667920746865206f7574707574208c6c65206e616d652e>128 328.8 Q
+ <4966>5 E F3<8c6c656e616d65>2.5 E F0<6973>2.5 E/F5 10/Courier at 0 SF<ad>
+ 2.5 E F0 2.5<2c74>C<68656e>-2.5 E F2<6c6c766d2d6c696e6b>2.5 E F0<77696c
+ 6c20777269746520697473206f757470757420746f207374616e64617264206f75747075
+ 742e>2.5 E F2<ad64>108 345.6 Q F0<49662073706563698c65642c>8.74 E F2
+ <6c6c766d2d6c696e6b>2.5 E F0
+ <7072696e747320612068756d616e2d7265616461626c652076>2.5 E<657273696f6e20
+ 6f6620746865206f75747075742062797465636f6465208c6c6520746f207374616e6461
+ 7264206572726f72>-.15 E<2e>-.55 E F2<adad68656c70>108 362.4 Q F0<507269
+ 6e7420612073756d6d617279206f6620636f6d6d616e64206c696e65206f7074696f6e73
+ 2e>128 374.4 Q F2<ad76>108 391.2 Q F0 -1.11<5665>9.3 G 1.074
+ <72626f7365206d6f64652e>1.11 F 1.074
+ <5072696e7420696e666f726d6174696f6e2061626f75742077686174>6.074 F F2
+ <6c6c766d2d6c696e6b>3.574 E F0 1.074<697320646f696e672e>3.574 F 1.074
+ <54686973207479706963616c6c7920696e636c756465732061206d657373616765>
+ 6.074 F<666f7220656163682062797465636f6465208c6c65206c696e6b>128 403.2 Q
+ <656420696e20616e6420666f722065616368206c69627261727920666f756e642e>-.1
+ E F1<45584954205354>72 420 Q -1.04<4154>-.986 G<5553>1.04 E F0<4966>108
+ 432 Q F2<6c6c766d2d6c696e6b>2.5 E F0
+ <73756363656564732c2069742077696c6c2065>2.5 E<786974207769746820302e>
+ -.15 E<4f74686572776973652c20696620616e206572726f72206f63637572732c2069
+ 742077696c6c2065>5 E<78697420776974682061206e6f6e2d7a65726f2076>-.15 E
+ <616c75652e>-.25 E F1<53454520414c534f>72 448.8 Q F0<6763636c64>108
+ 460.8 Q F1 -.548<4155>72 477.6 S<54484f5253>.548 E F0
+ <4d61696e7461696e656420627920746865>108 489.6 Q F4<4c4c>2.5 E<564d>-.9 E
+ F0 -.7<5465>2.5 G<616d20283c687474703a2f2f6c6c766d2e6f72>.7 E<673e292e>
+ -.18 E 188.72<43565320323030362d30332d3133>72 768 R<31>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-nm.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-nm.ps:1.1
*** /dev/null	Wed May 23 13:12:55 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-nm.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,331 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:18 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%+ font Times-Italic
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 2
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ %%IncludeResource: font Times-Italic
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Times-Italic at 0 ENC0/Times-Italic RE/Times-Bold at 0 ENC0/Times-Bold RE
+ /Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 123.85<564d2d4e4d283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>126.35 E<564d2d4e4d283129>-1
+ E/F1 10.95/Times-Bold at 0 SF -.219<4e41>72 84 S<4d45>.219 E F0
+ <6c6c766dad6e6d20ad206c697374204c4c>108 96 Q
+ <564d2062797465636f6465208c6c6527>-1 E 2.5<7373>-.55 G
+ <796d626f6c207461626c65>-2.5 E F1<53594e4f50534953>72 112.8 Q/F2 10
+ /Times-Bold at 0 SF<6c6c766d2d6e6d>108 124.8 Q F0<5b>2.5 E/F3 10
+ /Times-Italic at 0 SF<6f7074696f6e73>A F0 2.5<5d5b>C F3
+ <8c6c656e616d65732e2e2e>-2.5 E F0<5d>A F1<4445534352495054494f4e>72
+ 141.6 Q F0<546865>108 153.6 Q F2<6c6c766d2d6e6d>3.528 E F0 1.028<757469
+ 6c697479206c6973747320746865206e616d6573206f662073796d626f6c732066726f6d
+ 20746865>3.528 F/F4 9/Times-Roman at 0 SF<4c4c>3.528 E<564d>-.9 E F0 1.027
+ <62797465636f6465208c6c65732c206f72>3.528 F F2<6172>3.527 E F0
+ <6172636869>3.527 E -.15<7665>-.25 G 3.527<7363>.15 G
+ <6f6e7461696e696e67>-3.527 E F4<4c4c>108 165.6 Q<564d>-.9 E F0 .204<6279
+ 7465636f6465208c6c65732c206e616d6564206f6e2074686520636f6d6d616e64206c69
+ 6e652e>2.703 F .204<456163682073796d626f6c206973206c697374656420616c6f6e
+ 67207769746820736f6d652073696d706c6520696e666f726d612d>5.204 F .778
+ <74696f6e2061626f7574206974732070726f>108 177.6 R -.15<7665>-.15 G 3.278
+ <6e616e63652e204966>.15 F .778
+ <6e6f208c6c656e616d652069732073706563698c65642c206f72>3.278 F F3<ad>
+ 3.277 E F0 .777<697320757365642061732061208c6c656e616d652c>3.277 F F2
+ <6c6c766d2d6e6d>3.277 E F0 .777<77696c6c2070726f636573732061>3.277 F<62
+ 797465636f6465208c6c65206f6e20697473207374616e6461726420696e707574207374
+ 7265616d2e>108 189.6 Q F2<6c6c766d2d6e6d>108 206.4 Q F0 1.241 -.55
+ <27732064>D<6566>.55 E .141<61756c74206f757470757420666f726d617420697320
+ 74686520747261646974696f6e616c>-.1 F F4<425344>2.642 E F2<6e6d>2.642 E
+ F0 .142<6f757470757420666f726d61742e>2.642 F .142
+ <456163682073756368206f7574707574207265636f726420636f6e7369737473>5.142
+ F .8<6f6620616e20286f7074696f6e616c292038ad6469676974206865>108 218.4 R
+ .8<7861646563696d616c20616464726573732c20666f6c6c6f>-.15 F .799
+ <7765642062792061207479706520636f646520636861726163746572>-.25 F 3.299
+ <2c66>-.4 G<6f6c6c6f>-3.299 E .799<7765642062792061206e616d652c20666f72>
+ -.25 F .409<656163682073796d626f6c2e204f6e65207265636f726420697320707269
+ 6e74656420706572206c696e653b208c656c647320617265207365706172617465642062
+ 79207370616365732e205768656e207468652061646472657373206973206f6d69747465
+ 642c206974>108 230.4 R<6973207265706c616365642062792038207370616365732e>
+ 108 242.4 Q -.8<5479>108 259.2 S<706520636f6465206368617261637465727320
+ 63757272656e746c7920737570706f727465642c20616e64207468656972206d65616e69
+ 6e67732c2061726520617320666f6c6c6f>.8 E<77733a>-.25 E 12.78<554e>108 276
+ S<616d6564206f626a656374206973207265666572656e6365642062>-12.78 E
+ <757420756e64658c6e656420696e20746869732062797465636f6465208c6c65>-.2 E
+ 13.33<4343>108 292.8 S<6f6d6d6f6e20286d756c7469706c652064656673206c696e
+ 6b20746f67657468657220696e746f206f6e652064656629>-13.33 E 10.56<5757>108
+ 309.6 S<65616b207265666572656e636520286d756c7469706c652064656673206c696e
+ 6b20746f67657468657220696e746f207a65726f206f72206f6e65206465667329>
+ -11.36 E 17.22<744c>108 326.4 S<6f63616c2066756e6374696f6e20287465>
+ -17.22 E<787429206f626a656374>-.15 E 13.89<5447>108 343.2 S
+ <6c6f62616c2066756e6374696f6e20287465>-13.89 E<787429206f626a656374>-.15
+ E 15<644c>108 360 S<6f63616c2064617461206f626a656374>-15 E 12.78<4447>
+ 108 376.8 S<6c6f62616c2064617461206f626a656374>-12.78 E 15.56<3f53>108
+ 393.6 S<6f6d657468696e6720756e7265636f676e697a61626c65>-15.56 E
+ <42656361757365>108 410.4 Q F4<4c4c>3.013 E<564d>-.9 E F0 .513<62797465
+ 636f6465208c6c6573207479706963616c6c7920636f6e7461696e206f626a6563747320
+ 7468617420617265206e6f7420636f6e7369646572656420746f206861>3.013 F .813
+ -.15<76652061>-.2 H .512<646472657373657320756e74696c20746865>.15 F<79>
+ -.15 E .844<617265206c696e6b>108 422.4 R .844<656420696e746f20616e2065>
+ -.1 F -.15<7865>-.15 G .844<63757461626c6520696d616765206f722064796e616d
+ 6963616c6c7920636f6d70696c65642060>.15 F<606a757374ad696ead74696d6527>
+ -.74 E<272c>-.74 E F2<6c6c766d2d6e6d>3.344 E F0 .845
+ <646f6573206e6f74207072696e7420616e>3.345 F
+ <6164647265737320666f7220616e>108 434.4 Q 2.5<7973>-.15 G
+ <796d626f6c2c2065>-2.5 E -.15<7665>-.25 G 2.5<6e73>.15 G<796d626f6c7320
+ 7768696368206172652064658c6e656420696e207468652062797465636f6465208c6c65
+ 2e>-2.5 E F1<4f5054494f4e53>72 451.2 Q F2<ad50>108 463.2 Q F0<557365>
+ 8.19 E F4<504f534958>2.5 E F0
+ <2e32206f757470757420666f726d61742e20416c69617320666f72>A F2<adad66>2.5
+ E<6f726d61743d706f736978>-.25 E F0<2e>A F2<ad42>108 480 Q F0<28646566>10
+ E<61756c7429>-.1 E<557365>128 492 Q F4<425344>2.5 E F0
+ <6f757470757420666f726d61742e20416c69617320666f72>2.5 E F2<adad66>2.5 E
+ <6f726d61743d627364>-.25 E F0<2e>A F2<adad68656c70>108 508.8 Q F0<507269
+ 6e7420612073756d6d617279206f6620636f6d6d616e642d6c696e65206f7074696f6e73
+ 20616e64207468656972206d65616e696e67732e>128 520.8 Q F2
+ <adad64658c6e6564ad6f6e6c79>108 537.6 Q F0 .718<5072696e74206f6e6c792073
+ 796d626f6c732064658c6e656420696e20746869732062797465636f6465208c6c652028
+ 6173206f70706f73656420746f2073796d626f6c73207768696368206d61792062652072
+ 65666572656e636564206279>128 549.6 R
+ <6f626a6563747320696e2074686973208c6c652c2062>128 561.6 Q
+ <7574206e6f742064658c6e656420696e2074686973208c6c652e29>-.2 E F2
+ <adad6578746572>108 578.4 Q<6ead6f6e6c79>-.15 E F0<2c>A F2<ad67>2.5 E F0
+ <5072696e74206f6e6c792073796d626f6c732077686f73652064658c6e6974696f6e73
+ 206172652065>128 590.4 Q<787465726e616c3b20746861742069732c206163636573
+ 7369626c652066726f6d206f746865722062797465636f6465208c6c65732e>-.15 E F2
+ <adad756e64658c6e6564ad6f6e6c79>108 607.2 Q F0<2c>A F2<ad75>2.5 E F0
+ <5072696e74206f6e6c792073796d626f6c73207265666572656e6365642062>128
+ 619.2 Q
+ <7574206e6f742064658c6e656420696e20746869732062797465636f6465208c6c652e>
+ -.2 E F2<adad66>108 636 Q<6f726d61743d>-.25 E F3<666d74>A F0<2c>A F2
+ <ad66>2.5 E F0<53656c65637420616e206f757470757420666f726d61743b>128 648
+ Q F3<666d74>2.5 E F0<6d6179206265>2.5 E F3<73797376>2.5 E F0<2c>A F3
+ <706f736978>2.5 E F0 2.5<2c6f>C<72>-2.5 E F3<627364>2.5 E F0 2.5<2e54>C
+ <686520646566>-2.5 E<61756c74206973>-.1 E F3<627364>2.5 E F0<2e>A F1
+ -.11<4255>72 664.8 S<4753>.11 E F2<6c6c766d2d6e6d>108 676.8 Q F0
+ <63616e6e6f742064656d616e676c652043>2.5 E/F5 8/Times-Roman at 0 SF -1<2b2b>
+ -1 -1.2 O F0<6d616e676c6564206e616d65732c206c696b>2.5 1.2 M<65>-.1 E F4
+ <474e55>2.5 E F2<6e6d>2.5 E F0<63616e2e>2.5 E F1<45584954205354>72 693.6
+ Q -1.04<4154>-.986 G<5553>1.04 E F2<6c6c766d2d6e6d>108 705.6 Q F0 -.15
+ <6578>2.5 G<697473207769746820616e2065>.15 E
+ <78697420636f6465206f66207a65726f2e>-.15 E 188.72
+ <43565320323030362d31312d3230>72 768 R<31>205.67 E 0 Cg EP
+ %%Page: 2 2
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 123.85<564d2d4e4d283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>126.35 E<564d2d4e4d283129>-1
+ E/F1 10.95/Times-Bold at 0 SF<53454520414c534f>72 84 Q F0
+ <6c6c766d2d6469732c>108 96 Q/F2 10/Times-Italic at 0 SF<6172>2.5 E F0
+ <2831292c>1.666 E F2<6e6d>2.5 E F0<283129>1.666 E F1 -.548<4155>72 112.8
+ S<54484f52>.548 E F0<4d61696e7461696e656420627920746865>108 124.8 Q/F3 9
+ /Times-Roman at 0 SF<4c4c>2.5 E<564d>-.9 E F0 -.7<5465>2.5 G
+ <616d20283c687474703a2f2f6c6c766d2e6f72>.7 E<673e292e>-.18 E 188.72
+ <43565320323030362d31312d3230>72 768 R<32>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-prof.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-prof.ps:1.1
*** /dev/null	Wed May 23 13:12:55 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-prof.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,280 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:18 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%+ font Times-Italic
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 1
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ %%IncludeResource: font Times-Italic
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Times-Italic at 0 ENC0/Times-Italic RE/Times-Bold at 0 ENC0/Times-Bold RE
+ /Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q<564d2d5052>-1 E 115.35
+ <4f46283129204c4c>-.4 F<564d20436f6d6d616e64204775696465>-1 E<4c4c>
+ 117.85 E<564d2d5052>-1 E<4f46283129>-.4 E/F1 10.95/Times-Bold at 0 SF -.219
+ <4e41>72 84 S<4d45>.219 E F0<6c6c766dad70726f6620ad207072696e742065>108
+ 96 Q -.15<7865>-.15 G<637574696f6e2070726f8c6c65206f66204c4c>.15 E
+ <564d2070726f6772616d>-1 E F1<53594e4f50534953>72 112.8 Q/F2 10
+ /Times-Bold at 0 SF<6c6c766d2d7072>108 124.8 Q<6f66>-.18 E F0<5b>2.5 E/F3
+ 10/Times-Italic at 0 SF<6f7074696f6e73>A F0 2.5<5d5b>C F3
+ <62797465636f6465208c6c65>-2.5 E F0 2.5<5d5b>C F3<6c6c766d7072>-2.5 E
+ <6f66>-.45 E<2e6f7574>-.15 E F0<5d>A F1<4445534352495054494f4e>72 141.6
+ Q F0<546865>108 153.6 Q F2<6c6c766d2d7072>2.889 E<6f66>-.18 E F0 .389
+ <746f6f6c20726561647320696e20616e>2.889 F F3<6c6c766d7072>2.889 E<6f66>
+ -.45 E<2e6f7574>-.15 E F0 .388<8c6c65202877686963682063616e206f7074696f
+ 6e616c6c792075736520612073706563698c63208c6c6520776974682074686520746869
+ 72642070726f2d>2.888 F .381<6772616d206172>108 165.6 R .382<67756d656e74
+ 292c20612062797465636f6465208c6c6520666f72207468652070726f6772616d2c2061
+ 6e642070726f647563657320612068756d616e207265616461626c65207265706f72742c
+ 207375697461626c6520666f72206465746572>-.18 F<2d>-.2 E<6d696e696e672077
+ 68657265207468652070726f6772616d20686f7473706f7473206172652e>108 177.6 Q
+ .802<546869732070726f6772616d206973206f6674656e207573656420696e20636f6e
+ 6a756e6374696f6e207769746820746865>108 194.4 R F3<7574696c732f7072>3.301
+ E<6f8c6c65>-.45 E<2e706c>-.15 E F0 3.301<7363726970742e2054686973>3.301
+ F .801<736372697074206175746f6d61746963616c6c7920696e737472752d>3.301 F
+ 1.23<6d656e747320612070726f6772616d2c2072756e73206974207769746820746865>
+ 108 206.4 R/F4 9/Times-Roman at 0 SF<4a4954>3.73 E F0 3.73<2c74>C 1.23
+ <68656e2072756e73>-3.73 F F2<6c6c766d2d7072>3.73 E<6f66>-.18 E F0 1.23
+ <746f20666f726d61742061207265706f72742e>3.73 F 2.831 -.8<546f2067>6.23 H
+ 1.231<6574206d6f726520696e666f726d6174696f6e>.8 F<61626f7574>108 218.4 Q
+ F3<7574696c732f7072>2.5 E<6f8c6c65>-.45 E<2e706c>-.15 E F0 2.5<2c65>C
+ -.15<7865>-2.65 G<63757465206974207769746820746865>.15 E F2
+ <adad68656c70>2.5 E F0<6f7074696f6e2e>2.5 E F1<4f5054494f4e53>72 235.2 Q
+ F2<adad616e6e6f7461746564ad6c6c766d>108 247.2 Q F0<6f72>2.5 E F2<ad41>
+ 2.5 E F0 .599<496e206164646974696f6e20746f20746865206e6f726d616c20726570
+ 6f7274207072696e7465642c207072696e74206f75742074686520636f646520666f7220
+ 7468652070726f6772616d2c20616e6e6f746174656420776974682065>128 259.2 R
+ -.15<7865>-.15 G<637574696f6e>.15 E<6672657175656e63>128 271.2 Q 3.331
+ <7969>-.15 G .831<6e666f726d6174696f6e2e20546869732063616e20626520706172
+ 746963756c61726c792075736566756c207768656e20747279696e6720746f2076697375
+ 616c697a6520686f>-3.331 F 3.332<7766>-.25 G .832
+ <72657175656e746c79206261736963>-3.332 F<626c6f636b73206172652065>128
+ 283.2 Q -.15<7865>-.15 G 2.5<63757465642e2054686973>.15 F<6973206d6f7374
+ 2075736566756c207769746820626173696320626c6f636b2070726f8c6c696e6720696e
+ 666f726d6174696f6e206f7220626574746572>2.5 E<2e>-.55 E F2
+ <adad7072696e74ad616c6cad636f6465>108 300 Q F0 .136
+ <5573696e672074686973206f7074696f6e20656e61626c657320746865>128 312 R F2
+ <adad616e6e6f7461746564ad6c6c766d>2.636 E F0 .136<6f7074696f6e2c2062>
+ 2.636 F .136<7574206974207072696e74732074686520656e74697265206d6f64756c
+ 652c20696e7374656164206f66206a757374>-.2 F
+ <746865206d6f737420636f6d6d6f6e6c792065>128 324 Q -.15<7865>-.15 G
+ <63757465642066756e6374696f6e732e>.15 E F2<adad74696d65ad706173736573>
+ 108 340.8 Q F0<5265636f72642074686520616d6f756e74206f662074696d65206e65
+ 6564656420666f722065616368207061737320616e64207072696e7420697420746f2073
+ 74616e64617264206572726f72>128 352.8 Q<2e>-.55 E F1<45584954205354>72
+ 369.6 Q -1.04<4154>-.986 G<5553>1.04 E F2<6c6c766d2d7072>108 381.6 Q
+ <6f66>-.18 E F0 1.038<72657475726e7320312069662069742063616e6e6f74206c6f
+ 6164207468652062797465636f6465208c6c65206f72207468652070726f8c6c6520696e
+ 666f726d6174696f6e2e204f74686572776973652c2069742065>3.538 F 1.039
+ <786974732077697468>-.15 F<7a65726f2e>108 393.6 Q F1 -.548<4155>72 410.4
+ S<54484f52>.548 E F2<6c6c766d2d7072>108 422.4 Q<6f66>-.18 E F0
+ <6973206d61696e7461696e656420627920746865>2.5 E F4<4c4c>2.5 E<564d>-.9 E
+ F0 -.7<5465>2.5 G<616d20283c687474703a2f2f6c6c766d2e6f72>.7 E<673e292e>
+ -.18 E 188.72<43565320323030362d30332d3133>72 768 R<31>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-ranlib.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-ranlib.ps:1.1
*** /dev/null	Wed May 23 13:12:55 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-ranlib.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,276 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:18 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%+ font Courier
+ %%+ font Times-Italic
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 1
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ %%IncludeResource: font Courier
+ %%IncludeResource: font Times-Italic
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Times-Italic at 0 ENC0/Times-Italic RE/Courier at 0 ENC0/Courier RE
+ /Times-Bold at 0 ENC0/Times-Bold RE/Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 102.74
+ <564d2d52414e4c4942283129204c4c>-1 F<564d20436f6d6d616e64204775696465>-1
+ E<4c4c>105.24 E<564d2d52414e4c4942283129>-1 E/F1 10.95/Times-Bold at 0 SF
+ -.219<4e41>72 84 S<4d45>.219 E F0
+ <6c6c766dad72616e6c696220ad2047656e657261746520696e6465>108 96 Q 2.5
+ <7866>-.15 G<6f72204c4c>-2.5 E<564d206172636869>-1 E -.15<7665>-.25 G F1
+ <53594e4f50534953>72 112.8 Q/F2 10/Times-Bold at 0 SF
+ <6c6c766d2d72616e6c6962>108 124.8 Q F0<5badad76>2.5 E
+ <657273696f6e5d205badad68656c705d203c6172636869>-.15 E -.15<7665>-.25 G
+ <ad8c6c653e>.15 E F1<4445534352495054494f4e>72 141.6 Q F0<546865>108
+ 153.6 Q F2<6c6c766d2d72616e6c6962>3.124 E F0 .624<636f6d6d616e6420697320
+ 73696d696c617220746f2074686520636f6d6d6f6e20556e6978207574696c697479>
+ 3.124 F<2c>-.65 E/F3 10/Courier at 0 SF<72616e6c6962>3.124 E F0 3.124<2e49>
+ C 3.124<7461>-3.124 G .623
+ <646473206f722075706461746573207468652073796d626f6c>-3.124 F .372
+ <7461626c6520696e20616e>108 165.6 R/F4 9/Times-Roman at 0 SF<4c4c>2.872 E
+ <564d>-.9 E F0<6172636869>2.872 E .672 -.15<7665208c>-.25 H .372
+ <6c652e204e6f74652074686174207573696e6720746865>.15 F F2<6c6c766d2d6172>
+ 2.872 E F0<6d6f64698c6572>2.872 E/F5 10/Times-Italic at 0 SF<73>2.873 E F0
+ .373<697320757375616c6c79206d6f7265206566>2.873 F .373
+ <8c6369656e74207468616e2072756e6e696e67>-.25 F F2
+ <6c6c766d2d72616e6c6962>108 177.6 Q F0 .544
+ <7768696368206973206f6e6c792070726f>3.044 F .543<7669646564206f6e6c7920
+ 666f7220636f6d706c65746e65737320616e6420636f6d7061746962696c697479>-.15
+ F 3.043<2e55>-.65 G<6e6c696b>-3.043 E 3.043<656f>-.1 G .543
+ <7468657220696d706c656d656e746174696f6e73>-3.043 F<6f66>108 189.6 Q F3
+ <72616e6c6962>2.752 E F0<2c>A F2<6c6c766d2d72616e6c6962>2.752 E F0
+ <696e6465>2.752 E -.15<7865>-.15 G<73>.15 E F4<4c4c>2.752 E<564d>-.9 E
+ F0 .252<62797465636f6465208c6c65732c206e6f74206e617469>2.752 F .552 -.15
+ <7665206f>-.25 H .252<626a656374206d6f64756c65732e2059>.15 F .253
+ <6f752063616e206c6973742074686520636f6e74656e7473>-1.1 F
+ <6f66207468652073796d626f6c207461626c65207769746820746865>108 201.6 Q F3
+ <6c6c766dad6e6d20ad73>2.5 E F0<636f6d6d616e642e>2.5 E F1<4f5054494f4e53>
+ 72 218.4 Q F5<6172>108 230.4 Q -.15<6368>-.37 G<6976652d8c6c65>.15 E F0
+ <53706563698c657320746865206172636869>128 242.4 Q -.15<7665>-.25 G<2d8c
+ 6c6520746f207768696368207468652073796d626f6c207461626c652069732061646465
+ 64206f7220757064617465642e>.15 E F5<adad766572>108 259.2 Q<73696f6e>-.1
+ E F0<5072696e74207468652076>128 271.2 Q<657273696f6e206f66>-.15 E F2
+ <6c6c766d2d72616e6c6962>2.5 E F0<616e642065>2.5 E
+ <78697420776974686f75742062>-.15 E
+ <75696c64696e6720612073796d626f6c207461626c652e>-.2 E F5<adad68656c70>
+ 108 288 Q F0<5072696e742075736167652068656c7020666f72>128 300 Q F2
+ <6c6c766d2d72616e6c6962>2.5 E F0<616e642065>2.5 E
+ <78697420776974686f75742062>-.15 E
+ <75696c64696e6720612073796d626f6c207461626c652e>-.2 E F1<45584954205354>
+ 72 316.8 Q -1.04<4154>-.986 G<5553>1.04 E F0<4966>108 328.8 Q F2
+ <6c6c766d2d72616e6c6962>2.5 E F0<73756363656564732c2069742077696c6c2065>
+ 2.5 E<786974207769746820302e>-.15 E
+ <496620616e206572726f72206f63637572732c2061206e6f6e2d7a65726f2065>5 E
+ <78697420636f64652077696c6c2062652072657475726e65642e>-.15 E F1
+ <53454520414c534f>72 345.6 Q F0<6c6c766d2d6172>108 357.6 Q<2c>-.4 E F5
+ -.15<7261>2.5 G<6e6c6962>.15 E F0<283129>1.666 E F1 -.548<4155>72 374.4
+ S<54484f5253>.548 E F0<4d61696e7461696e656420627920746865>108 386.4 Q F4
+ <4c4c>2.5 E<564d>-.9 E F0 -.7<5465>2.5 G
+ <616d20283c687474703a2f2f6c6c766d2e6f72>.7 E<673e292e>-.18 E 188.72
+ <43565320323030362d30332d3133>72 768 R<31>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-upgrade.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-upgrade.ps:1.1
*** /dev/null	Wed May 23 13:12:55 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/llvm-upgrade.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,283 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:18 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%+ font Times-Italic
+ %%+ font Symbol
+ %%+ font Courier
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 1
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ %%IncludeResource: font Times-Italic
+ %%IncludeResource: font Symbol
+ %%IncludeResource: font Courier
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Courier at 0 ENC0/Courier RE/Times-Italic at 0 ENC0/Times-Italic RE
+ /Times-Bold at 0 ENC0/Times-Bold RE/Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 92.74
+ <564d2d55504752414445283129204c4c>-1 F<564d20436f6d6d616e64204775696465>
+ -1 E<4c4c>95.24 E<564d2d55504752414445283129>-1 E/F1 10.95/Times-Bold at 0
+ SF -.219<4e41>72 84 S<4d45>.219 E F0<6c6c766dad7570677261646520ad204c4c>
+ 108 96 Q<564d20617373656d626c79207570677261646572>-1 E F1
+ <53594e4f50534953>72 112.8 Q/F2 10/Times-Bold at 0 SF
+ <6c6c766d2d75706772616465>108 124.8 Q F0<5b>2.5 E/F3 10/Times-Italic at 0
+ SF<6f7074696f6e73>A F0 2.5<5d5b>C F3<8c6c656e616d65>-2.5 E F0<5d>A F1
+ <4445534352495054494f4e>72 141.6 Q F2<6c6c766d2d75706772616465>108 153.6
+ Q F0 .626<697320746865>3.126 F/F4 9/Times-Roman at 0 SF<4c4c>3.126 E<564d>
+ -.9 E F0 .626<617373656d626c79207570677261646572>3.126 F 5.626<2e49>-.55
+ G 3.126<7472>-5.626 G .626<656164732061208c6c6520636f6e7461696e696e6720
+ 68756d616e2d7265616461626c65>-3.126 F F4<4c4c>3.125 E<564d>-.9 E F0
+ <617373656d626c79>3.125 E .608<6c616e67756167652c20616e6420757067726164
+ 6573207468617420617373656d626c7920746f207468652063757272656e742076>108
+ 165.6 R .608<657273696f6e206f66>-.15 F F4<4c4c>3.109 E<564d>-.9 E F0
+ 3.109<2e49>C 3.109<6674>-3.109 G .609
+ <686520696e70757420697320696e2074686520666f726d2063757272656e746c79>
+ -3.109 F<6163636570746564206279>108 177.6 Q F4<4c4c>2.5 E<564d>-.9 E F0
+ 2.5<2c74>C<68656e206e6f2075706772616465732061726520706572666f726d65642e>
+ -2.5 E<5468652065>108 194.4 Q<78706563746564207573616765206f662074686973
+ 20746f6f6c2069732061732061208c6c746572>-.15 E 2.5<2c6c>-.4 G<696b>-2.5 E
+ 2.5<6574>-.1 G<6869733a>-2.5 E F2
+ <6c6c766dad312e392f62696e2f6c6c766dad646973203c20312e392e6263>128 212.4
+ Q/F5 10/Symbol SF<ef>2.5 E F2<6c6c766d2d75706772616465>2.5 E F5<ef>2.5 E
+ F2<6c6c766dad322e302f62696e2f6c6c766dad617320ad6f20322e302e6263>2.5 E F0
+ <4966>108 229.2 Q F3<8c6c656e616d65>2.5 E F0
+ <6973206f6d6974746564206f72206973>2.5 E/F6 10/Courier at 0 SF<ad>2.5 E F0
+ 2.5<2c74>C<68656e>-2.5 E F2<6c6c766d2d75706772616465>2.5 E F0<7265616473
+ 2069747320696e7075742066726f6d207374616e6461726420696e7075742e>2.5 E<49
+ 6620616e206f7574707574208c6c65206973206e6f742073706563698c65642077697468
+ 20746865>108 246 Q F2<ad6f>2.5 E F0<6f7074696f6e2c207468656e>2.5 E F2
+ <6c6c766d2d75706772616465>2.5 E F0<73656e647320697473206f75747075742074
+ 6f207374616e64617264206f75747075742e>2.5 E F1<4f5054494f4e53>72 262.8 Q
+ F2<ad66>108 274.8 Q F0 -.15<466f>10.97 G .983<726365206f>.15 F -.15
+ <7665>-.15 G 3.483<7277726974652e204e6f726d616c6c79>.15 F<2c>-.65 E F2
+ <6c6c766d2d75706772616465>3.483 E F0 .982
+ <77696c6c2072656675736520746f206f>3.483 F -.15<7665>-.15 G .982
+ <72777269746520616e206f7574707574208c6c65207468617420616c72656164792065>
+ .15 F<78697374732e>-.15 E -.4<5769>128 286.8 S
+ <74682074686973206f7074696f6e2c>.4 E F2<6c6c766d2d75706772616465>2.5 E
+ F0<77696c6c206f>2.5 E -.15<7665>-.15 G
+ <72777269746520746865206f7574707574208c6c652e>.15 E F2<adad68656c70>108
+ 303.6 Q F0<5072696e7420612073756d6d617279206f6620636f6d6d616e64206c696e
+ 65206f7074696f6e732e>128 315.6 Q F2<ad6f>108 332.4 Q F3<8c6c656e616d65>
+ 2.5 E F0<5370656369667920746865206f7574707574208c6c65206e616d652e>128
+ 344.4 Q<4966>5 E F3<8c6c656e616d65>2.5 E F0<6973>2.5 E F6<ad>2.5 E F0
+ 2.5<2c74>C<68656e>-2.5 E F2<6c6c766d2d75706772616465>2.5 E F0<73656e6473
+ 20697473206f757470757420746f207374616e64617264206f75747075742e>2.5 E F1
+ <45584954205354>72 361.2 Q -1.04<4154>-.986 G<5553>1.04 E F0<4966>108
+ 373.2 Q F2<6c6c766d2d75706772616465>3.603 E F0 1.103
+ <73756363656564732c2069742077696c6c2065>3.603 F 1.103
+ <786974207769746820302e>-.15 F 1.103<4f74686572776973652c20696620616e20
+ 6572726f72206f63637572732c2069742077696c6c2065>6.103 F 1.104
+ <78697420776974682061206e6f6e2d7a65726f>-.15 F -.25<7661>108 385.2 S
+ <6c75652e>.25 E F1<53454520414c534f>72 402 Q F0
+ <6c6c766d2d61732c206c6c766d2d646973>108 414 Q F1 -.548<4155>72 430.8 S
+ <54484f5253>.548 E F0<4d61696e7461696e656420627920746865>108 442.8 Q F4
+ <4c4c>2.5 E<564d>-.9 E F0 -.7<5465>2.5 G
+ <616d20283c687474703a2f2f6c6c766d2e6f72>.7 E<673e292e>-.18 E 188.72
+ <43565320323030362d31322d3032>72 768 R<31>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/llvm2cpp.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/llvm2cpp.ps:1.1
*** /dev/null	Wed May 23 13:12:55 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/llvm2cpp.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,538 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:17 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%+ font Times-Italic
+ %%+ font Courier
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 3
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ %%IncludeResource: font Times-Italic
+ %%IncludeResource: font Courier
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Courier at 0 ENC0/Courier RE/Times-Italic at 0 ENC0/Times-Italic RE
+ /Times-Bold at 0 ENC0/Times-Bold RE/Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 120.5<564d32435050283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>123 E<564d32435050283129>-1
+ E/F1 10.95/Times-Bold at 0 SF -.219<4e41>72 84 S<4d45>.219 E F0
+ <6c6c766d3278707020ad204c4c>108 96 Q<564d2062797465636f646520746f204c4c>
+ -1 E<564d20432b2b204952207472616e736c61746f72>-1 E F1<53594e4f50534953>
+ 72 112.8 Q/F2 10/Times-Bold at 0 SF<6c6c766d32637070>108 124.8 Q F0<5b>2.5
+ E/F3 10/Times-Italic at 0 SF<6f7074696f6e73>A F0 2.5<5d5b>C F3
+ <8c6c656e616d65>-2.5 E F0<5d>A F1<4445534352495054494f4e>72 141.6 Q F2
+ <6c6c766d32637070>108 153.6 Q F0 .495<7472616e736c617465732066726f6d>
+ 2.995 F/F4 9/Times-Roman at 0 SF<4c4c>2.995 E<564d>-.9 E F0 .495<6279746563
+ 6f646520282e6263208c6c65732920746f206120636f72726573706f6e64696e672043>
+ 2.995 F/F5 8/Times-Roman at 0 SF -1<2b2b>-1 -1.2 O F0 .495
+ <736f75726365208c6c6520746861742077696c6c206d616b>2.995 1.2 N 2.994
+ <6563>-.1 G<616c6c73>-2.994 E<6167>108 165.6 Q .755<61696e737420746865>
+ -.05 F F4<4c4c>3.255 E<564d>-.9 E F0<43>3.255 E F5 -1<2b2b>-1 -1.2 O F4
+ <415049>3.255 1.2 M F0 .755<746f2062>3.255 F .755<75696c6420746865207361
+ 6d65206d6f64756c652061732074686520696e7075742e20427920646566>-.2 F .756
+ <61756c742c207468652043>-.1 F F5 -1<2b2b>-1 -1.2 O F0 .756
+ <6f7574707574206973206120636f6d706c657465>3.256 1.2 N .944
+ <70726f6772616d20746861742062>108 177.6 R .944
+ <75696c647320746865206d6f64756c652c2076>-.2 F .943<6572698c657320697420
+ 616e64207468656e20656d69747320746865206d6f64756c65206173>-.15 F F4<4c4c>
+ 3.443 E<564d>-.9 E F0<617373656d626c79>3.443 E 3.443<2e54>-.65 G .943
+ <68697320746563686e69717565>-3.443 F .794<617373697374732077697468207465
+ 7374696e6720626563617573652074686520696e70757420746f>108 189.6 R F2
+ <6c6c766d32637070>3.294 E F0 .795
+ <616e6420746865206f7574707574206f66207468652067656e6572617465642043>
+ 3.294 F F5 -1<2b2b>-1 -1.2 O F0 .795<70726f6772616d2073686f756c64206265>
+ 3.295 1.2 N<6964656e746963616c2e>108 201.6 Q<4966>108 218.4 Q F3
+ <8c6c656e616d65>2.5 E F0<6973206f6d6974746564206f72206973>2.5 E/F6 10
+ /Courier at 0 SF<ad>2.5 E F0 2.5<2c74>C<68656e>-2.5 E F2<6c6c766d32637070>
+ 2.5 E F0<72656164732069747320696e7075742066726f6d207374616e646172642069
+ 6e7075742e>2.5 E .195<496620616e206f7574707574208c6c65206973206e6f742073
+ 706563698c6564207769746820746865>108 235.2 R F2<ad6f>2.694 E F0 .194
+ <6f7074696f6e2c207468656e>2.694 F F2<6c6c766d32637070>2.694 E F0 .194<73
+ 656e647320697473206f757470757420746f2061208c6c65206f72207374616e64617264
+ 206f75742d>2.694 F<70757420627920666f6c6c6f>108 247.2 Q
+ <77696e672074686573652072756c65733a>-.25 E 16.5<8349>108 264 S 2.5<6674>
+ -16.5 G<686520696e707574206973207374616e6461726420696e7075742c207468656e
+ 20746865206f7574707574206973207374616e64617264206f75747075742e>-2.5 E
+ 16.5<8349>108 280.8 S 2.802<6674>-16.5 G .302
+ <686520696e7075742069732061208c6c65207468617420656e64732077697468>-2.802
+ F F6<2e6263>2.802 E F0 2.802<2c74>C .302<68656e20746865206f757470757420
+ 8c6c65206973206f66207468652073616d65206e616d652c2065>-2.802 F .303
+ <786365707420746861742074686520737566>-.15 F<8c78>-.25 E
+ <6973206368616e67656420746f>128 292.8 Q F6<2e637070>2.5 E F0<2e>A 16.5
+ <8349>108 309.6 S 2.566<6674>-16.5 G .065<686520696e7075742069732061208c
+ 6c65207468617420646f6573206e6f7420656e64207769746820746865>-2.566 F F6
+ <2e6263>2.565 E F0<737566>2.565 E .065<8c782c207468656e20746865206f7574
+ 707574208c6c6520686173207468652073616d65206e616d6520617320746865>-.25 F
+ <696e707574208c6c652c2065>128 321.6 Q<7863657074207468617420746865>-.15
+ E F6<2e637070>2.5 E F0<737566>2.5 E<8c7820697320617070656e6465642e>-.25
+ E F1<4f5054494f4e53>72 338.4 Q F2<ad66>108 350.4 Q F0 -.15<466f>10.97 G
+ .464<726365206f>.15 F -.15<7665>-.15 G 2.964
+ <7277726974652e204e6f726d616c6c79>.15 F<2c>-.65 E F2<6c6c766d32637070>
+ 2.964 E F0 .464<77696c6c2072656675736520746f206f>2.964 F -.15<7665>-.15
+ G .464
+ <72777269746520616e206f7574707574208c6c65207468617420616c72656164792065>
+ .15 F 2.965<78697374732e2057>-.15 F<697468>-.4 E
+ <74686973206f7074696f6e2c>128 362.4 Q F2<6c6c766d32637070>2.5 E F0
+ <77696c6c206f>2.5 E -.15<7665>-.15 G<72777269746520746865206f7574707574
+ 208c6c6520616e64207265706c6163652069742077697468206e65>.15 E 2.5<7743>
+ -.25 G F5 -1<2b2b>-3.5 -1.2 O F0<736f7572636520636f64652e>2.5 1.2 M F2
+ <adad68656c70>108 379.2 Q F0<5072696e7420612073756d6d617279206f6620636f
+ 6d6d616e64206c696e65206f7074696f6e732e>128 391.2 Q F2<ad66>108 408 Q F0
+ <4e6f726d616c6c79>10.97 E<2c>-.65 E F2<6c6c766d32637070>2.532 E F0 .032
+ <77696c6c206e6f74206f>2.532 F -.15<7665>-.15 G .032
+ <72777269746520616e2065>.15 F .031
+ <78697374696e67206f7574707574208c6c652e2057>-.15 F .031
+ <6974682074686973206f7074696f6e2c207468617420646566>-.4 F .031
+ <61756c742062656861>-.1 F .031<76696f72206973>-.2 F
+ <6368616e67656420616e64207468652070726f6772616d2077696c6c206f>128 420 Q
+ -.15<7665>-.15 G<7277726974652065>.15 E
+ <78697374696e67206f7574707574208c6c65732e>-.15 E F2<ad6f>108 436.8 Q F3
+ <8c6c656e616d65>2.5 E F0
+ <5370656369667920746865206f7574707574208c6c65206e616d652e>128 448.8 Q
+ <4966>5 E F3<8c6c656e616d65>2.5 E F0<6973>2.5 E F6<ad>2.5 E F0 2.5<2c74>
+ C<68656e>-2.5 E F2<6c6c766d32637070>2.5 E F0<73656e647320697473206f7574
+ 70757420746f207374616e64617264206f75747075742e>2.5 E F2
+ <ad66756e636e616d65>108 465.6 Q F3<66756e6374696f6e4e616d65>2.5 E F0
+ .738<5370656369667920746865206e616d65206f66207468652066756e6374696f6e20
+ 746f2062652067656e6572617465642e205468652067656e65726174656420636f646520
+ 636f6e7461696e7320612073696e676c652066756e6374696f6e2074686174>128 477.6
+ R .947
+ <70726f64756365732074686520696e707574206d6f64756c652e20427920646566>128
+ 489.6 R .947<61756c7420697473206e616d65206973>-.1 F F3<6d616b>3.447 E
+ <654c4c>-.1 E<564d4d6f64756c65>-.55 E F0 3.447<2e54>C<6865>-3.447 E F2
+ <ad66756e636e616d65>3.447 E F0 .946<6f7074696f6e206f>3.447 F -.15<7665>
+ -.15 G -.2<722d>.15 G .581<7269646573207468697320646566>128 501.6 R .581
+ <61756c7420616e6420616c6c6f>-.1 F .581<777320796f7520746f20636f6e74726f
+ 6c20746865206e616d65206f66207468652067656e6572617465642066756e6374696f6e
+ 2e20546869732069732068616e647920696e20636f6e2d>-.25 F .633
+ <6a756e6374696f6e207769746820746865>128 513.6 R F2<ad667261676d656e74>
+ 3.133 E F0 .633<6f7074696f6e207768656e20796f75206f6e6c792077>3.133 F
+ <616e74>-.1 E F2<6c6c766d32637070>3.133 E F0 .632
+ <746f2067656e657261746520612073696e676c652066756e6374696f6e2074686174>
+ 3.133 F 1.247<70726f647563657320746865206d6f64756c652e2057>128 525.6 R
+ 1.247<69746820626f7468206f7074696f6e732c20737563682067656e65726174656420
+ 636f646520636f756c64206265>-.4 F F3<23696e636c75646564>3.747 E F0 1.248
+ <696e746f20616e6f746865722070726f2d>3.747 F<6772616d2e>128 537.6 Q F2
+ <ad66>108 554.4 Q<6f72>-.25 E F0 .017<5370656369667920746865206e616d6520
+ 6f6620746865207468696e6720666f722077686963682043>128 566.4 R F5 -1<2b2b>
+ -1 -1.2 O F0 .017
+ <636f64652073686f756c642062652067656e6572617465642e20427920646566>2.517
+ 1.2 N .017<61756c742074686520656e7469726520696e707574206d6f642d>-.1 F
+ .904<756c65206973207265ad67656e6572617465642e20486f>128 578.4 R<7765>
+ -.25 E -.15<7665>-.25 G 1.704 -.4<722c2075>.15 H .904
+ <7365206f66207468652076>.4 F<6172696f7573>-.25 E F2<ad67656ead2a>3.404 E
+ F0 .904<6f7074696f6e732063616e20726573747269637420776861742069732070726f
+ 64756365642e2054686973>3.404 F<6f7074696f6e20696e6469636174657320776861
+ 742074686174207265737472696374696f6e2069732e>128 590.4 Q F2
+ <ad67656ead7072>108 607.2 Q<6f6772616d>-.18 E F0 .099<537065636966792074
+ 68617420746865206f75747075742073686f756c64206265206120636f6d706c65746520
+ 70726f6772616d2e20537563682070726f6772616d2077696c6c207265637265617465>
+ 128 619.2 R F2<6c6c766d32637070>2.599 E F0 1.199 -.55<27732069>D .099
+ <6e707574206173>.55 F<616e>128 631.2 Q F4<4c4c>2.577 E<564d>-.9 E F0
+ .077<6d6f64756c652c2076>2.577 F .077<65726966792074686174206d6f64756c65
+ 2c20616e64207468656e207772697465206f757420746865206d6f64756c6520696e>
+ -.15 F F4<4c4c>2.578 E<564d>-.9 E F0 .078
+ <617373656d626c7920666f726d61742e2054686973206973>2.578 F 1.019<75736566
+ 756c20666f7220646f696e67206964656e74697479207465737473207768657265207468
+ 65206f7574707574206f66207468652067656e6572617465642070726f6772616d206973
+ 206964656e746963616c20746f2074686520696e70757420746f>128 643.2 R F2
+ <6c6c766d32637070>128 655.2 Q F0 3.035<2e54>C<6865>-3.035 E F4<4c4c>
+ 3.035 E<564d>-.9 E F0 .535
+ <44656a61476e7520746573742073756974652063616e206d616b>3.035 F 3.035
+ <6575>-.1 G .535<7365206f6620746869732066>-3.035 F .535
+ <6163742e20546869732069732074686520646566>-.1 F .536
+ <61756c7420666f726d206f662067656e6572>-.1 F<2d>-.2 E
+ <61746564206f75747075742e>128 667.2 Q .222<496620746865>128 685.2 R F2
+ <ad66>2.721 E<6f72>-.25 E F0 .221<6f7074696f6e206973206769>2.721 F -.15
+ <7665>-.25 G 2.721<6e77>.15 G .221<6974682074686973206f7074696f6e2c2069
+ 742073706563698c657320746865206d6f64756c65206964656e74698c657220746f2075
+ 736520666f7220746865206d6f64756c65206372652d>-2.721 F<617465642e>128
+ 697.2 Q 188.72<43565320323030362d30382d3130>72 768 R<31>205.67 E 0 Cg EP
+ %%Page: 2 2
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 120.5<564d32435050283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>123 E<564d32435050283129>-1
+ E/F1 10/Times-Bold at 0 SF<ad67656ead6d6f64756c65>108 84 Q F0 .292<53706563
+ 696679207468617420746865206f75747075742073686f756c6420626520612066756e63
+ 74696f6e2074686174207265>128 96 R .292<67656e65726174657320746865206d6f
+ 64756c652e20497420697320617373756d656420746861742074686973206f7574707574>
+ -.15 F 1.451<77696c6c2062652023696e636c7564656420696e746f20616e6f746865
+ 722070726f6772616d20746861742068617320616c726561647920617272616e67656420
+ 666f722074686520636f727265637420686561646572208c6c657320746f206265>128
+ 108 R<23696e636c756465642e205468652066756e6374696f6e2067656e657261746564
+ 2074616b>128 120 Q<6573206e6f206172>-.1 E
+ <67756d656e747320616e642072657475726e732061>-.18 E/F2 10/Times-Italic at 0
+ SF<4d6f64756c652a>2.5 E F0<2e>A .015<496620746865>128 138 R F1<ad66>
+ 2.515 E<6f72>-.25 E F0 .015<6f7074696f6e206973206769>2.515 F -.15<7665>
+ -.25 G 2.516<6e77>.15 G .016<6974682074686973206f7074696f6e2c2069742073
+ 706563698c657320746865206d6f64756c65206964656e74698c657220746f2075736520
+ 696e206372656174696e6720746865206d6f642d>-2.516 F<756c652072657475726e65
+ 64206279207468652067656e6572617465642066756e6374696f6e2e>128 150 Q F1
+ <ad67656ead636f6e74656e7473>108 166.8 Q F0 .051<537065636966792074686174
+ 20746865206f75747075742073686f756c6420626520612066756e6374696f6e20746861
+ 7420616464732074686520636f6e74656e7473206f662074686520696e707574206d6f64
+ 756c6520746f20616e6f74686572206d6f642d>128 178.8 R .383<756c652e20497420
+ 697320617373756d6564207468617420746865206f75747075742077696c6c2062652023
+ 696e636c7564656420696e746f20616e6f746865722070726f6772616d20746861742068
+ 617320616c726561647920617272616e67656420666f72>128 190.8 R .513<74686520
+ 636f727265637420686561646572208c6c657320746f2062652023696e636c756465642e
+ 205468652066756e6374696f6e2067656e6572617465642074616b>128 202.8 R .513
+ <657320612073696e676c65206172>-.1 F .513<67756d656e74206f662074797065>
+ -.18 F F2<4d6f642d>3.013 E<756c652a>128 214.8 Q F0 .09
+ <616e642072657475726e732074686174206172>2.59 F .091
+ <67756d656e742e204e6f74652074686174204d6f64756c65206c65>-.18 F -.15
+ <7665>-.25 G 2.591<6c61>.15 G<7474726962>-2.591 E .091<7574657320737563
+ 6820617320656e6469616e6573732c20706f696e7465722073697a652c20746172>-.2 F
+ <676574>-.18 E .159<747269706c6520616e6420696e6c696e652061736d2061726520
+ 6e6f7420706173736564206f6e2066726f6d2074686520696e707574206d6f64756c6520
+ 746f207468652064657374696e6174696f6e206d6f64756c652e204f6e6c792074686520
+ 7375622d>128 226.8 R .486<656c656d656e7473206f6620746865206d6f64756c6520
+ 2874797065732c20636f6e7374616e74732c2066756e6374696f6e732c20676c6f62616c
+ 2076>128 238.8 R .486<61726961626c6573292077696c6c2062652061646465642074
+ 6f2074686520696e707574206d6f642d>-.25 F<756c652e>128 250.8 Q .278
+ <496620746865>128 268.8 R F1<ad66>2.778 E<6f72>-.25 E F0 .278
+ <6f7074696f6e206973206769>2.778 F -.15<7665>-.25 G 2.778<6e77>.15 G .278
+ <6974682074686973206f7074696f6e2c2069742073706563698c657320746865206d6f
+ 64756c65206964656e74698c657220746f2073657420696e2074686520696e707574206d
+ 6f64756c65>-2.778 F
+ <6279207468652067656e6572617465642066756e6374696f6e2e>128 280.8 Q F1
+ <ad67656ead66756e6374696f6e>108 297.6 Q F0 .164<537065636966792074686174
+ 20746865206f75747075742073686f756c6420626520612066756e6374696f6e20746861
+ 742070726f6475636573207468652064658c6e6974696f6e73206e656365737361727920
+ 666f7220612073706563698c632066756e632d>128 309.6 R .092
+ <74696f6e20746f20626520616464656420746f2061206d6f64756c652e>128 321.6 R
+ .092<497420697320617373756d6564207468617420746865206f75747075742077696c
+ 6c2062652023696e636c7564656420696e746f20616e6f746865722070726f6772616d20
+ 74686174>5.092 F .226<68617320616c726561647920617272616e67656420666f7220
+ 74686520636f727265637420686561646572208c6c657320746f2062652023696e636c75
+ 6465642e205468652066756e6374696f6e2067656e6572617465642074616b>128 333.6
+ R .226<657320612073696e676c65>-.1 F<6172>128 345.6 Q .148
+ <67756d656e74206f662074797065>-.18 F F2<4d6f64756c652a>2.647 E F0 .147
+ <616e642072657475726e7320746865>2.647 F F2<46756e6374696f6e2a>2.647 E F0
+ .147<7468617420697420616464656420746f20746865206d6f64756c652e>2.647 F
+ .147<4e6f74652074686174206f6e6c792074686f7365>5.147 F .055<7468696e6773
+ 202874797065732c20636f6e7374616e74732c206574632e29206469726563746c79206e
+ 656564656420696e207468652064658c6e6974696f6e206f66207468652066756e637469
+ 6f6e2077696c6c20626520706c6163656420696e207468652067656e2d>128 357.6 R
+ <6572617465642066756e6374696f6e2e>128 369.6 Q<546865>128 387.6 Q F1
+ <ad66>2.984 E<6f72>-.25 E F0 .484<6f7074696f6e206d757374206265206769>
+ 2.984 F -.15<7665>-.25 G 2.984<6e77>.15 G .484<6974682074686973206f7074
+ 696f6e206f7220616e206572726f722077696c6c2062652070726f64756365642e>
+ -2.984 F .483<5468652076>5.483 F .483
+ <616c7565206f6620746865206f7074696f6e>-.25 F .372<6d75737420626520746865
+ 206e616d65206f6620612066756e6374696f6e20696e2074686520696e707574206d6f64
+ 756c6520666f7220776869636820636f64652073686f756c642062652067656e65726174
+ 65642e20496620746865206e616d6564>128 399.6 R
+ <66756e6374696f6e20646f6573206e6f742065>128 411.6 Q
+ <7869737420616e206572726f722077696c6c2062652070726f64756365642e>-.15 E
+ F1<ad67656ead696e6c696e65>108 428.4 Q F0 .188
+ <54686973206f7074696f6e2069732076>128 440.4 R .187
+ <65727920616e616c61676f757320746f>-.15 F F1<ad67656ead66756e6374696f6e>
+ 2.687 E F0 -.15<6578>2.687 G .187<636570742074686174207468652067656e6572
+ 617465642066756e6374696f6e2077696c6c206e6f742072652d70726f64756365>.15 F
+ 1.548<74686520746172>128 452.4 R 1.548<6765742066756e6374696f6e27>-.18 F
+ 4.048<7364>-.55 G 1.549<658c6e6974696f6e2e20496e73746561642c207468652062
+ 6f6479206f662074686520746172>-4.048 F 1.549<6765742066756e6374696f6e2069
+ 7320696e73657274656420696e746f20736f6d65206f74686572>-.18 F 1.473
+ <66756e6374696f6e2070617373656420617320616e206172>128 464.4 R 1.473<6775
+ 6d656e7420746f207468652067656e6572617465642066756e6374696f6e2e2053696d69
+ 6c61726c7920616e>-.18 F 3.973<7961>-.15 G -.18<7267>-3.973 G 1.472
+ <756d656e747320746f207468652066756e6374696f6e>.18 F .038<6d757374206265
+ 2070617373656420746f207468652067656e6572617465642066756e6374696f6e2e2054
+ 686520726573756c74206f66207468652067656e6572617465642066756e6374696f6e20
+ 697320746865208c72737420626173696320626c6f636b206f66>128 476.4 R
+ <74686520746172>128 488.4 Q<6765742066756e6374696f6e2e>-.18 E<546865>128
+ 506.4 Q F1<ad66>2.5 E<6f72>-.25 E F0<6f7074696f6e2077>2.5 E
+ <6f726b73207468652073616d652077>-.1 E
+ <617920617320697420646f657320666f72>-.1 E F1<ad67656ead66756e6374696f6e>
+ 2.5 E F0<2e>A F1<ad67656ead76>108 523.2 Q<61726961626c65>-.1 E F0 1.748<
+ 53706563696679207468617420746865206f75747075742073686f756c64206265206120
+ 66756e6374696f6e20746861742070726f6475636573207468652064658c6e6974696f6e
+ 73206e656365737361727920666f7220612073706563698c63>128 535.2 R .79
+ <676c6f62616c2076>128 547.2 R .791<61726961626c6520746f2062652061646465
+ 6420746f2061206d6f64756c652e20497420697320617373756d65642074686174207468
+ 65206f75747075742077696c6c2062652023696e636c7564656420696e746f20616e6f74
+ 686572>-.25 F .401<70726f6772616d20746861742068617320616c72656164792061
+ 7272616e67656420666f722074686520636f727265637420686561646572208c6c657320
+ 746f2062652023696e636c756465642e205468652066756e6374696f6e2067656e657261
+ 746564>128 559.2 R<74616b>128 571.2 Q .405<657320612073696e676c65206172>
+ -.1 F .405<67756d656e74206f662074797065>-.18 F F2<4d6f64756c652a>2.905 E
+ F0 .406<616e642072657475726e7320746865>2.906 F F2<476c6f62616c56>2.906 E
+ <61726961626c652a>-1.11 E F0 .406
+ <7468617420697420616464656420746f20746865206d6f64756c652e>2.906 F .387<
+ 4e6f74652074686174206f6e6c792074686f7365207468696e6773202874797065732c20
+ 636f6e7374616e74732c206574632e29>128 583.2 R .386<6469726563746c79206e65
+ 6564656420696e207468652064658c6e6974696f6e206f662074686520676c6f62616c20
+ 76>5.386 F<6172692d>-.25 E<61626c652077696c6c20626520706c6163656420696e
+ 207468652067656e6572617465642066756e6374696f6e2e>128 595.2 Q<546865>128
+ 613.2 Q F1<ad66>2.866 E<6f72>-.25 E F0 .367
+ <6f7074696f6e206d757374206265206769>2.866 F -.15<7665>-.25 G 2.867<6e77>
+ .15 G .367<6974682074686973206f7074696f6e206f7220616e206572726f72207769
+ 6c6c2062652070726f64756365642e>-2.867 F .367<5448652076>5.367 F .367
+ <616c7565206f6620746865206f7074696f6e>-.25 F .532
+ <6d75737420626520746865206e616d65206f66206120676c6f62616c2076>128 625.2
+ R .531<61726961626c6520696e2074686520696e707574206d6f64756c6520666f7220
+ 776869636820636f64652073686f756c642062652067656e6572617465642e2049662074
+ 6865>-.25 F<6e616d656420676c6f62616c2076>128 637.2 Q
+ <61726961626c6520646f6573206e6f742065>-.25 E
+ <7869737420616e206572726f722077696c6c2062652070726f64756365642e>-.15 E
+ F1<ad67656ead74797065>108 654 Q F0 .197<53706563696679207468617420746865
+ 206f75747075742073686f756c6420626520612066756e6374696f6e2074686174207072
+ 6f6475636573207468652064658c6e6974696f6e73206e656365737361727920666f7220
+ 73706563698c63207479706520746f>128 666 R .931<626520616464656420746f2061
+ 206d6f64756c652e20497420697320617373756d6564207468617420746865206f747570
+ 75742077696c6c2062652023696e636c7564656420696e746f20616e6f74686572207072
+ 6f6772616d207468617420686173>128 678 R 1.555<616c726561647920617272616e
+ 67656420666f722074686520636f727265637420686561646572208c6c657320746f2062
+ 652023696e636c756465642e205468652066756e6374696f6e2067656e65726174656420
+ 74616b>128 690 R 4.056<656173>-.1 G<696e676c65>-4.056 E<6172>128 702 Q
+ .601<67756d656e74206f662074797065>-.18 F F2<4d6f64756c652a>3.101 E F0
+ .601<616e642072657475726e7320746865>3.101 F F2 -.74<5479>3.101 G<70652a>
+ .74 E F0 .6<7468617420697420616464656420746f20746865206d6f64756c652e204e
+ 6f74652074686174207468652067656e657261746564>3.101 F 1.62<66756e6374696f
+ 6e2077696c6c206f6e6c792061646420746865206e656365737361727920747970652064
+ 658c6e6974696f6e7320746f2028706f737369626c792072656375727369>128 714 R
+ -.15<7665>-.25 G 1.62<6c79292064658c6e652074686520726571756573746564>.15
+ F<747970652e>128 726 Q 188.72<43565320323030362d30382d3130>72 768 R<32>
+ 205.67 E 0 Cg EP
+ %%Page: 3 3
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 120.5<564d32435050283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>123 E<564d32435050283129>-1
+ E<546865>128 84 Q/F1 10/Times-Bold at 0 SF<ad66>2.984 E<6f72>-.25 E F0 .484
+ <6f7074696f6e206d757374206265206769>2.984 F -.15<7665>-.25 G 2.984<6e77>
+ .15 G .484<6974682074686973206f7074696f6e206f7220616e206572726f72207769
+ 6c6c2062652070726f64756365642e>-2.984 F .483<5468652076>5.483 F .483
+ <616c7565206f6620746865206f7074696f6e>-.25 F 1.307<6d757374206265207468
+ 65206e616d65206f66206120676c6f62616c207479706520696e2074686520696e707574
+ 206d6f64756c6520666f7220776869636820636f64652073686f756c642062652067656e
+ 6572617465642e20496620746865>128 96 R
+ <6e616d6564207479706520646f6573206e6f742065>128 108 Q
+ <7869737420616e206572726f722077696c6c2062652070726f64756365642e>-.15 E
+ F1<ad7374617473>108 124.8 Q F0<53686f>128 136.8 Q 2.5<7770>-.25 G<617373
+ 207374617469737469637320286e6f7420696e746572657374696e6720696e2074686973
+ 2070726f6772616d292e>-2.5 E F1<ad74696d65ad706173736573>108 153.6 Q F0
+ <53686f>128 165.6 Q 2.5<7770>-.25 G<6173732074696d696e672073746174697374
+ 69637320286e6f7420696e746572657374696e6720696e20746869732070726f6772616d
+ 292e>-2.5 E F1<ad76>108 182.4 Q<657273696f6e>-.1 E F0<53686f>128 194.4 Q
+ 2.5<7774>-.25 G<68652076>-2.5 E
+ <657273696f6e206e756d626572206f6620746869732070726f6772616d2e>-.15 E/F2
+ 10.95/Times-Bold at 0 SF<45584954205354>72 211.2 Q -1.04<4154>-.986 G<5553>
+ 1.04 E F0<4966>108 223.2 Q F1<6c6c766d32637070>2.5 E F0
+ <73756363656564732c2069742077696c6c2065>2.5 E<786974207769746820302e>
+ -.15 E<4f74686572776973652c20696620616e206572726f72206f63637572732c2069
+ 742077696c6c2065>5 E<78697420776974682061206e6f6e2d7a65726f2076>-.15 E
+ <616c75652e>-.25 E F2<53454520414c534f>72 240 Q F0
+ <6c6c766d2d61732074626c67656e>108 252 Q F2 -.548<4155>72 268.8 S
+ <54484f5253>.548 E F0<5772697474656e2062792052656964205370656e6365722028
+ 3c687474703a2f2f686c766d2e6f72>108 280.8 Q<673e292e>-.18 E 188.72
+ <43565320323030362d30382d3130>72 768 R<33>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/llvmc.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/llvmc.ps:1.1
*** /dev/null	Wed May 23 13:12:55 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/llvmc.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,782 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:18 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%+ font Times-Italic
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 5
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ %%IncludeResource: font Times-Italic
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Times-Italic at 0 ENC0/Times-Italic RE/Times-Bold at 0 ENC0/Times-Bold RE
+ /Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 136.62<564d43283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>139.12 E<564d43283129>-1 E
+ /F1 10.95/Times-Bold at 0 SF -.219<4e41>72 84 S<4d45>.219 E F0
+ <6c6c766d6320ad20546865204c4c>108 96 Q<564d20436f6d70696c657220447269>-1
+ E -.15<7665>-.25 G 2.5<7228>.15 G -.15<6578>-2.5 G
+ <706572696d656e74616c29>.15 E F1<53594e4f50534953>72 112.8 Q/F2 10
+ /Times-Bold at 0 SF<6c6c766d63>108 124.8 Q F0<5b>2.5 E/F3 10/Times-Italic at 0
+ SF<6f7074696f6e73>A F0 2.5<5d5b>C F3<8c6c656e616d6573>-2.5 E F0
+ <2e2e2e5d>A F1<4445534352495054494f4e>72 141.6 Q F2<6c6c766d63>108 153.6
+ Q F0 .846<6973206120636f6e8c67757261626c6520647269>3.346 F -.15<7665>
+ -.25 G 3.346<7266>.15 G .846<6f7220696e>-3.346 F -.2<766f>-.4 G .846
+ <6b696e67206f74686572>.2 F/F4 9/Times-Roman at 0 SF<4c4c>3.346 E<564d>-.9 E
+ F0 .846<28616e64206e6f6ead4c4c>3.346 F .846<564d2920746f6f6c7320696e206f
+ 7264657220746f20636f6d70696c652c206f7074692d>-1 F 1.226
+ <6d697a6520616e64206c696e6b20736f667477>108 165.6 R 1.226
+ <61726520666f72206d756c7469706c65206c616e6775616765732e2046>-.1 F 1.226
+ <6f722074686f73652066>-.15 F 1.226<616d696c6961722077697468>-.1 F F4
+ <465346>3.726 E F0 -.55<2773>C F2<676363>4.277 E F0 1.227
+ <746f6f6c2c2069742069732076>3.727 F 1.227<6572792073696d696c6172>-.15 F
+ <2e>-.55 E<506c65617365206e6f74652074686174>108 177.6 Q F2<6c6c766d63>
+ 2.5 E F0<697320636f6e7369646572656420616e2065>2.5 E
+ <78706572696d656e74616c20746f6f6c2e>-.15 E F2<6c6c766d63>5 E F0
+ <6861732074686520666f6c6c6f>2.5 E<77696e6720676f616c733a>-.25 E 2.5
+ <2a70>108 194.4 S<726f>-2.5 E<7669646520612073696e676c6520706f696e74206f
+ 662061636365737320746f20746865>-.15 E F4<4c4c>2.5 E<564d>-.9 E F0
+ <746f6f6c207365742c>2.5 E 2.5<2a68>108 206.4 S
+ <6964652074686520636f6d706c65>-2.5 E<786974696573206f6620746865>-.15 E
+ F4<4c4c>2.5 E<564d>-.9 E F0
+ <746f6f6c73207468726f75676820612073696e676c6520696e74657266>2.5 E
+ <6163652c>-.1 E 2.5<2a6d>108 218.4 S<616b>-2.5 E 2.5<6569>-.1 G<6e7465>
+ -2.5 E<67726174696f6e206f662065>-.15 E<78697374696e67206e6f6e2d4c4c>-.15
+ E<564d20746f6f6c732073696d706c652c>-1 E 2.5<2a65>108 230.4 S<7874656e64
+ 20746865206361706162696c6974696573206f66206d696e696d616c2066726f6e742065
+ 6e64732c20616e64>-2.65 E 2.5<2a6d>108 242.4 S<616b>-2.5 E 2.5<6574>-.1 G
+ <686520696e74657266>-2.5 E<61636520666f7220636f6d70696c696e6720636f6e73
+ 697374656e7420666f7220616c6c206c616e6775616765732e>-.1 E .044<5468652074
+ 6f6f6c20697473656c6620646f6573206e6f7468696e6720776974682061207573657227>
+ 108 259.2 R 2.543<7370>-.55 G .043
+ <726f6772616d2e204974206d6572656c7920696e>-2.543 F -.2<766f>-.4 G -.1
+ <6b65>.2 G 2.543<736f>.1 G .043<7468657220746f6f6c7320746f20676574207468
+ 6520636f6d70696c6174696f6e207461736b73>-2.543 F<646f6e652e>108 271.2 Q
+ 1.268<546865206f7074696f6e7320737570706f72746564206279>108 288 R F2
+ <6c6c766d63>3.768 E F0 1.269<67656e6572616c697a652074686520636f6d70696c
+ 6174696f6e2070726f6365737320616e642070726f>3.768 F 1.269
+ <76696465206120636f6e73697374656e7420616e642073696d706c65>-.15 F
+ <696e74657266>108 300 Q 1.31<61636520666f72206d756c7469706c652070726f67
+ 72616d6d696e67206c616e6775616765732e>-.1 F 1.31<54686973206d616b>6.31 F
+ 1.31<65732069742065617369657220666f72206465>-.1 F -.15<7665>-.25 G 1.31
+ <6c6f7065727320746f2067657420746865697220736f667477>.15 F<617265>-.1 E
+ 1.08<636f6d70696c65642077697468>108 312 R F4<4c4c>3.581 E<564d>-.9 E F0
+ 6.081<2e57>C<6974686f7574>-6.481 E F2<6c6c766d63>3.581 E F0 3.581<2c64>C
+ -2.15 -.25<65762065>-3.581 H 1.081<6c6f706572732077>.25 F 1.081
+ <6f756c64206e65656420746f20756e6465727374616e6420686f>-.1 F 3.581<7774>
+ -.25 G 3.581<6f69>-3.581 G -1.9 -.4<6e76206f>-3.581 H 1.281 -.1
+ <6b652074>.4 H 1.081<68652066726f6e742d656e64>.1 F<636f6d70696c6572>108
+ 324 Q 3.667<2c6f>-.4 G<7074696d697a6572>-3.667 E 3.667<2c61>-.4 G
+ <7373656d626c6572>-3.667 E 3.667<2c61>-.4 G 1.167<6e64206c696e6b>-3.667
+ F 1.167<657220696e206f7264657220746f20636f6d70696c652074686569722070726f
+ 6772616d732e>-.1 F F2<6c6c766d63>3.666 E F0 2.266 -.55<27732073>D 1.166
+ <6f6c65206d697373696f6e20697320746f>.55 F<747269>108 336 Q
+ <7669616c697a6520746861742070726f636573732e>-.25 E F2
+ <4261736963204f7065726174696f6e>108 358.8 Q<6c6c766d63>108 375.6 Q F0
+ <616c>2.5 E -.1<7761>-.1 G<79732074616b>.1 E<65732074686520666f6c6c6f>
+ -.1 E<77696e6720626173696320616374696f6e733a>-.25 E 2.5<2a43>108 392.4 S
+ <6f6d6d616e64206c696e65206f7074696f6e7320616e64208c6c656e616d6573206172
+ 6520636f6c6c65637465642e>-2.5 E .924
+ <54686520636f6d6d616e64206c696e65206f7074696f6e732070726f>128 404.4 R
+ .924<7669646520746865206d61726368696e67206f726465727320746f>-.15 F F2
+ <6c6c766d63>3.424 E F0 .924
+ <6f6e207768617420616374696f6e732069742073686f756c6420706572666f726d2e>
+ 3.424 F<5468697320697320746865>128 416.4 Q F3 -.37<7265>2.5 G
+ <7175657374>.37 E F0<7468652075736572206973206d616b696e67206f66>2.5 E F2
+ <6c6c766d63>2.5 E F0
+ <616e6420697420697320696e746572707265746564208c7273742e>2.5 E 2.5<2a43>
+ 108 433.2 S<6f6e8c6775726174696f6e208c6c65732061726520726561642e>-2.5 E
+ .153<4261736564206f6e20746865206f7074696f6e7320616e642074686520737566>
+ 128 445.2 R<8c78>-.25 E .152<6573206f6620746865208c6c656e616d6573207072
+ 6573656e7465642c206120736574206f6620636f6e8c6775726174696f6e208c6c657320
+ 617265207265616420746f>-.15 F .099
+ <636f6e8c677572652074686520616374696f6e73>128 457.2 R F2<6c6c766d63>
+ 2.599 E F0 .099<77696c6c2074616b>2.599 F 2.599
+ <652e20436f6e8c6775726174696f6e>-.1 F .1<8c6c6573206172652070726f>2.599
+ F .1<766964656420627920656974686572>-.15 F F4<4c4c>2.6 E<564d>-.9 E F0
+ .1<6f72207468652066726f6e7420656e64>2.6 F .237
+ <636f6d70696c657220746f6f6c732074686174>128 469.2 R F2<6c6c766d63>2.737
+ E F0<696e>2.737 E -.2<766f>-.4 G -.1<6b65>.2 G .236
+ <732e2055736572732067656e6572616c6c7920646f6e27>.1 F 2.736<746e>-.18 G
+ .236<65656420746f20626520636f6e6365726e656420776974682074686520636f6e74
+ 656e7473206f6620746865>-2.736 F<636f6e8c6775726174696f6e208c6c65732e>128
+ 481.2 Q 2.5<2a44>108 498 S
+ <657465726d696e6520616374696f6e7320746f2074616b>-2.5 E<652e>-.1 E .213<
+ 54686520746f6f6c20636861696e206e656564656420746f20636f6d706c657465207468
+ 65207461736b2069732064657465726d696e65642e205468697320697320746865207072
+ 696d6172792077>128 510 R .213<6f726b206f66>-.1 F F2<6c6c766d63>2.713 E
+ F0 2.713<2e49>C 2.713<7462>-2.713 G<7265616b73>-2.713 E<7468652072657175
+ 6573742073706563698c65642062792074686520636f6d6d616e64206c696e65206f7074
+ 696f6e7320696e746f206120736574206f6620626173696320616374696f6e7320746f20
+ 626520646f6e653a>128 522 Q 2.5<2a50>128 538.8 S
+ <7265ad70726f63657373696e673a2067>-2.5 E<6174686572696e672f8c6c74657269
+ 6e6720636f6d70696c657220696e70757420286f7074696f6e616c292e>-.05 E 2.5
+ <2a54>128 550.8 S<72616e736c6174696f6e3a20736f75726365206c616e6775616765
+ 20746f2062797465636f646520636f6e>-2.85 E -.15<7665>-.4 G<7273696f6e2e>
+ .15 E 2.5<2a41>128 562.8 S
+ <7373656d626c793a2062797465636f646520746f206e617469>-2.5 E .3 -.15
+ <76652063>-.25 H<6f646520636f6e>.15 E -.15<7665>-.4 G<7273696f6e2e>.15 E
+ 2.5<2a4f>128 574.8 S<7074696d697a6174696f6e3a20636f6e>-2.5 E -.15<7665>
+ -.4 G<7273696f6e206f662062797465636f646520746f20736f6d657468696e67207468
+ 61742072756e732066>.15 E<6173746572>-.1 E<2e>-.55 E 2.5<2a4c>128 586.8 S
+ <696e6b696e673a20636f6d62696e696e67206d756c7469706c652062797465636f6465
+ 7320746f2070726f647563652065>-2.5 E -.15<7865>-.15 G
+ <63757461626c652070726f6772616d2e>.15 E 2.5<2a45>108 598.8 S -.15<7865>
+ -2.5 G<6375746520616374696f6e732e>.15 E
+ <54686520616374696f6e732064657465726d696e656420707265>128 610.8 Q
+ <76696f75736c79206172652065>-.25 E -.15<7865>-.15 G
+ <63757465642073657175656e7469616c6c7920616e64207468656e>.15 E F2
+ <6c6c766d63>2.5 E F0<7465726d696e617465732e>2.5 E F1<4f5054494f4e53>72
+ 627.6 Q F2<436f6e7472>108 639.6 Q<6f6c204f7074696f6e73>-.18 E F0
+ <436f6e74726f6c206f7074696f6e732074656c6c>108 656.4 Q F2<6c6c766d63>2.5
+ E F0<7768617420746f20646f20617420612068696768206c65>2.5 E -.15<7665>-.25
+ G<6c2e2054686520666f6c6c6f>.15 E
+ <77696e6720636f6e74726f6c206f7074696f6e73206172652064658c6e65643a>-.25 E
+ F2<ad63>108 673.2 Q F0<6f72>2.5 E F2<adad636f6d70696c65>2.5 E F0 .203<54
+ 686973206f7074696f6e2073706563698c6573207468617420746865206c696e6b696e67
+ 207068617365206973206e6f7420746f2062652072756e2e20416c6c20707265>128
+ 685.2 R .203<76696f7573207068617365732c206966206170706c696361626c652077
+ 696c6c2072756e2e>-.25 F<546869732069732067656e6572616c6c7920686f>128
+ 697.2 Q 2.5<776167>-.25 G -2.15 -.25<69762065>-2.5 H 2.5<6e62>.25 G<7974
+ 65636f6465208c6c6520697320636f6d70696c656420616e64206f7074696d697a656420
+ 666f72206120736f75726365206c616e6775616765206d6f64756c652e>-2.5 E 188.72
+ <43565320323030372d30322d3131>72 768 R<31>205.67 E 0 Cg EP
+ %%Page: 2 2
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 136.62<564d43283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>139.12 E<564d43283129>-1 E
+ /F1 10/Times-Bold at 0 SF<ad6b>108 84 Q F0<6f72>2.5 E F1<adad6c696e6b>2.5 E
+ F0<6f7220646566>2.5 E<61756c74>-.1 E 1.015
+ <54686973206f7074696f6e20286f7220746865206c61636b206f6620616e>128 96 R
+ 3.515<7963>-.15 G 1.016<6f6e74726f6c206f7074696f6e292073706563698c657320
+ 7468617420616c6c20737461676573206f6620636f6d70696c6174696f6e2c206f707469
+ 6d697a6174696f6e2c>-3.515 F 1.191
+ <616e64206c696e6b696e672073686f756c6420626520617474656d707465642e>128
+ 108 R 1.191<536f75726365208c6c65732073706563698c6564206f6e2074686520636f
+ 6d6d616e64206c696e652077696c6c20626520636f6d70696c656420616e64>6.191 F
+ <6c696e6b>128 120 Q<65642077697468206f626a6563747320616e64206c6962726172
+ 69657320616c736f2073706563698c65642e>-.1 E F1<ad53>108 136.8 Q F0 .29<54
+ 686973206f7074696f6e2073706563698c6573207468617420636f6d70696c6174696f6e
+ 2073686f756c6420656e6420696e20746865206372656174696f6e206f6620616e>8.74
+ F/F2 9/Times-Roman at 0 SF<4c4c>2.79 E<564d>-.9 E F0 .291
+ <617373656d626c79208c6c6520746861742063616e206265>2.79 F
+ <6c6174657220636f6e>128 148.8 Q -.15<7665>-.4 G<7274656420746f20616e>.15
+ E F2<4c4c>2.5 E<564d>-.9 E F0<6f626a656374208c6c652e>2.5 E F1<ad45>108
+ 165.6 Q F0 1.709<54686973206f7074696f6e2073706563698c65732074686174206e
+ 6f20636f6d70696c6174696f6e206f72206c696e6b696e672073686f756c642062652070
+ 6572666f726d65642e204f6e6c7920707265ad70726f63657373696e672c206966>7.63
+ F .368<6170706c696361626c6520746f20746865206c616e6775616765206265696e67
+ 20636f6d70696c65642c20697320706572666f726d65642e2046>128 177.6 R .368<6f
+ 72206c616e677561676573207468617420737570706f72742069742c2074686973207769
+ 6c6c20726573756c74>-.15 F
+ <696e20746865206f757470757420636f6e7461696e696e6720746865207261>128
+ 189.6 Q 2.5<7769>-.15 G<6e70757420746f2074686520636f6d70696c6572>-2.5 E
+ <2e>-.55 E F1<4f7074696d697a6174696f6e204f7074696f6e73>108 212.4 Q F0
+ .12<4f7074696d697a6174696f6e2077697468>108 229.2 R F1<6c6c766d63>2.62 E
+ F0 .119<6973206261736564206f6e20676f616c7320616e642073706563698c65642077
+ 6974682074686520666f6c6c6f>2.62 F .119<77696e6720ad4f206f7074696f6e732e
+ 205468652073706563698c632064657461696c73>-.25 F .55<6f66207768696368206f
+ 7074696d697a6174696f6e732072756e20697320636f6e74726f6c6c6564206279207468
+ 6520636f6e8c6775726174696f6e208c6c65732062656361757365206561636820736f75
+ 726365206c616e67756167652077696c6c206861>108 241.2 R -.15<7665>-.2 G
+ <646966>108 253.2 Q<666572656e74206e656564732e>-.25 E F1<ad4f31>108 270
+ Q F0<6f72>2.5 E F1<ad4f30>2.5 E F0<28646566>2.5 E<61756c742c2066>-.1 E
+ <61737420636f6d70696c6174696f6e29>-.1 E .323<4f6e6c792074686f7365206f70
+ 74696d697a6174696f6e7320746861742077696c6c2068617374656e2074686520636f6d
+ 70696c6174696f6e20286d6f73746c79206279207265647563696e6720746865206f7574
+ 7075742920617265206170706c6965642e>128 282 R .859
+ <496e2067656e6572616c207468657365206172652065>128 294 R .859
+ <787472656d656c792066>-.15 F .859<61737420616e642073696d706c65206f707469
+ 6d697a6174696f6e7320746861742072656475636520656d697474656420636f64652073
+ 697a652e2054686520676f616c>-.1 F .168
+ <68657265206973206e6f7420746f206d616b>128 306 R 2.668<6574>-.1 G .168
+ <686520726573756c74696e672070726f6772616d2066>-2.668 F .168<6173742062>
+ -.1 F .168<757420746f206d616b>-.2 F 2.668<6574>-.1 G .168
+ <686520636f6d70696c6174696f6e2066>-2.668 F 2.668<6173742e204966>-.1 F
+ .167<6e6f742073706563698c65642c2074686973206973>2.668 F<74686520646566>
+ 128 318 Q<61756c74206c65>-.1 E -.15<7665>-.25 G 2.5<6c6f>.15 G 2.5<666f>
+ -2.5 G<7074696d697a6174696f6e2e>-2.5 E F1<ad4f32>108 334.8 Q F0
+ <286261736963206f7074696d697a6174696f6e29>2.5 E .516<54686973206c65>128
+ 346.8 R -.15<7665>-.25 G 3.016<6c6f>.15 G 3.016<666f>-3.016 G .516<7074
+ 696d697a6174696f6e2073706563698c657320612062616c616e6365206265747765656e
+ 2067656e65726174696e6720676f6f6420636f646520746861742077696c6c2065>
+ -3.016 F -.15<7865>-.15 G .517<6375746520726561736f6e2d>.15 F .34<61626c
+ 7920717569636b6c7920616e64206e6f74207370656e64696e6720746f6f206d75636820
+ 74696d65206f7074696d697a696e672074686520636f646520746f206765742074686572
+ 652e2046>128 358.8 R .34<6f722065>-.15 F .34
+ <78616d706c652c2074686973206c65>-.15 F -.15<7665>-.25 G<6c>.15 E 1.303<
+ 6f66206f7074696d697a6174696f6e206d617920696e636c756465207468696e6773206c
+ 696b>128 370.8 R 3.804<6567>-.1 G 1.304
+ <6c6f62616c20636f6d6d6f6e2073756265>-3.804 F 1.304
+ <787072657373696f6e20656c696d696e6174696f6e2c206167677265737369>-.15 F
+ 1.604 -.15<76652064>-.25 H<656164>.15 E<636f646520656c696d696e6174696f6e
+ 2c20616e64207363616c6172207265706c69636174696f6e2e>128 382.8 Q F1
+ <ad4f33>108 399.6 Q F0<286167677265737369>2.5 E .3 -.15<7665206f>-.25 H
+ <7074696d697a6174696f6e29>.15 E 1.604<54686973206c65>128 411.6 R -.15
+ <7665>-.25 G 4.103<6c6f>.15 G 4.103<666f>-4.103 G 1.603
+ <7074696d697a6174696f6e206167677265737369>-4.103 F -.15<7665>-.25 G
+ 1.603<6c79206f7074696d697a6573206561636820736574206f66208c6c657320636f6d
+ 70696c656420746f676574686572>.15 F 4.103<2e48>-.55 G -.25<6f77>-4.103 G
+ -2.15 -.25<65762065>.25 H 2.403 -.4<722c206e>.25 H<6f>.4 E 1.145
+ <6c696e6b2d74696d6520696e746572>128 423.6 R 1.145<2d70726f6365647572616c
+ 206f7074696d697a6174696f6e20697320706572666f726d65642e>-.2 F 1.145
+ <54686973206c65>6.145 F -.15<7665>-.25 G 3.645<6c69>.15 G 1.145
+ <6d706c69657320616c6c20746865206f7074696d697a6174696f6e73206f6620746865>
+ -3.645 F F1<ad4f31>128 435.6 Q F0<616e64>2.776 E F1<ad4f32>2.776 E F0
+ .276<6f7074696d697a6174696f6e206c65>2.776 F -.15<7665>-.25 G .276
+ <6c732c20616e642073686f756c6420616c736f2070726f>.15 F .275<76696465206c
+ 6f6f70206f7074696d697a6174696f6e7320616e6420636f6d70696c652074696d652069
+ 6e746572>-.15 F<2d>-.2 E .562<70726f6365647572616c206f7074696d697a617469
+ 6f6e732e20457373656e7469616c6c79>128 447.6 R 3.062<2c74>-.65 G .562
+ <686973206c65>-3.062 F -.15<7665>-.25 G 3.063<6c74>.15 G .563<7269657320
+ 746f20646f206173206d7563682061732069742063616e20776974682074686520696e70
+ 7574206974206973206769>-3.063 F -.15<7665>-.25 G<6e>.15 E -.2<6275>128
+ 459.6 S 2.5<7464>.2 G<6f65736e27>-2.5 E 2.5<7464>-.18 G 2.5<6f61>-2.5 G
+ .3 -.15<6e79206c>-2.5 H<696e6b2074696d65>.15 E F2<49504f>2.5 E F0<2e>A
+ F1<ad4f34>108 476.4 Q F0
+ <286c696e6b2074696d65206f7074696d697a6174696f6e29>2.5 E 1.181
+ <496e206164646974696f6e20746f2074686520707265>128 488.4 R 1.181
+ <76696f7573207468726565206c65>-.25 F -.15<7665>-.25 G 1.181
+ <6c73206f66206f7074696d697a6174696f6e2c2074686973206c65>.15 F -.15<7665>
+ -.25 G 3.68<6c6f>.15 G 3.68<666f>-3.68 G 1.18
+ <7074696d697a6174696f6e206167677265737369>-3.68 F -.15<7665>-.25 G 1.18
+ <6c79206f7074692d>.15 F .783<6d697a657320656163682070726f6772616d206174
+ 206c696e6b2074696d652e20497420656d706c6f>128 500.4 R .784<79732062617369
+ 6320616e616c7973697320616e64206261736963206c696e6b2d74696d6520696e746572>
+ -.1 F .784<2d70726f6365647572616c206f7074692d>-.2 F<6d697a6174696f6e732c
+ 20636f6e7369646572696e67207468652070726f6772616d20617320612077686f6c652e>
+ 128 512.4 Q F1<ad4f35>108 529.2 Q F0<286167677265737369>2.5 E .3 -.15
+ <7665206c>-.25 H<696e6b2074696d65206f7074696d697a6174696f6e29>.15 E .902
+ <54686973206973207468652073616d65206173>128 541.2 R F1<ad4f34>3.402 E F0
+ -.15<6578>3.402 G .901<6365707420697420656d706c6f>.15 F .901
+ <7973206167677265737369>-.1 F 1.201 -.15<76652061>-.25 H .901
+ <6e616c7973657320616e64206167677265737369>.15 F 1.201 -.15<76652069>-.25
+ H<6e746572>.15 E .901<2d70726f6365647572616c206f7074692d>-.2 F
+ <6d697a6174696f6e2e>128 553.2 Q F1<ad4f36>108 570 Q F0<2870726f8c6c6520
+ 677569646564206f7074696d697a6174696f6e3a206e6f7420696d706c656d656e746564
+ 29>2.5 E .69<54686973206973207468652073616d65206173>128 582 R F1<ad4f35>
+ 3.19 E F0 -.15<6578>3.19 G .69<63657074207468617420697420656d706c6f>.15
+ F .69<79732070726f8c6c652d6775696465642072652d6f7074696d697a6174696f6e20
+ 6f66207468652070726f6772616d206166746572206974>-.1 F .202<6861732065>128
+ 594 R -.15<7865>-.15 G .202<63757465642e204e6f74652074686174207468697320
+ 696d706c69657320612073696e676c65206c65>.15 F -.15<7665>-.25 G 2.701
+ <6c6f>.15 G 2.701<6672>-2.701 G .201<652d6f7074696d697a6174696f6e206261
+ 736564206f6e2072756e74696d652070726f8c6c6520616e616c797369732e>-2.701 F
+ .681<4f6e6365207468652072652d6f7074696d697a6174696f6e2068617320636f6d70
+ 6c657465642c207468652070726f8c6c696e6720696e737472756d656e746174696f6e20
+ 69732072656d6f>128 606 R -.15<7665>-.15 G 3.181<6461>.15 G .681
+ <6e64208c6e616c206f7074696d697a612d>-3.181 F
+ <74696f6e732061726520656d706c6f>128 618 Q<7965642e>-.1 E F1<ad4f37>108
+ 634.8 Q F0<286c6966656c6f6e67206f7074696d697a6174696f6e3a206e6f7420696d
+ 706c656d656e74656429>2.5 E .553<54686973206973207468652073616d65206173>
+ 128 646.8 R F1<ad4f35>3.053 E F0 .553<616e642073696d696c617220746f>3.053
+ F F1<ad4f36>3.053 E F0 -.15<6578>3.053 G .553<6365707420746861742072652d
+ 6f7074696d697a6174696f6e20697320706572666f726d6564207468726f756768207468
+ 65206c696665>.15 F .286<6f66207468652070726f6772616d2e20546861742069732c
+ 20656163682072756e2077696c6c20757064617465207468652070726f8c6c6520627920
+ 7768696368206675747572652072652d6f7074696d697a6174696f6e7320617265206469
+ 7265637465642e>128 658.8 R 188.72<43565320323030372d30322d3131>72 768 R
+ <32>205.67 E 0 Cg EP
+ %%Page: 3 3
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 136.62<564d43283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>139.12 E<564d43283129>-1 E
+ /F1 10/Times-Bold at 0 SF<496e707574204f7074696f6e73>108 84 Q<ad6c>108
+ 105.6 Q/F2 9/Times-Italic at 0 SF<4c4942524152>2.5 E<59>-.162 E F0 1.028
+ <54686973206f7074696f6e20696e73747275637473>128 117.6 R F1<6c6c766d63>
+ 3.528 E F0 1.028<746f206c6f636174652061206c696272617279206e616d6564>
+ 3.528 F F2<4c4942524152>3.527 E<59>-.162 E F0 1.027
+ <616e642073656172636820697420666f7220756e7265736f6c76>3.527 F 1.027
+ <65642073796d626f6c73>-.15 F
+ <7768656e206c696e6b696e67207468652070726f6772616d2e>128 129.6 Q F1<ad4c>
+ 108 146.4 Q/F3 10/Times-Italic at 0 SF<70617468>2.5 E F0
+ <54686973206f7074696f6e20696e73747275637473>128 158.4 Q F1<6c6c766d63>
+ 2.5 E F0<746f20616464>2.5 E F3<70617468>2.5 E F0<746f20746865206c697374
+ 206f6620706c6163657320696e20776869636820746865206c696e6b>2.5 E
+ <65722077696c6c>-.1 E F1<ad78>108 175.2 Q F2<4c414e4755>2.5 E -.315
+ <4147>-.36 G<45>.315 E F0 .554
+ <54686973206f7074696f6e20696e73747275637473>128 187.2 R F1<6c6c766d63>
+ 3.054 E F0 .554<746f207265>3.054 F -.05<6761>-.15 G .554
+ <72642074686520666f6c6c6f>.05 F .554<77696e6720696e707574208c6c65732061
+ 7320636f6e7461696e696e672070726f6772616d7320696e20746865206c616e67756167
+ 65>-.25 F F2<4c414e4755>128 199.2 Q -.315<4147>-.36 G<45>.315 E F0 3.404
+ <2e4e>C<6f726d616c6c79>-3.404 E 3.404<2c69>-.65 G .903<6e707574208c6c65
+ 206c616e67756167657320617265206964656e74698c6564206279207468656972207375
+ 66>-3.404 F .903<8c782062>-.25 F .903
+ <75742074686973206f7074696f6e2077696c6c206f>-.2 F -.15<7665>-.15 G
+ <7272696465>.15 E .669<7468617420646566>128 211.2 R .669
+ <61756c742062656861>-.1 F<76696f72>-.2 E 3.169<2e54>-.55 G<6865>-3.169 E
+ F1<ad78>3.169 E F0 .669<6f7074696f6e20737461797320696e206566>3.169 F
+ .669<6665637420756e74696c2074686520656e64206f6620746865206f7074696f6e73
+ 206f722061206e65>-.25 F<77>-.25 E F1<ad78>3.169 E F0 .669
+ <6f7074696f6e206973>3.169 F<656e636f756e74657265642e>128 223.2 Q F1
+ <4f7574707574204f7074696f6e73>108 246 Q<ad6d>108 267.6 Q F3<6172>A -.15
+ <6368>-.37 G F0 .345<54686973206f7074696f6e2073656c65637473207468652062
+ 61636b20656e6420636f64652067656e657261746f7220746f207573652e20546865>128
+ 279.6 R F3<6172>2.844 E -.15<6368>-.37 G F0 .344<706f7274696f6e206f6620
+ 746865206f7074696f6e206e616d657320746865206261636b>2.994 F
+ <656e6420746f207573652e>128 291.6 Q F1<adad6e617469>108 308.4 Q -.1
+ <7665>-.1 G F0<4e6f726d616c6c79>128 320.4 Q<2c>-.65 E F1<6c6c766d63>
+ 3.314 E F0 .814<70726f64756365732062797465636f6465208c6c6573206174206d6f
+ 737420737461676573206f6620636f6d70696c6174696f6e2e>3.314 F -.4<5769>
+ 5.814 G .815<74682074686973206f7074696f6e2c>.4 F F1<6c6c766d63>3.315 E
+ F0<77696c6c>3.315 E .259<617272616e676520666f72206e617469>128 332.4 R
+ .559 -.15<7665206f>-.25 H .259
+ <626a656374208c6c657320746f2062652067656e657261746564207769746820746865>
+ .15 F F1<ad63>2.759 E F0 .259<6f7074696f6e2c206e617469>2.759 F .559 -.15
+ <76652061>-.25 H .258
+ <7373656d626c79208c6c657320746f2062652067656e657261746564>.15 F .683
+ <7769746820746865>128 344.4 R F1<ad53>3.183 E F0 .684
+ <6f7074696f6e2c20616e64206e617469>3.184 F .984 -.15<766520657865>-.25 H
+ .684<63757461626c657320746f2062652067656e657261746564207769746820746865>
+ .15 F F1<adad6c696e6b>3.184 E F0 .684
+ <6f7074696f6e2e20496e207468652063617365206f6620746865>3.184 F F1<ad45>
+ 128 356.4 Q F0
+ <6f7074696f6e2c20746865206f75747075742077696c6c206e6f7420646966>2.5 E
+ <666572206173207468657265206973206e6f>-.25 E F3<6e6174697665>2.5 E F0
+ -.15<7665>2.5 G
+ <7273696f6e206f66207072652d70726f636573736564206f75747075742e>.15 E F1
+ <ad6f>108 373.2 Q F3<8c6c656e616d65>2.5 E F0
+ <5370656369667920746865206f7574707574208c6c65206e616d652e>128 385.2 Q
+ <54686520636f6e74656e7473206f6620746865208c6c65>5 E
+ <646570656e64206f6e206f74686572206f7074696f6e732e>5 E F1<496e66>108 408
+ Q<6f726d6174696f6e204f7074696f6e73>-.25 E<ad6e>108 429.6 Q F0<6f72>2.5 E
+ F1<adad6e6fad6f70>2.5 E F0 .75<54686973206f7074696f6e2074656c6c73>128
+ 441.6 R F1<6c6c766d63>3.25 E F0 .75<746f20646f2065>3.25 F -.15<7665>-.25
+ G .75<72797468696e672062>.15 F .75<75742061637475616c6c792065>-.2 F -.15
+ <7865>-.15 G .75<637574652074686520726573756c74696e6720746f6f6c732e2049
+ 6e20636f6d62696e6174696f6e2077697468>.15 F<746865>128 453.6 Q F1<ad76>
+ 2.5 E F0<6f7074696f6e2c207468697320636175736573>2.5 E F1<6c6c766d63>2.5
+ E F0<746f206d6572656c79207072696e74206f757420776861742069742077>2.5 E
+ <6f756c64206861>-.1 E .3 -.15<76652064>-.2 H<6f6e652e>.15 E F1<ad76>108
+ 470.4 Q F0<6f72>2.5 E F1<adad76>2.5 E<6572626f7365>-.1 E F0 .026
+ <54686973206f7074696f6e2077696c6c206361757365>128 482.4 R F1<6c6c766d63>
+ 2.526 E F0 .026<746f207072696e74206f757420286f6e207374616e64617264206f75
+ 74707574292065616368206f662074686520616374696f6e732069742074616b>2.526 F
+ .027<657320746f206163636f6d706c697368>-.1 F<746865206f626a65637469>128
+ 494.4 Q -.15<7665>-.25 G 2.5<2e54>.15 G<6865206f75747075742077696c6c2069
+ 6d6d6564696174656c7920707265636564652074686520696e>-2.5 E -.2<766f>-.4 G
+ <636174696f6e206f66206f7468657220746f6f6c732e>.2 E F1<adad7374617473>108
+ 511.2 Q F0 .06<5072696e7420616c6c20737461746973746963732067>128 523.2 R
+ .06<6174686572656420647572696e672074686520636f6d70696c6174696f6e20746f20
+ 746865207374616e64617264206572726f72>-.05 F 5.06<2e4e>-.55 G .06
+ <6f746520746861742074686973206f7074696f6e206973206d6572656c79>-5.06 F<70
+ 6173736564207468726f75676820746f20746865207375622d746f6f6c7320746f20646f
+ 207769746820617320746865>128 535.2 Q 2.5<7970>-.15 G<6c656173652e>-2.5 E
+ F1<adad74696d65ad706173736573>108 552 Q F0 1.784<5265636f72642074686520
+ 616d6f756e74206f662074696d65206e656564656420666f722065616368206f7074696d
+ 697a6174696f6e207061737320616e64207072696e7420697420746f207374616e646172
+ 64206572726f72>128 564 R 4.285<2e4c>-.55 G<696b>-4.285 E<65>-.1 E F1
+ <adad7374617473>128 576 Q F0<74686973206f7074696f6e206973206a7573742070
+ 6173736564207468726f75676820746f20746865207375622d746f6f6c7320746f20646f
+ 207769746820617320746865>2.5 E 2.5<7970>-.15 G<6c656173652e>-2.5 E F1
+ <adad74696d65ad7072>108 592.8 Q<6f6772616d73>-.18 E F0<5265636f72642074
+ 686520616d6f756e74206f662074696d6520656163682070726f6772616d2028636f6d70
+ 696c6174696f6e20746f6f6c292074616b>128 604.8 Q<657320616e64207072696e74
+ 20697420746f20746865207374616e64617264206572726f72>-.1 E<2e>-.55 E F1
+ <4c616e67756167652053706563698c63204f7074696f6e73>108 627.6 Q<ad54>108
+ 649.2 Q<2c7072>-.74 E<65>-.18 E F0<3d>A F3<6f7074696f6e73>A F0 -.15
+ <5061>128 661.2 S<737320616e20617262697472617279206f7074696f6e20746f2074
+ 686520707265ad70726f636573736f72>.15 E<2e>-.55 E F1<ad54>108 678 Q
+ <2c6f7074>-.74 E F0<3d>A F3<6f7074696f6e73>A F0 -.15<5061>128 690 S<7373
+ 20616e20617262697472617279206f7074696f6e20746f20746865206f7074696d697a65
+ 72>.15 E<2e>-.55 E F1<ad54>108 706.8 Q<2c6c6e6b>-.74 E F0<3d>A F3
+ <6f7074696f6e73>A F0 -.15<5061>128 718.8 S
+ <737320616e20617262697472617279206f7074696f6e20746f20746865206c696e6b>
+ .15 E<6572>-.1 E<2e>-.55 E 188.72<43565320323030372d30322d3131>72 768 R
+ <33>205.67 E 0 Cg EP
+ %%Page: 4 4
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 136.62<564d43283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>139.12 E<564d43283129>-1 E
+ /F1 10/Times-Bold at 0 SF<ad54>108 84 Q<2c61736d>-.74 E F0<3d>A/F2 10
+ /Times-Italic at 0 SF<6f7074696f6e73>A F0 -.15<5061>128 96 S<737320616e2061
+ 7262697472617279206f7074696f6e20746f2074686520636f64652067656e657261746f
+ 72>.15 E<2e>-.55 E F1<432f43>108 118.8 Q/F3 8/Times-Bold at 0 SF -1<2b2b>-1
+ -1.2 O F1<53706563698c63204f7074696f6e73>2.5 1.2 M<ad49>108 140.4 Q F2
+ <70617468>A F0 .379<54686973206f7074696f6e206973206a75737420706173736564
+ 207468726f75676820746f20612043206f722043>128 152.4 R/F4 8/Times-Roman at 0
+ SF -1<2b2b>-1 -1.2 O F0 .378<66726f6e7420656e6420636f6d70696c657220746f
+ 2074656c6c20697420776865726520696e636c756465208c6c65732063616e206265>
+ 2.878 1.2 N<666f756e642e>128 164.4 Q F1<ad44>108 181.2 Q F2
+ <73796d626f6c>A F0<54686973206f7074696f6e206973206a75737420706173736564
+ 207468726f75676820746f20612043206f722043>128 193.2 Q F4 -1<2b2b>-1 -1.2
+ O F0<66726f6e7420656e6420636f6d70696c657220746f2074656c6c20697420746f20
+ 64658c6e6520612073796d626f6c2e>2.5 1.2 M F1
+ <4d697363656c6c616e656f7573204f7074696f6e73>108 216 Q<adad68656c70>108
+ 237.6 Q F0<5072696e7420612073756d6d617279206f6620636f6d6d616e64206c696e
+ 65206f7074696f6e732e>128 249.6 Q F1<adad76>108 266.4 Q<657273696f6e>-.1
+ E F0<54686973206f7074696f6e2077696c6c206361757365>128 278.4 Q F1
+ <6c6c766d63>2.5 E F0<746f207072696e74206f7574206974732076>2.5 E
+ <657273696f6e206e756d62657220616e64207465726d696e6174652e>-.15 E F1
+ <416476>108 301.2 Q<616e636564204f7074696f6e73>-.1 E F0 -1.1<596f>108
+ 318 S 3.612<7562>1.1 G 1.113<6574746572206b6e6f>-3.612 F 3.613<7777>-.25
+ G 1.113<68617420796f7527>-3.613 F 1.113<726520646f696e6720696620796f7520
+ 757365207468657365206f7074696f6e732e20496d70726f70657220757365206f662074
+ 68657365206f7074696f6e732063616e2070726f64756365>-.5 F
+ <64726173746963616c6c792077726f6e6720726573756c74732e>108 330 Q F1
+ <adad636f6e8c67ad646972>108 346.8 Q F2<6469726e616d65>2.5 E F0 .606
+ <54686973206f7074696f6e2074656c6c73>128 358.8 R F1<6c6c766d63>3.106 E F0
+ .606
+ <746f207265616420636f6e8c6775726174696f6e20646174612066726f6d20746865>
+ 3.106 F F2<646972>3.106 E<6563746f7279>-.37 E F0<6e616d6564>3.106 E F2
+ <6469726e616d65>3.106 E F0 3.106<2e44>C .606<6174612066726f6d2073756368>
+ -3.106 F .651<6469726563746f726965732077696c6c206265207265616420696e2074
+ 6865206f726465722073706563698c6564206f6e2074686520636f6d6d616e64206c696e
+ 6520616674657220616c6c206f74686572207374616e6461726420636f6e8c677572612d>
+ 128 370.8 R .009<74696f6e208c6c6573206861>128 382.8 R .309 -.15
+ <76652062>-.2 H .008<65656e20726561642e205468697320616c6c6f>.15 F .008
+ <7773207573657273206f722067726f757073206f6620757365727320746f20636f6e>
+ -.25 F -.15<7665>-.4 G .008
+ <6e69656e746c7920637265617465207468656972206f>.15 F .008
+ <776e20636f6e8c67752d>-.25 F<726174696f6e206469726563746f7269657320696e
+ 206164646974696f6e20746f20746865207374616e64617264206f6e657320746f207768
+ 69636820746865>128 394.8 Q 2.5<796d>-.15 G<6179206e6f74206861>-2.5 E .3
+ -.15<76652077>-.2 H<72697465206163636573732e>.15 E F1
+ <556e696d706c656d656e746564204f7074696f6e73>108 417.6 Q F0 1.247
+ <546865206f7074696f6e732062656c6f>108 434.4 R 3.747<7761>-.25 G 1.247
+ <7265206e6f742063757272656e746c7920696d706c656d656e74656420696e>-3.747 F
+ F1<6c6c766d63>3.747 E F0 -.2<6275>3.747 G 3.747<7477>.2 G 1.248
+ <696c6c2062652065>-3.747 F -.15<7665>-.25 G<6e7475616c6c79>.15 E 3.748
+ <2e54>-.65 G<6865>-3.748 E 3.748<7961>-.15 G 1.248
+ <726520646f63756d656e746564>-3.748 F<686572652061732060>108 446.4 Q
+ <606675747572652064657369676e27>-.74 E<272e>-.74 E F1<adad73686f>108
+ 463.2 Q<77ad636f6e8c67>-.1 E F2<5b737566>2.5 E<8c7865732e2e2e5d>-.18 E
+ F0 .321<5768656e2074686973206f7074696f6e206973206769>128 475.2 R -.15
+ <7665>-.25 G .321<6e2c20746865206f6e6c7920616374696f6e2074616b>.15 F
+ .321<656e206279>-.1 F F1<6c6c766d63>2.821 E F0 .32<697320746f2073686f>
+ 2.82 F 2.82<7769>-.25 G .32
+ <7473208c6e616c20636f6e8c6775726174696f6e20737461746520696e20746865>
+ -2.82 F .967<666f726d206f66206120636f6e8c6775726174696f6e208c6c652e204e
+ 6f20636f6d70696c6174696f6e207461736b732077696c6c20626520636f6e6475637465
+ 64207768656e2074686973206f7074696f6e206973206769>128 487.2 R -.15<7665>
+ -.25 G .968<6e3b2070726f2d>.15 F .471<63657373696e672077696c6c2073746f70
+ 206f6e63652074686520636f6e8c6775726174696f6e20686173206265656e207072696e
+ 7465642e20546865206f7074696f6e616c2028636f6d6d61207365706172617465642920
+ 6c697374206f66207375662d>128 499.2 R<8c78>128 511.2 Q .161
+ <657320636f6e74726f6c732077686174206973207072696e7465642e2057>-.15 F
+ .161<6974686f757420616e>-.4 F 2.661<7973>-.15 G<7566>-2.661 E<8c78>-.25
+ E .162<65732c2074686520636f6e8c6775726174696f6e20666f7220616c6c206c616e
+ 677561676573206973207072696e7465642e2057>-.15 F<697468>-.4 E<737566>128
+ 523.2 Q<8c78>-.25 E .084<65732c206f6e6c7920746865206c616e67756167657320
+ 7065727461696e696e6720746f2074686f7365208c6c6520737566>-.15 F<8c78>-.25
+ E .083<65732077696c6c206265207072696e7465642e2054686520636f6e8c67757261
+ 74696f6e20696e666f726d612d>-.15 F 1.087<74696f6e206973207072696e74656420
+ 616674657220616c6c20636f6d6d616e64206c696e65206f7074696f6e7320616e642063
+ 6f6e8c6775726174696f6e208c6c6573206861>128 535.2 R 1.387 -.15<76652062>
+ -.2 H 1.087<65656e207265616420616e642070726f6365737365642e>.15 F
+ <5468697320616c6c6f>128 547.2 Q<777320746865207573657220746f2076>-.25 E<
+ 657269667920746861742074686520636f727265637420636f6e8c6775726174696f6e20
+ 6461746120686173206265656e2072656164206279>-.15 E F1<6c6c766d63>2.5 E F0
+ <2e>A F1<adad636f6e8c67>108 564 Q F0<3a>2.5 E F2<73656374696f6e>A F0<3a>
+ A F2<6e616d65>A F0<3d>A F2<76616c7565>A F0 1.359
+ <54686973206f7074696f6e20696e73747275637473>128 576 R F1<6c6c766d63>
+ 3.859 E F0 1.359<746f20616363657074>3.859 F F2<76616c7565>3.859 E F0
+ 1.359<6173207468652076>3.859 F 1.359
+ <616c756520666f7220636f6e8c6775726174696f6e206974656d>-.25 F F2
+ <6e616d65>3.858 E F0 1.358<696e207468652073656374696f6e>3.858 F
+ <6e616d6564>128 588 Q F2<73656374696f6e>3.954 E F0 3.954<2e54>C 1.454
+ <686973206973206120717569636b2077>-3.954 F 1.454<617920746f206f>-.1 F
+ -.15<7665>-.15 G 1.455<7272696465206120636f6e8c6775726174696f6e20697465
+ 6d206f6e2074686520636f6d6d616e64206c696e6520776974686f7574>.15 F<726573
+ 6f7274696e6720746f206368616e67696e672074686520636f6e8c6775726174696f6e20
+ 8c6c65732e>128 600 Q F1<adad636f6e8c67ad6f6e6c79ad6672>108 616.8 Q<6f6d>
+ -.18 E F2<6469726e616d65>2.5 E F0 .057
+ <54686973206f7074696f6e2074656c6c73>128 628.8 R F1<6c6c766d63>2.557 E F0
+ .057<746f20736b697020746865206e6f726d616c2070726f63657373696e67206f6620
+ 636f6e8c6775726174696f6e208c6c657320616e64206f6e6c7920636f6e8c6775726520
+ 66726f6d20746865>2.557 F .377<636f6e74656e7473206f6620746865>128 640.8 R
+ F2<6469726e616d65>2.877 E F0<6469726563746f7279>2.877 E 2.878<2e4d>-.65
+ G<756c7469706c65>-2.878 E F1<adad636f6e8c67ad6f6e6c79ad6672>2.878 E
+ <6f6d>-.18 E F0 .378<6f7074696f6e73206d6179206265206769>2.878 F -.15
+ <7665>-.25 G 2.878<6e69>.15 G 2.878<6e77>-2.878 G .378
+ <686963682063617365>-2.878 F<746865206469726563746f72696573206172652072
+ 65616420696e20746865206f72646572206769>128 652.8 Q -.15<7665>-.25 G 2.5
+ <6e6f>.15 G 2.5<6e74>-2.5 G<686520636f6d6d616e64206c696e652e>-2.5 E F1
+ <adad656d6974ad726177ad636f6465>108 669.6 Q F0 .938
+ <4e6f206f7074696d697a6174696f6e20697320646f6e652077686174736f65>128
+ 681.6 R -.15<7665>-.25 G 2.038 -.55<722e2054>.15 H .938
+ <686520636f6d70696c65727320696e>.55 F -.2<766f>-.4 G -.1<6b65>.2 G 3.438
+ <6462>.1 G<79>-3.438 E F1<6c6c766d63>3.438 E F0 .938
+ <776974682074686973206f7074696f6e206769>3.438 F -.15<7665>-.25 G 3.438
+ <6e77>.15 G .938<696c6c206265>-3.438 F .661
+ <696e737472756374656420746f2070726f64756365207261>128 693.6 R 1.961 -.65
+ <772c2075>-.15 H .661<6e6f7074696d697a656420636f64652e>.65 F .662<546869
+ 73206f7074696f6e2069732075736566756c206f6e6c7920746f2066726f6e7420656e64
+ 206c616e6775616765206465>5.661 F -.15<7665>-.25 G<6c2d>.15 E .617<6f7065
+ 727320616e64207468657265666f726520646f6573206e6f742070617274696369706174
+ 6520696e20746865206c697374206f66>128 705.6 R F1<ad4f>3.116 E F0 .616
+ <6f7074696f6e732e20546869732069732064697374696e63746c7920646966>3.116 F
+ .616<666572656e742066726f6d20746865>-.25 F F1<ad4f30>128 717.6 Q F0 .264
+ <6f7074696f6e2028612073796e6f6e>2.764 F .264<796d20666f72>-.15 F F1
+ <ad4f31>2.764 E F0 2.764<2962>C .264<6563617573652074686f7365206f707469
+ 6d697a6174696f6e732077696c6c2072656475636520636f64652073697a6520746f206d
+ 616b>-2.764 F 2.764<6563>-.1 G<6f6d70696c612d>-2.764 E 2.851
+ <74696f6e2066>128 729.6 R<6173746572>-.1 E 5.351<2e57>-.55 G<697468>
+ -5.751 E F1<adad656d6974ad726177ad636f6465>5.351 E F0 5.351<2c6f>C 2.851
+ <6e6c79207468652066756c6c207261>-5.351 F 5.351<7763>-.15 G 2.85<6f646520
+ 70726f64756365642062792074686520636f6d70696c65722077696c6c206265>-5.351
+ F 188.72<43565320323030372d30322d3131>72 768 R<34>205.67 E 0 Cg EP
+ %%Page: 5 5
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 136.62<564d43283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>139.12 E<564d43283129>-1 E
+ <67656e6572617465642e>128 84 Q/F1 10.95/Times-Bold at 0 SF<45584954205354>
+ 72 100.8 Q -1.04<4154>-.986 G<5553>1.04 E F0<4966>108 112.8 Q/F2 10
+ /Times-Bold at 0 SF<6c6c766d63>2.545 E F0 .045
+ <73756363656564732c2069742077696c6c2065>2.545 F .045
+ <786974207769746820302e>-.15 F .046<4f74686572776973652c20696620616e2065
+ 72726f72206f63637572732c2069742077696c6c2065>5.046 F .046
+ <78697420776974682061206e6f6e2d7a65726f2076>-.15 F .046
+ <616c756520616e64206e6f>-.25 F .274
+ <636f6d70696c6174696f6e20616374696f6e732077696c6c2062652074616b>108
+ 124.8 R .273<656e2e204966206f6e65206f662074686520636f6d70696c6174696f6e
+ 20746f6f6c732072657475726e732061206e6f6e2d7a65726f207374617475732c207065
+ 6e64696e6720616374696f6e73>-.1 F
+ <77696c6c2062652064697363617264656420616e64>108 136.8 Q F2<6c6c766d63>
+ 2.5 E F0<77696c6c2072657475726e207468652073616d6520726573756c7420636f64
+ 65206173207468652066>2.5 E
+ <61696c696e6720636f6d70696c6174696f6e20746f6f6c2e>-.1 E F1
+ <444546494349454e43494553>72 153.6 Q F2<6c6c766d63>108 165.6 Q F0
+ <697320636f6e7369646572656420616e2065>2.5 E<78706572696d656e74616c>-.15
+ E/F3 9/Times-Roman at 0 SF<4c4c>2.5 E<564d>-.9 E F0<746f6f6c20626563617573
+ 65206974206861732074686573652064658c6369656e636965733a>2.5 E<496e737566>
+ 108 182.4 Q<8c6369656e7420737570706f727420666f72206e617469>-.25 E .3
+ -.15<7665206c>-.25 H<696e6b696e67>.15 E<42656361757365>128 194.4 Q F2
+ <6c6c766d2d6c64>2.5 E F0<646f65736e27>2.5 E 2.5<7468>-.18 G
+ <616e646c65206e617469>-2.5 E .3 -.15<7665206c>-.25 H
+ <696e6b696e672c206e6569746865722063616e>.15 E F2<6c6c766d63>2.5 E F0
+ <506f6f7220636f6e8c6775726174696f6e20737570706f7274>108 211.2 Q .077
+ <54686520737570706f727420666f7220636f6e8c677572696e67206e65>128 223.2 R
+ 2.578<776c>-.25 G .078<616e6775616765732c206574632e206973207765616b2e20
+ 546865726520617265206d616e>-2.578 F 2.578<7963>-.15 G .078
+ <6f6d6d616e64206c696e6520636f6e8c6775726174696f6e73>-2.578 F .277
+ <746861742063616e6e6f74206265206163686965>128 235.2 R -.15<7665>-.25 G
+ 2.777<6477>.15 G .276<697468207468652063757272656e7420737570706f72742e20
+ 467572746865726d6f726520746865206772616d6d61722069732063756d626572736f6d
+ 6520666f7220636f6e8c672d>-2.777 F<75726174696f6e208c6c65732e>128 247.2 Q
+ <506c6561736520736565203c687474703a2f2f6c6c766d2e6f72>5 E
+ <672f50523638363e20666f7220667572746865722064657461696c732e>-.18 E
+ <446f6573206e6f742068616e646c6520746172>108 264 Q
+ <6765742073706563698c6320636f6e8c6775726174696f6e73>-.18 E<546869732069
+ 73206f6e65206f6620746865206d616a6f722064658c6369656e636965732c20616c736f
+ 2061646472657373656420696e203c687474703a2f2f6c6c766d2e6f72>128 276 Q
+ <672f50523638363e>-.18 E F1<53454520414c534f>72 292.8 Q F0
+ <6c6c766d2d61732c206c6c766d2d6469732c206c6c632c206c6c766d2d6c696e6b>108
+ 304.8 Q F1 -.548<4155>72 321.6 S<54484f5253>.548 E F0
+ <4d61696e7461696e656420627920746865>108 333.6 Q F3<4c4c>2.5 E<564d>-.9 E
+ F0 -.7<5465>2.5 G<616d20283c687474703a2f2f6c6c766d2e6f72>.7 E<673e292e>
+ -.18 E 188.72<43565320323030372d30322d3131>72 768 R<35>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/llvmgcc.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/llvmgcc.ps:1.1
*** /dev/null	Wed May 23 13:12:55 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/llvmgcc.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,304 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:18 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%+ font Times-Italic
+ %%+ font Symbol
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 1
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ %%IncludeResource: font Times-Italic
+ %%IncludeResource: font Symbol
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Times-Italic at 0 ENC0/Times-Italic RE/Times-Bold at 0 ENC0/Times-Bold RE
+ /Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 122.73<564d474343283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>125.23 E<564d474343283129>-1
+ E/F1 10.95/Times-Bold at 0 SF -.219<4e41>72 84 S<4d45>.219 E F0
+ <6c6c766dad67636320ad204c4c>108 96 Q<564d20432066726f6e74ad656e64>-1 E
+ F1<53594e4f50534953>72 112.8 Q/F2 10/Times-Bold at 0 SF<6c6c766d2d676363>
+ 108 124.8 Q F0<5b>2.5 E/F3 10/Times-Italic at 0 SF<6f7074696f6e73>A F0<5d>A
+ F3<8c6c656e616d65>2.5 E F1<4445534352495054494f4e>72 141.6 Q F0<546865>
+ 108 153.6 Q F2<6c6c766d2d676363>2.564 E F0 .064
+ <636f6d6d616e6420697320746865>2.564 F/F4 9/Times-Roman at 0 SF<4c4c>2.564 E
+ <564d>-.9 E F0 2.563<4366>2.564 G .063<726f6e7420656e642e>-2.563 F .063
+ <49742069732061206d6f64698c65642076>5.063 F .063<657273696f6e206f662067
+ 6363207468617420636f6d70696c657320432f4f626a432070726f2d>-.15 F
+ <6772616d7320696e746f206e617469>108 165.6 Q .3 -.15<7665206f>-.25 H
+ <626a656374732c>.15 E F4<4c4c>2.5 E<564d>-.9 E F0
+ <62797465636f6465206f72>2.5 E F4<4c4c>2.5 E<564d>-.9 E F0<617373656d626c
+ 79206c616e67756167652c20646570656e64696e672075706f6e20746865206f7074696f
+ 6e732e>2.5 E .429<427920646566>108 182.4 R<61756c742c>-.1 E F2
+ <6c6c766d2d676363>2.929 E F0 .429<636f6d70696c657320746f206e617469>2.929
+ F .729 -.15<7665206f>-.25 H .429<626a65637473206a757374206c696b>.15 F
+ <65>-.1 E F4<474343>2.929 E F0 .429<646f65732e20496620746865>2.929 F F2
+ <ad656d6974ad6c6c766d>2.929 E F0 .43<6f7074696f6e206973206769>2.929 F
+ -.15<7665>-.25 G 2.93<6e74>.15 G<68656e>-2.93 E 1.066
+ <69742077696c6c2067656e6572617465>108 194.4 R F4<4c4c>3.565 E<564d>-.9 E
+ F0 1.065<62797465636f6465208c6c657320696e73746561642e>3.565 F<4966>6.065
+ E F2<ad53>3.565 E F0 1.065<28617373656d626c792920697320616c736f206769>
+ 3.565 F -.15<7665>-.25 G 1.065
+ <6e2c207468656e2069742077696c6c2067656e6572617465>.15 F F4<4c4c>3.565 E
+ <564d>-.9 E F0<617373656d626c79>108 206.4 Q<2e>-.65 E .108
+ <4265696e672064657269>108 223.2 R -.15<7665>-.25 G 2.608<6466>.15 G .108
+ <726f6d20746865>-2.608 F F4<474e55>2.608 E F0 .108
+ <436f6d70696c657220436f6c6c656374696f6e2c>2.608 F F2<6c6c766d2d676363>
+ 2.608 E F0 .109<686173206d616e>2.608 F 2.609<796f>-.15 G 2.609<6667>
+ -2.609 G<636327>-2.609 E 2.609<7366>-.55 G .109
+ <6561747572657320616e642061636365707473206d6f7374206f66>-2.609 F
+ <67636327>108 235.2 Q 2.5<736f>-.55 G 2.5<7074696f6e732e204974>-2.5 F
+ <68616e646c65732061206e756d626572206f662067636327>2.5 E 2.5<7365>-.55 G<
+ 7874656e73696f6e7320746f2074686520432070726f6772616d6d696e67206c616e6775
+ 6167652e>-2.65 E F1<4f5054494f4e53>72 252 Q F2<adad68656c70>108 264 Q F0
+ <5072696e7420612073756d6d617279206f6620636f6d6d616e64206c696e65206f7074
+ 696f6e732e>128 276 Q F2<ad53>108 292.8 Q F0 .673
+ <446f206e6f742067656e657261746520616e>8.74 F F4<4c4c>3.173 E<564d>-.9 E
+ F0 .673<62797465636f6465208c6c652e>3.173 F<526174686572>5.673 E 3.173
+ <2c63>-.4 G .673
+ <6f6d70696c652074686520736f75726365208c6c6520696e746f20616e>-3.173 F F4
+ <4c4c>3.173 E<564d>-.9 E F0 .672<617373656d626c79206c616e2d>3.172 F
+ <6775616765208c6c652e>128 304.8 Q F2<ad63>108 321.6 Q F0 .187
+ <446f206e6f742067656e65726174652061206c696e6b>9.86 F .187<65642065>-.1 F
+ -.15<7865>-.15 G 2.687<63757461626c652e20526174686572>.15 F 2.687<2c63>
+ -.4 G .187<6f6d70696c652074686520736f75726365208c6c6520696e746f20616e>
+ -2.687 F F4<4c4c>2.687 E<564d>-.9 E F0 .187<62797465636f6465208c6c652e>
+ 2.687 F<54686973>5.188 E
+ <62797465636f6465208c6c652063616e207468656e206265206c696e6b>128 333.6 Q<
+ 65642077697468206f746865722062797465636f6465208c6c6573206c61746572206f6e
+ 20746f2067656e657261746520612066756c6c>-.1 E F4<4c4c>2.5 E<564d>-.9 E F0
+ -.15<657865>2.5 G<63757461626c652e>.15 E F2<ad6f>108 350.4 Q F3
+ <8c6c656e616d65>2.5 E F0
+ <5370656369667920746865206f7574707574208c6c6520746f206265>128 362.4 Q F3
+ <8c6c656e616d65>2.5 E F0<2e>A F2<ad49>108 379.2 Q F3<646972>2.5 E
+ <6563746f7279>-.37 E F0<4164642061206469726563746f727920746f207468652068
+ 6561646572208c6c652073656172636820706174682e>128 391.2 Q
+ <54686973206f7074696f6e2063616e2062652072657065617465642e>5 E F2<ad4c>
+ 108 408 Q F3<646972>2.5 E<6563746f7279>-.37 E F0<416464>128 420 Q F3
+ <646972>2.5 E<6563746f7279>-.37 E F0
+ <746f20746865206c6962726172792073656172636820706174682e>2.5 E
+ <54686973206f7074696f6e2063616e2062652072657065617465642e>5 E F2<ad6c>
+ 108 436.8 Q F3<6e616d65>A F0
+ <4c696e6b20696e20746865206c696272617279206c6962>128 448.8 Q F3<6e616d65>
+ A F0<2e5b6263>A/F5 10/Symbol SF<ef>2.5 E F0<61>2.5 E F5<ef>2.5 E F0 2.5
+ <736f5d2e2054686973>2.5 F<6c6962726172792073686f756c64206265206120627974
+ 65636f6465206c696272617279>2.5 E<2e>-.65 E F2<ad656d6974ad6c6c766d>108
+ 465.6 Q F0<4d616b>128 477.6 Q 2.5<6574>-.1 G<6865206f7574707574206265>
+ -2.5 E F4<4c4c>2.5 E<564d>-.9 E F0<62797465636f646520286f7220617373656d
+ 626c792920696e7374656164206f66206e617469>2.5 E .3 -.15<7665206f>-.25 H
+ <626a65637420286f7220617373656d626c79292e>.15 E F1<45584954205354>72
+ 494.4 Q -1.04<4154>-.986 G<5553>1.04 E F0<4966>108 506.4 Q F2
+ <6c6c766d2d676363>2.5 E F0<73756363656564732c2069742077696c6c2065>2.5 E
+ <786974207769746820302e>-.15 E<4f74686572776973652c20696620616e20657272
+ 6f72206f63637572732c2069742077696c6c2065>5 E
+ <78697420776974682061206e6f6e2d7a65726f2076>-.15 E<616c75652e>-.25 E F1
+ <53454520414c534f>72 523.2 Q F0<6c6c766dad672b2b>108 535.2 Q F1 -.548
+ <4155>72 552 S<54484f5253>.548 E F0<4d61696e7461696e656420627920746865>
+ 108 564 Q F4<4c4c>2.5 E<564d>-.9 E F0 -.7<5465>2.5 G
+ <616d20283c687474703a2f2f6c6c766d2e6f72>.7 E<673e292e>-.18 E 188.72
+ <43565320323030372d30322d3131>72 768 R<31>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/llvmgxx.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/llvmgxx.ps:1.1
*** /dev/null	Wed May 23 13:12:55 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/llvmgxx.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,306 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:18 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%+ font Times-Italic
+ %%+ font Symbol
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 1
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ %%IncludeResource: font Times-Italic
+ %%IncludeResource: font Symbol
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Times-Italic at 0 ENC0/Times-Italic RE/Times-Bold at 0 ENC0/Times-Bold RE
+ /Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF<4c4c>72 48 Q 121.63<564d475858283129204c4c>-1 F
+ <564d20436f6d6d616e64204775696465>-1 E<4c4c>124.13 E<564d475858283129>-1
+ E/F1 10.95/Times-Bold at 0 SF -.219<4e41>72 84 S<4d45>.219 E F0
+ <6c6c766dad672b2b20ad204c4c>108 96 Q<564d20432b2b2066726f6e74ad656e64>-1
+ E F1<53594e4f50534953>72 112.8 Q/F2 10/Times-Bold at 0 SF<6c6c766dad672b2b>
+ 108 124.8 Q F0<5b>2.5 E/F3 10/Times-Italic at 0 SF<6f7074696f6e73>A F0<5d>A
+ F3<8c6c656e616d65>2.5 E F1<4445534352495054494f4e>72 141.6 Q F0<546865>
+ 108 153.6 Q F2<6c6c766dad672b2b>4.893 E F0 2.393
+ <636f6d6d616e6420697320746865>4.893 F/F4 9/Times-Roman at 0 SF<4c4c>4.893 E
+ <564d>-.9 E F0<43>4.892 E/F5 8/Times-Roman at 0 SF -1<2b2b>-1 -1.2 O F0
+ 2.392<66726f6e7420656e642e>4.892 1.2 N 2.392
+ <49742069732061206d6f64698c65642076>7.392 F 2.392
+ <657273696f6e206f6620672b2b207468617420636f6d70696c6573>-.15 F<43>108
+ 165.6 Q F5 -1<2b2b>-1 -1.2 O F0 .126
+ <2f4f626a432b2b2070726f6772616d7320696e746f206e617469>1.2 J .427 -.15
+ <76652063>-.25 H<6f64652c>.15 E F4<4c4c>2.627 E<564d>-.9 E F0 .127<6279
+ 7465636f6465206f7220617373656d626c79206c616e67756167652c20646570656e6469
+ 6e672075706f6e20746865206f7074696f6e732e>2.627 F .142<427920646566>108
+ 182.4 R<61756c742c>-.1 E F2<6c6c766dad672b2b>2.642 E F0 .142
+ <636f6d70696c657320746f206e617469>2.642 F .442 -.15<7665206f>-.25 H .142
+ <626a65637473206a757374206c696b>.15 F<65>-.1 E F4<474343>2.642 E F0 .141
+ <646f65732e20496620746865>2.641 F F2<ad656d6974ad6c6c766d>2.641 E F0
+ .141<6f7074696f6e206973206769>2.641 F -.15<7665>-.25 G 2.641<6e74>.15 G
+ <68656e>-2.641 E 1.065<69742077696c6c2067656e6572617465>108 194.4 R F4
+ <4c4c>3.565 E<564d>-.9 E F0 1.065
+ <62797465636f6465208c6c657320696e73746561642e>3.565 F<4966>6.065 E F2
+ <ad53>3.565 E F0 1.065<28617373656d626c792920697320616c736f206769>3.565
+ F -.15<7665>-.25 G 1.065
+ <6e2c207468656e2069742077696c6c2067656e6572617465>.15 F F4<4c4c>3.566 E
+ <564d>-.9 E F0<617373656d626c79>108 206.4 Q<2e>-.65 E .352
+ <4265696e672064657269>108 223.2 R -.15<7665>-.25 G 2.852<6466>.15 G .352
+ <726f6d20746865>-2.852 F F4<474e55>2.852 E F0 .352
+ <436f6d70696c657220436f6c6c656374696f6e2c>2.852 F F2<6c6c766dad672b2b>
+ 2.852 E F0 .352<686173206d616e>2.852 F 2.852<796f>-.15 G 2.852<6667>
+ -2.852 G<2b2b27>-2.852 E 2.851<7366>-.55 G .351
+ <6561747572657320616e642061636365707473206d6f7374>-2.851 F
+ <6f6620672b2b27>108 235.2 Q 2.5<736f>-.55 G 2.5<7074696f6e732e204974>
+ -2.5 F<68616e646c65732061206e756d626572206f6620672b2b27>2.5 E 2.5<7365>
+ -.55 G<7874656e73696f6e7320746f207468652043>-2.65 E F5 -1<2b2b>-1 -1.2 O
+ F0<70726f6772616d6d696e67206c616e67756167652e>2.5 1.2 M F1
+ <4f5054494f4e53>72 252 Q F2<adad68656c70>108 264 Q F0<5072696e7420612073
+ 756d6d617279206f6620636f6d6d616e64206c696e65206f7074696f6e732e>128 276 Q
+ F2<ad53>108 292.8 Q F0 .672<446f206e6f742067656e657261746520616e>8.74 F
+ F4<4c4c>3.173 E<564d>-.9 E F0 .673<62797465636f6465208c6c652e>3.173 F
+ <526174686572>5.673 E 3.173<2c63>-.4 G .673
+ <6f6d70696c652074686520736f75726365208c6c6520696e746f20616e>-3.173 F F4
+ <4c4c>3.173 E<564d>-.9 E F0 .673<617373656d626c79206c616e2d>3.173 F
+ <6775616765208c6c652e>128 304.8 Q F2<ad63>108 321.6 Q F0 .187
+ <446f206e6f742067656e65726174652061206c696e6b>9.86 F .187<65642065>-.1 F
+ -.15<7865>-.15 G 2.687<63757461626c652e20526174686572>.15 F 2.687<2c63>
+ -.4 G .187<6f6d70696c652074686520736f75726365208c6c6520696e746f20616e>
+ -2.687 F F4<4c4c>2.687 E<564d>-.9 E F0 .187<62797465636f6465208c6c652e>
+ 2.687 F<54686973>5.187 E
+ <62797465636f6465208c6c652063616e207468656e206265206c696e6b>128 333.6 Q<
+ 65642077697468206f746865722062797465636f6465208c6c6573206c61746572206f6e
+ 20746f2067656e657261746520612066756c6c>-.1 E F4<4c4c>2.5 E<564d>-.9 E F0
+ -.15<657865>2.5 G<63757461626c652e>.15 E F2<ad6f>108 350.4 Q F3
+ <8c6c656e616d65>2.5 E F0
+ <5370656369667920746865206f7574707574208c6c6520746f206265>128 362.4 Q F3
+ <8c6c656e616d65>2.5 E F0<2e>A F2<ad49>108 379.2 Q F3<646972>2.5 E
+ <6563746f7279>-.37 E F0<4164642061206469726563746f727920746f207468652068
+ 6561646572208c6c652073656172636820706174682e>128 391.2 Q
+ <54686973206f7074696f6e2063616e2062652072657065617465642e>5 E F2<ad4c>
+ 108 408 Q F3<646972>2.5 E<6563746f7279>-.37 E F0<416464>128 420 Q F3
+ <646972>2.5 E<6563746f7279>-.37 E F0
+ <746f20746865206c6962726172792073656172636820706174682e>2.5 E
+ <54686973206f7074696f6e2063616e2062652072657065617465642e>5 E F2<ad6c>
+ 108 436.8 Q F3<6e616d65>A F0
+ <4c696e6b20696e20746865206c696272617279206c6962>128 448.8 Q F3<6e616d65>
+ A F0<2e5b6263>A/F6 10/Symbol SF<ef>2.5 E F0<61>2.5 E F6<ef>2.5 E F0 2.5
+ <736f5d2e2054686973>2.5 F<6c6962726172792073686f756c64206265206120627974
+ 65636f6465206c696272617279>2.5 E<2e>-.65 E F2<ad656d6974ad6c6c766d>108
+ 465.6 Q F0<4d616b>128 477.6 Q 2.5<6574>-.1 G<6865206f7574707574206265>
+ -2.5 E F4<4c4c>2.5 E<564d>-.9 E F0<62797465636f646520286f7220617373656d
+ 626c792920696e7374656164206f66206e617469>2.5 E .3 -.15<7665206f>-.25 H
+ <626a65637420286f7220617373656d626c79292e>.15 E F1<45584954205354>72
+ 494.4 Q -1.04<4154>-.986 G<5553>1.04 E F0<4966>108 506.4 Q F2
+ <6c6c766dad672b2b>2.5 E F0<73756363656564732c2069742077696c6c2065>2.5 E
+ <786974207769746820302e>-.15 E<4f74686572776973652c20696620616e20657272
+ 6f72206f63637572732c2069742077696c6c2065>5 E
+ <78697420776974682061206e6f6e2d7a65726f2076>-.15 E<616c75652e>-.25 E F1
+ <53454520414c534f>72 523.2 Q F0<6c6c766d2d676363>108 535.2 Q F1 -.548
+ <4155>72 552 S<54484f5253>.548 E F0<4d61696e7461696e656420627920746865>
+ 108 564 Q F4<4c4c>2.5 E<564d>-.9 E F0 -.7<5465>2.5 G
+ <616d20283c687474703a2f2f6c6c766d2e6f72>.7 E<673e292e>-.18 E 188.72
+ <43565320323030372d30322d3131>72 768 R<31>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/opt.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/opt.ps:1.1
*** /dev/null	Wed May 23 13:12:55 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/opt.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,412 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:18 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%+ font Times-Italic
+ %%+ font Courier
+ %%+ font Symbol
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 2
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ %%IncludeResource: font Times-Italic
+ %%IncludeResource: font Courier
+ %%IncludeResource: font Symbol
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Courier at 0 ENC0/Courier RE/Times-Italic at 0 ENC0/Times-Italic RE
+ /Times-Bold at 0 ENC0/Times-Bold RE/Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF 151.73<4f5054283129204c4c>72 48 R
+ <564d20436f6d6d616e64204775696465>-1 E<4f5054283129>154.23 E/F1 10.95
+ /Times-Bold at 0 SF -.219<4e41>72 84 S<4d45>.219 E F0<6f707420ad204c4c>108
+ 96 Q<564d206f7074696d697a6572>-1 E F1<53594e4f50534953>72 112.8 Q/F2 10
+ /Times-Bold at 0 SF<6f7074>108 124.8 Q F0<5b>2.5 E/F3 10/Times-Italic at 0 SF
+ <6f7074696f6e73>A F0 2.5<5d5b>C F3<8c6c656e616d65>-2.5 E F0<5d>A F1
+ <4445534352495054494f4e>72 141.6 Q F0<546865>108 153.6 Q F2<6f7074>2.773
+ E F0 .272<636f6d6d616e6420697320746865206d6f64756c6172>2.773 F/F4 9
+ /Times-Roman at 0 SF<4c4c>2.772 E<564d>-.9 E F0 .272
+ <6f7074696d697a657220616e6420616e616c797a6572>2.772 F 5.272<2e49>-.55 G
+ 2.772<7474>-5.272 G<616b>-2.772 E<6573>-.1 E F4<4c4c>2.772 E<564d>-.9 E
+ F0 .272<62797465636f646520617320696e7075742c2072756e7320746865>2.772 F
+ 1.162<73706563698c6564206f7074696d697a6174696f6e73206f7220616e616c797365
+ 73206f6e2069742c20616e64207468656e206f75747075747320746865206f7074696d69
+ 7a6564>108 165.6 R F4<4c4c>3.662 E<564d>-.9 E F0 1.163
+ <62797465636f6465206f722074686520616e616c79736973>3.662 F 2.5
+ <726573756c74732e20546865>108 177.6 R<66756e6374696f6e206f66>2.5 E F2
+ <6f7074>2.5 E F0<646570656e6473206f6e207768657468657220746865>2.5 E F2
+ <ad616e616c797a65>2.5 E F0<6f7074696f6e206973206769>2.5 E -.15<7665>-.25
+ G<6e2e>.15 E<5768656e>108 194.4 Q F2<ad616e616c797a65>3.782 E F0 1.282
+ <69732073706563698c65642c>3.782 F F2<6f7074>3.782 E F0 1.282
+ <706572666f726d732076>3.782 F 1.282
+ <6172696f757320616e616c79736573206f66>-.25 F F4<4c4c>3.781 E<564d>-.9 E
+ F0 3.781<62797465636f64652e204974>3.781 F 1.281
+ <77696c6c20757375616c6c79207072696e7420746865>3.781 F .106
+ <726573756c7473206f6e207374616e64617264206f75747075742c2062>108 206.4 R
+ .106<757420696e2061206665>-.2 F 2.606<7763>-.25 G .106<617365732c206974
+ 2077696c6c207072696e74206f757470757420746f207374616e64617264206572726f72
+ 206f722067656e65726174652061208c6c65207769746820746865>-2.606 F<616e616c
+ 79736973206f75747075742c20776869636820697320757375616c6c7920646f6e652077
+ 68656e20746865206f7574707574206973206d65616e7420666f7220616e6f7468657220
+ 70726f6772616d2e>108 218.4 Q<5768696c65>108 235.2 Q F2<ad616e616c797a65>
+ 2.831 E F0<6973>2.831 E F3<6e6f74>2.831 E F0<6769>2.831 E -.15<7665>-.25
+ G<6e2c>.15 E F2<6f7074>2.831 E F0 .331<617474656d70747320746f2070726f64
+ 75636520616e206f7074696d697a65642062797465636f6465208c6c652e>2.831 F .33
+ <546865206f7074696d697a6174696f6e732061>5.33 F -.25<7661>-.2 G<696c2d>
+ .25 E .096<61626c6520766961>108 247.2 R F2<6f7074>2.596 E F0 .097<646570
+ 656e642075706f6e2077686174206c69627261726965732077657265206c696e6b>2.596
+ F .097<656420696e746f2069742061732077656c6c20617320616e>-.1 F 2.597
+ <7961>-.15 G .097
+ <64646974696f6e616c206c69627261726965732074686174206861>-2.597 F .397
+ -.15<76652062>-.2 H<65656e>.15 E<6c6f61646564207769746820746865>108
+ 259.2 Q F2<ad6c6f6164>2.5 E F0 2.5<6f7074696f6e2e20557365>2.5 F<746865>
+ 2.5 E F2<ad68656c70>2.5 E F0<6f7074696f6e20746f2064657465726d696e652077
+ 686174206f7074696d697a6174696f6e7320796f752063616e207573652e>2.5 E<4966>
+ 108 276 Q F3<8c6c656e616d65>3.495 E F0 .994<6973206f6d69747465642066726f
+ 6d2074686520636f6d6d616e64206c696e65206f72206973>3.495 F F3<ad>3.494 E
+ F0<2c>A F2<6f7074>3.494 E F0 .994<72656164732069747320696e7075742066726f
+ 6d207374616e6461726420696e7075742e2054686520696e707574>3.494 F
+ <6d75737420626520616e>108 288 Q F4<4c4c>2.5 E<564d>-.9 E F0
+ <62797465636f6465208c6c652e>2.5 E<496620616e206f7574707574208c6c656e616d
+ 65206973206e6f742073706563698c6564207769746820746865>108 304.8 Q F2
+ <ad6f>2.5 E F0<6f7074696f6e2c>2.5 E F2<6f7074>2.5 E F0<7772697465732069
+ 7473206f757470757420746f20746865207374616e64617264206f75747075742e>2.5 E
+ F1<4f5054494f4e53>72 321.6 Q F2<ad66>108 333.6 Q F0 -.15<466f>10.97 G
+ 1.007<726365206f>.15 F -.15<7665>-.15 G 3.507
+ <7277726974652e204e6f726d616c6c79>.15 F<2c>-.65 E F2<6f7074>3.507 E F0
+ 1.007<77696c6c2072656675736520746f206f>3.507 F -.15<7665>-.15 G 1.007
+ <72777269746520616e206f7574707574208c6c65207468617420616c72656164792065>
+ .15 F 3.508<78697374732e2057>-.15 F 1.008<6974682074686973>-.4 F
+ <6f7074696f6e2c>128 345.6 Q F2<6f7074>2.5 E F0<77696c6c206f>2.5 E -.15
+ <7665>-.15 G<72777269746520746865206f7574707574208c6c6520616e6420726570
+ 6c6163652069742077697468206e65>.15 E 2.5<7762>-.25 G<797465636f64652e>
+ -2.5 E F2<ad68656c70>108 362.4 Q F0<5072696e7420612073756d6d617279206f66
+ 20636f6d6d616e64206c696e65206f7074696f6e732e>128 374.4 Q F2<ad6f>108
+ 391.2 Q F3<8c6c656e616d65>2.5 E F0
+ <5370656369667920746865206f7574707574208c6c656e616d652e>128 403.2 Q F2
+ <ad7b706173736e616d657d>108 420 Q<6f7074>128 432 Q F0<70726f>2.922 E
+ .422<766964657320746865206162696c69747920746f2072756e20616e>-.15 F 2.922
+ <796f>-.15 G<66>-2.922 E F4<4c4c>2.922 E<564d>-.9 E F0 1.522 -.55
+ <2773206f>D .422<7074696d697a6174696f6e206f7220616e616c7973697320706173
+ 73657320696e20616e>.55 F 2.922<796f>-.15 G<72646572>-2.922 E 2.922<2e54>
+ -.55 G<6865>-2.922 E F2<ad68656c70>2.921 E F0 .309
+ <6f7074696f6e206c6973747320616c6c20746865207061737365732061>128 444 R
+ -.25<7661>-.2 G .309<696c61626c652e20546865206f7264657220696e2077686963
+ 6820746865206f7074696f6e73206f63637572206f6e2074686520636f6d6d616e64206c
+ 696e652061726520746865>.25 F<6f7264657220696e20776869636820746865>128
+ 456 Q 2.5<7961>-.15 G<72652065>-2.5 E -.15<7865>-.15 G
+ <6375746564202877697468696e207061737320636f6e73747261696e7473292e>.15 E
+ F2<ad737464ad636f6d70696c65ad6f707473>108 472.8 Q F0 1.181<546869732069
+ 732073686f72742068616e6420666f722061207374616e64617264206c697374206f66>
+ 128 484.8 R F3 1.181<636f6d70696c652074696d65206f7074696d697a6174696f6e>
+ 3.681 F F0 3.68<7061737365732e2054686973>3.68 F 1.18
+ <6973207479706963616c6c79207573656420746f>3.68 F .938<6f7074696d697a6520
+ 746865206f75747075742066726f6d20746865206c6c766d2d6763632066726f6e742065
+ 6e642e204974206d696768742062652075736566756c20666f72206f746865722066726f
+ 6e7420656e6420636f6d70696c657273206173>128 496.8 R<77656c6c2e2054>128
+ 508.8 Q 2.5<6f64>-.8 G<6973636f>-2.5 E -.15<7665>-.15 G 2.5<7274>.15 G
+ <68652066756c6c20736574206f66206f7074696f6e732061>-2.5 E -.25<7661>-.2 G
+ <696c61626c652c207573652074686520666f6c6c6f>.25 E
+ <77696e6720636f6d6d616e643a>-.25 E/F5 10/Courier at 0 SF
+ <6c6c766d2d6173203c202f6465762f6e756c6c>146 526.8 Q/F6 10/Symbol SF<ef>6
+ E F5<6f7074202d7374642d636f6d70696c652d6f707473202d64697361626c652d6f75
+ 74707574202d64656275672d706173733d417267756d656e7473>6 E F2
+ <ad64697361626c65ad696e6c696e696e67>108 543.6 Q F0 .182
+ <54686973206f7074696f6e206973206f6e6c79206d65616e696e6766756c207768656e>
+ 128 555.6 R F2<ad737464ad636f6d70696c65ad6f707473>2.682 E F0 .181
+ <6973206769>2.681 F -.15<7665>-.25 G .181
+ <6e2e2049742073696d706c792072656d6f>.15 F -.15<7665>-.15 G 2.681<7374>
+ .15 G .181<686520696e6c696e696e672070617373>-2.681 F
+ <66726f6d20746865207374616e64617264206c6973742e>128 567.6 Q F2
+ <ad64697361626c65ad6f7074>108 584.4 Q F0 .395
+ <54686973206f7074696f6e206973206f6e6c79206d65616e696e6766756c207768656e>
+ 128 596.4 R F2<ad737464ad636f6d70696c65ad6f707473>2.895 E F0 .396
+ <6973206769>2.896 F -.15<7665>-.25 G .396
+ <6e2e2049742064697361626c6573206d6f73742c2062>.15 F .396
+ <7574206e6f7420616c6c2c206f6620746865>-.2 F F2
+ <ad737464ad636f6d70696c65ad6f707473>128 608.4 Q F0 2.5<2e54>C
+ <6865206f6e657320746861742072656d61696e20617265>-2.5 E F2<ad76>2.5 E
+ <6572696679>-.1 E F0<2c>A F2<ad6c6f>2.5 E<776572ad7365746a6d70>-.1 E F0
+ 2.5<2c61>C<6e64>-2.5 E F2<ad66756e6372>2.5 E<65736f6c76>-.18 E<65>-.1 E
+ F0<2e>A F2<ad7374726970ad646562>108 625.2 Q<7567>-.2 E F0 1.192
+ <54686973206f7074696f6e20636175736573206f707420746f20737472697020646562>
+ 128 637.2 R 1.191<756720696e666f726d6174696f6e2066726f6d20746865206d6f64
+ 756c65206265666f7265206170706c79696e67206f74686572206f7074696d697a612d>
+ -.2 F .033<74696f6e732e20497420697320657373656e7469616c6c79207468652073
+ 616d65206173>128 649.2 R F2<ad7374726970>2.533 E F0 -.2<6275>2.533 G
+ 2.533<7469>.2 G 2.533<7465>-2.533 G .033
+ <6e7375726573207468617420737472697070696e67206f6620646562>-2.533 F .034
+ <756720696e666f726d6174696f6e20697320646f6e65208c7273742e>-.2 F F2<ad76>
+ 108 666 Q<6572696679ad65616368>-.1 E F0 .661
+ <54686973206f7074696f6e20636175736573206f707420746f2061646420612076>128
+ 678 R .661<657269667920706173732061667465722065>-.15 F -.15<7665>-.25 G
+ .66<72792070617373206f74686572776973652073706563698c6564206f6e2074686520
+ 636f6d6d616e64206c696e65>.15 F<28696e636c7564696e67>128 690 Q F2<ad76>
+ 3.686 E<6572696679>-.1 E F0 3.686<292e2054686973>B 1.187<69732075736566
+ 756c20666f72206361736573207768657265206974206973207375737065637465642074
+ 68617420612070617373206973206372656174696e6720616e20696e>3.686 F -.25
+ <7661>-.4 G<6c6964>.25 E .879<6d6f64756c652062>128 702 R .879<7574206974
+ 206973206e6f7420636c656172207768696368207061737320697320646f696e67206974
+ 2e2054686520636f6d62696e6174696f6e206f66>-.2 F F2
+ <ad737464ad636f6d70696c65ad6f707473>3.378 E F0<616e64>3.378 E F2<ad76>
+ 3.378 E<6572>-.1 E<2d>-.37 E<696679ad65616368>128 714 Q F0
+ <63616e20717569636b6c7920747261636b20646f>2.5 E
+ <776e2074686973206b696e64206f662070726f626c656d2e>-.25 E 188.72
+ <43565320323030372d30322d3032>72 768 R<31>205.67 E 0 Cg EP
+ %%Page: 2 2
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF 151.73<4f5054283129204c4c>72 48 R
+ <564d20436f6d6d616e64204775696465>-1 E<4f5054283129>154.23 E/F1 10
+ /Times-Bold at 0 SF<ad7072>108 84 Q<6f8c6c65ad696e66>-.18 E<6fad8c6c65>-.25
+ E/F2 10/Times-Italic at 0 SF<8c6c656e616d65>2.5 E F0<5370656369667920746865
+ 206e616d65206f6620746865208c6c65206c6f616465642062792074686520ad70726f8c
+ 6c65ad6c6f61646572206f7074696f6e2e>128 96 Q F1<ad7374617473>108 112.8 Q
+ F0<5072696e7420737461746973746963732e>128 124.8 Q F1
+ <ad74696d65ad706173736573>108 141.6 Q F0<5265636f72642074686520616d6f75
+ 6e74206f662074696d65206e656564656420666f722065616368207061737320616e6420
+ 7072696e7420697420746f207374616e64617264206572726f72>128 153.6 Q<2e>-.55
+ E F1<ad646562>108 170.4 Q<7567>-.2 E F0 .98
+ <49662074686973206973206120646562>128 182.4 R .98<75672062>-.2 F .98
+ <75696c642c2074686973206f7074696f6e2077696c6c20656e61626c6520646562>-.2
+ F .981<7567207072696e746f7574732066726f6d207061737365732077686963682075
+ 736520746865>-.2 F/F3 9/Times-Italic at 0 SF<444542>3.481 E<5547>-.09 E F2
+ <2829>A F0 2.5<6d6163726f2e20536565>128 194.4 R<746865>2.5 E/F4 9
+ /Times-Bold at 0 SF<4c4c>2.5 E<564d>-.828 E F1<5072>2.5 E
+ <6f6772616d6d657227>-.18 E 2.5<734d>-.37 G<616e75616c>-2.5 E F0 2.5
+ <2c73>C<656374696f6e>-2.5 E F2<23444542>2.5 E<5547>-.1 E F0
+ <666f72206d6f726520696e666f726d6174696f6e2e>2.5 E F1<ad6c6f6164>108
+ 211.2 Q F0<3d>A F2<706c7567696e>A F0 1.769
+ <4c6f6164207468652064796e616d6963206f626a656374>128 223.2 R F2
+ <706c7567696e>4.269 E F0 6.769<2e54>C 1.768
+ <686973206f626a6563742073686f756c64207265>-6.769 F 1.768
+ <676973746572206e65>-.15 F 4.268<776f>-.25 G 1.768
+ <7074696d697a6174696f6e206f7220616e616c79736973207061737365732e>-4.268 F
+ .429
+ <4f6e6365206c6f616465642c20746865206f626a6563742077696c6c20616464206e65>
+ 128 235.2 R 2.929<7763>-.25 G .429
+ <6f6d6d616e64206c696e65206f7074696f6e7320746f20656e61626c652076>-2.929 F
+ .43<6172696f7573206f7074696d697a6174696f6e73206f7220616e616c792d>-.25 F
+ 3.933<7365732e2054>128 247.2 R 3.933<6f73>-.8 G 1.433
+ <656520746865206e65>-3.933 F 3.933<7763>-.25 G 1.433<6f6d706c657465206c
+ 697374206f66206f7074696d697a6174696f6e732c2075736520746865>-3.933 F F1
+ <ad68656c70>3.932 E F0<616e64>3.932 E F1<ad6c6f6164>3.932 E F0 1.432
+ <6f7074696f6e7320746f676574686572>3.932 F 3.932<2e46>-.55 G<6f72>-4.082
+ E -.15<6578>128 259.2 S<616d706c653a>.15 E/F5 10/Courier at 0 SF
+ <6f7074202d6c6f61643d706c7567696e2e736f202d68656c70>146 277.2 Q F1<ad70>
+ 108 294 Q F0<5072696e74206d6f64756c652061667465722065616368207472616e73
+ 666f726d6174696f6e2e>8.74 E/F6 10.95/Times-Bold at 0 SF<45584954205354>72
+ 310.8 Q -1.04<4154>-.986 G<5553>1.04 E F0<4966>108 322.8 Q F1<6f7074>2.5
+ E F0<73756363656564732c2069742077696c6c2065>2.5 E
+ <786974207769746820302e>-.15 E<4f74686572776973652c20696620616e20657272
+ 6f72206f63637572732c2069742077696c6c2065>5 E
+ <78697420776974682061206e6f6e2d7a65726f2076>-.15 E<616c75652e>-.25 E F6
+ -.548<4155>72 339.6 S<54484f5253>.548 E F0
+ <4d61696e7461696e656420627920746865>108 351.6 Q/F7 9/Times-Roman at 0 SF
+ <4c4c>2.5 E<564d>-.9 E F0 -.7<5465>2.5 G
+ <616d20283c687474703a2f2f6c6c766d2e6f72>.7 E<673e292e>-.18 E 188.72
+ <43565320323030372d30322d3032>72 768 R<32>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/stkrc.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/stkrc.ps:1.1
*** /dev/null	Wed May 23 13:12:55 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/stkrc.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,315 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:18 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%+ font Times-Italic
+ %%+ font Courier
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 1
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ %%IncludeResource: font Times-Italic
+ %%IncludeResource: font Courier
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Courier at 0 ENC0/Courier RE/Times-Italic at 0 ENC0/Times-Italic RE
+ /Times-Bold at 0 ENC0/Times-Bold RE/Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF 138.39<53544b5243283129204c4c>72 48 R
+ <564d20436f6d6d616e64204775696465>-1 E<53544b5243283129>140.89 E/F1
+ 10.95/Times-Bold at 0 SF -.219<4e41>72 84 S<4d45>.219 E F0
+ <73746b726320ad20537461636b>108 96 Q<657220436f6d70696c6572>-.1 E F1
+ <53594e4f50534953>72 112.8 Q/F2 10/Times-Bold at 0 SF<73746b72>108 124.8 Q
+ <63>-.18 E F0<5b>2.5 E/F3 10/Times-Italic at 0 SF<6f7074696f6e73>A F0 2.5
+ <5d5b>C F3<8c6c656e616d65>-2.5 E F0<5d>A F1<4445534352495054494f4e>72
+ 141.6 Q F0<546865>108 153.6 Q F2<73746b72>3.468 E<63>-.18 E F0 .968<636f
+ 6d6d616e642069732074686520636f6d70696c657220666f722074686520537461636b>
+ 3.468 F .967<6572206c616e67756167652e20537461636b>-.1 F .967
+ <657220697320612073696d706c6520737461636b2062617365642c2046>-.1 F
+ <6f7274682d6c696b>-.15 E<65>-.1 E .865<6c616e677561676520746861742077>
+ 108 165.6 R .865<6173207772697474656e20617320612064656d6f6e737472617469
+ 6f6e206c616e677561676520666f72>-.1 F/F4 9/Times-Roman at 0 SF<4c4c>3.365 E
+ <564d>-.9 E F0 3.365<2e46>C .865<6f722064657461696c73206f6e20746865206c
+ 616e67756167652c20706c6561736520736565>-3.515 F
+ <3c687474703a2f2f6c6c766d2e6f72>108 177.6 Q<672f646f63732f537461636b>
+ -.18 E<6572>-.1 E 1.311<2e68746d6c3e202e20546865>-.55 F F2<73746b72>
+ 3.811 E<63>-.18 E F0 1.311<636f6d70696c65722069732066>3.811 F 1.311<6169
+ 726c79206d696e696d616c2e20497420636f6d70696c657320746f2062797465636f6465
+ 206f6e6c79>-.1 F 1.018<616e6420646f65736e27>108 189.6 R 3.518<7470>-.18
+ G 1.018<6572666f726d20616e>-3.518 F 3.518<796f>-.15 G 3.518
+ <7074696d697a6174696f6e732e20546865>-3.518 F 1.018<6f7574707574206f6620
+ 73746b72632028612062797465636f6465208c6c65292063616e20626520706970656420
+ 7468726f756768206f74686572>3.518 F F4<4c4c>108 201.6 Q<564d>-.9 E F0
+ <746f6f6c7320666f72206f7074696d697a6174696f6e20616e64206c696e6b696e672e>
+ 2.5 E<4966>108 218.4 Q F3<8c6c656e616d65>3.222 E F0 .722
+ <6973206f6d6974746564206f72206973>3.222 F/F5 10/Courier at 0 SF<ad>3.222 E
+ F0 3.222<2c74>C<68656e>-3.222 E F2<73746b72>3.222 E<63>-.18 E F0 .721<72
+ 656164732069747320696e7075742066726f6d207374616e6461726420696e7075742e20
+ 546869732069732075736566756c20666f7220636f6d62696e696e67>3.222 F
+ <74686520746f6f6c20696e746f206120706970656c696e652e>108 230.4 Q .141<49
+ 6620616e206f7574707574208c6c65206973206e6f742073706563698c65642077697468
+ 20746865>108 247.2 R F2<ad6f>2.641 E F0 .141<6f7074696f6e2c207468656e>
+ 2.641 F F2<6c6c766d2d6173>2.641 E F0 .142<73656e647320697473206f75747075
+ 7420746f2061208c6c65206f72207374616e64617264206f7574707574>2.642 F
+ <627920666f6c6c6f>108 259.2 Q<77696e672074686573652072756c65733a>-.25 E
+ 16.5<8349>108 276 S 2.5<6674>-16.5 G<686520696e707574206973207374616e64
+ 61726420696e7075742c207468656e20746865206f7574707574206973207374616e6461
+ 7264206f75747075742e>-2.5 E 16.5<8349>108 292.8 S 2.803<6674>-16.5 G
+ .303<686520696e7075742069732061208c6c65207468617420656e64732077697468>
+ -2.803 F F5<2e7374>2.802 E F0 2.802<2c74>C .302<68656e20746865206f757470
+ 7574208c6c65206973206f66207468652073616d65206e616d652c2065>-2.802 F .302
+ <786365707420746861742074686520737566>-.15 F<8c78>-.25 E
+ <6973206368616e67656420746f>128 304.8 Q F5<2e6263>2.5 E F0<2e>A 16.5
+ <8349>108 321.6 S 2.565<6674>-16.5 G .065<686520696e7075742069732061208c
+ 6c65207468617420646f6573206e6f7420656e64207769746820746865>-2.565 F F5
+ <2e7374>2.565 E F0<737566>2.565 E .065<8c782c207468656e20746865206f7574
+ 707574208c6c6520686173207468652073616d65206e616d6520617320746865>-.25 F
+ <696e707574208c6c652c2065>128 333.6 Q<7863657074207468617420746865>-.15
+ E F5<2e6263>2.5 E F0<737566>2.5 E<8c7820697320617070656e6465642e>-.25 E
+ F1<4f5054494f4e53>72 350.4 Q F2<ad6f>108 362.4 Q F3<8c6c656e616d65>2.5 E
+ F0<5370656369667920746865206f7574707574208c6c65206e616d652e>128 374.4 Q
+ <4966>5 E F3<8c6c656e616d65>2.5 E F0<6973>2.5 E F5<ad>2.5 E F0 2.5<2c74>
+ C<68656e>-2.5 E F2<6c6c766d2d6173>2.5 E F0<73656e647320697473206f757470
+ 757420746f207374616e64617264206f75747075742e>2.5 E F2<ad7374617473>108
+ 391.2 Q F0<5072696e7420737461746973746963732061637175697265642064757269
+ 6e6720636f6d70696c6174696f6e2e>128 403.2 Q F2<ad74696d65ad706173736573>
+ 108 420 Q F0<5265636f72642074686520616d6f756e74206f662074696d65206e6565
+ 64656420666f722065616368207061737320616e64207072696e7420697420746f207374
+ 616e64617264206572726f72>128 432 Q<2e>-.55 E F2<ad66>108 448.8 Q F0 -.15
+ <466f>10.97 G .51<72636520746865206f757470757420746f20626520777269747465
+ 6e2e204e6f726d616c6c79>.15 F<2c>-.65 E F2<73746b72>3.009 E<63>-.18 E F0
+ -.1<776f>3.009 G<6e27>.1 E 3.009<746f>-.18 G -.15<7665>-3.159 G .509
+ <72777269746520616e2065>.15 F .509
+ <78697374696e672062797465636f6465208c6c652e2054686973206f7074696f6e>-.15
+ F -.15<6f7665>128 460.8 S<72726964657320746861742062656861>.15 E
+ <76696f72>-.2 E<2e>-.55 E F2<ad73>108 477.6 Q F3<73746163>2.5 E
+ <6b73697a65>-.2 E F0 .306<537065636966792074686520737461636b2073697a6520
+ 666f72207468652070726f6772616d2e2054686520646566>128 489.6 R .306<61756c
+ 7420737461636b2073697a652c20313032342c2073686f756c6420626520737566>-.1 F
+ .306<8c6369656e7420666f72206d6f73742070726f2d>-.25 F .307
+ <6772616d732e2046>128 501.6 R .307<6f722076>-.15 F .307<657279206c6172>
+ -.15 F .307<67652070726f6772616d732c20657370656369616c6c792074686f736520
+ 7468617420726563757273652061206c6f742c20796f75206d696768742077>-.18 F
+ .306<616e7420746f2070726f>-.1 F .306<766964652061206c6172>-.15 F<676572>
+ -.18 E -.25<7661>128 513.6 S
+ <6c75652e204561636820756e6974206f6620746869732076>.25 E
+ <616c756520636f6e73756d65732038206279746573206f66206d656d6f7279>-.25 E
+ <2e>-.65 E F2<ad68656c70>108 530.4 Q F0<5072696e7420612073756d6d61727920
+ 6f6620636f6d6d616e64206c696e65206f7074696f6e732e>128 542.4 Q F1
+ <45584954205354>72 559.2 Q -1.04<4154>-.986 G<5553>1.04 E F0<4966>108
+ 571.2 Q F2<73746b72>3.001 E<63>-.18 E F0 .501
+ <73756363656564732c2069742077696c6c2065>3.001 F .501
+ <786974207769746820302e>-.15 F .502<4f74686572776973652c20696620616e2065
+ 72726f72206f63637572732c2069742077696c6c2065>5.501 F .502
+ <78697420776974682061206e6f6e2d7a65726f2076>-.15 F .502
+ <616c75652c207573752d>-.25 F<616c6c7920312e>108 583.2 Q F1
+ <53454520414c534f>72 600 Q F0
+ <6c6c766d2d61732c203c687474703a2f2f6c6c766d2e6f72>108 612 Q
+ <672f646f63732f537461636b>-.18 E<6572>-.1 E<2e68746d6c3e>-.55 E F1 -.548
+ <4155>72 628.8 S<54484f5253>.548 E F0
+ <4d61696e7461696e656420627920746865>108 640.8 Q F4<4c4c>2.5 E<564d>-.9 E
+ F0 -.7<5465>2.5 G<616d20283c687474703a2f2f6c6c766d2e6f72>.7 E<673e292e>
+ -.18 E 188.72<43565320323030362d30332d3133>72 768 R<31>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF


Index: llvm-www/releases/2.0/docs/CommandGuide/ps/tblgen.ps
diff -c /dev/null llvm-www/releases/2.0/docs/CommandGuide/ps/tblgen.ps:1.1
*** /dev/null	Wed May 23 13:12:55 2007
--- llvm-www/releases/2.0/docs/CommandGuide/ps/tblgen.ps	Wed May 23 13:12:36 2007
***************
*** 0 ****
--- 1,323 ----
+ %!PS-Adobe-3.0
+ %%Creator: groff version 1.18.1.1
+ %%CreationDate: Wed May 23 13:04:18 2007
+ %%DocumentNeededResources: font Times-Roman
+ %%+ font Times-Bold
+ %%+ font Times-Italic
+ %%+ font Courier
+ %%DocumentSuppliedResources: procset grops 1.18 1
+ %%Pages: 2
+ %%PageOrder: Ascend
+ %%Orientation: Portrait
+ %%EndComments
+ %%BeginProlog
+ %%BeginResource: procset grops 1.18 1
+ /setpacking where{
+ pop
+ currentpacking
+ true setpacking
+ }if
+ /grops 120 dict dup begin
+ /SC 32 def
+ /A/show load def
+ /B{0 SC 3 -1 roll widthshow}bind def
+ /C{0 exch ashow}bind def
+ /D{0 exch 0 SC 5 2 roll awidthshow}bind def
+ /E{0 rmoveto show}bind def
+ /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /G{0 rmoveto 0 exch ashow}bind def
+ /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /I{0 exch rmoveto show}bind def
+ /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /K{0 exch rmoveto 0 exch ashow}bind def
+ /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /M{rmoveto show}bind def
+ /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
+ /O{rmoveto 0 exch ashow}bind def
+ /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /Q{moveto show}bind def
+ /R{moveto 0 SC 3 -1 roll widthshow}bind def
+ /S{moveto 0 exch ashow}bind def
+ /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
+ /SF{
+ findfont exch
+ [exch dup 0 exch 0 exch neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /MF{
+ findfont
+ [5 2 roll
+ 0 3 1 roll
+ neg 0 0]makefont
+ dup setfont
+ [exch/setfont cvx]cvx bind def
+ }bind def
+ /level0 0 def
+ /RES 0 def
+ /PL 0 def
+ /LS 0 def
+ /MANUAL{
+ statusdict begin/manualfeed true store end
+ }bind def
+ /PLG{
+ gsave newpath clippath pathbbox grestore
+ exch pop add exch pop
+ }bind def
+ /BP{
+ /level0 save def
+ 1 setlinecap
+ 1 setlinejoin
+ 72 RES div dup scale
+ LS{
+ 90 rotate
+ }{
+ 0 PL translate
+ }ifelse
+ 1 -1 scale
+ }bind def
+ /EP{
+ level0 restore
+ showpage
+ }bind def
+ /DA{
+ newpath arcn stroke
+ }bind def
+ /SN{
+ transform
+ .25 sub exch .25 sub exch
+ round .25 add exch round .25 add exch
+ itransform
+ }bind def
+ /DL{
+ SN
+ moveto
+ SN
+ lineto stroke
+ }bind def
+ /DC{
+ newpath 0 360 arc closepath
+ }bind def
+ /TM matrix def
+ /DE{
+ TM currentmatrix pop
+ translate scale newpath 0 0 .5 0 360 arc closepath
+ TM setmatrix
+ }bind def
+ /RC/rcurveto load def
+ /RL/rlineto load def
+ /ST/stroke load def
+ /MT/moveto load def
+ /CL/closepath load def
+ /Fr{
+ setrgbcolor fill
+ }bind def
+ /Fk{
+ setcmykcolor fill
+ }bind def
+ /Fg{
+ setgray fill
+ }bind def
+ /FL/fill load def
+ /LW/setlinewidth load def
+ /Cr/setrgbcolor load def
+ /Ck/setcmykcolor load def
+ /Cg/setgray load def
+ /RE{
+ findfont
+ dup maxlength 1 index/FontName known not{1 add}if dict begin
+ {
+ 1 index/FID ne{def}{pop pop}ifelse
+ }forall
+ /Encoding exch def
+ dup/FontName exch def
+ currentdict end definefont pop
+ }bind def
+ /DEFS 0 def
+ /EBEGIN{
+ moveto
+ DEFS begin
+ }bind def
+ /EEND/end load def
+ /CNT 0 def
+ /level1 0 def
+ /PBEGIN{
+ /level1 save def
+ translate
+ div 3 1 roll div exch scale
+ neg exch neg exch translate
+ 0 setgray
+ 0 setlinecap
+ 1 setlinewidth
+ 0 setlinejoin
+ 10 setmiterlimit
+ []0 setdash
+ /setstrokeadjust where{
+ pop
+ false setstrokeadjust
+ }if
+ /setoverprint where{
+ pop
+ false setoverprint
+ }if
+ newpath
+ /CNT countdictstack def
+ userdict begin
+ /showpage{}def
+ }bind def
+ /PEND{
+ clear
+ countdictstack CNT sub{end}repeat
+ level1 restore
+ }bind def
+ end def
+ /setpacking where{
+ pop
+ setpacking
+ }if
+ %%EndResource
+ %%IncludeResource: font Times-Roman
+ %%IncludeResource: font Times-Bold
+ %%IncludeResource: font Times-Italic
+ %%IncludeResource: font Courier
+ grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
+ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron
+ /Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
+ /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
+ /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
+ /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
+ /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
+ /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
+ /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
+ /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
+ /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
+ /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
+ /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
+ /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
+ /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
+ /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
+ /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
+ /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
+ /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
+ /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
+ /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
+ /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
+ /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
+ /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
+ /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
+ /Courier at 0 ENC0/Courier RE/Times-Italic at 0 ENC0/Times-Italic RE
+ /Times-Bold at 0 ENC0/Times-Bold RE/Times-Roman at 0 ENC0/Times-Roman RE
+ %%EndProlog
+ %%Page: 1 1
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF 131.18<54424c47454e283129204c4c>72 48 R
+ <564d20436f6d6d616e64204775696465>-1 E<54424c47454e283129>133.68 E/F1
+ 10.95/Times-Bold at 0 SF -.219<4e41>72 84 S<4d45>.219 E F0
+ <74626c67656e20ad2054>108 96 Q<6172>-.8 E
+ <676574204465736372697074696f6e2054>-.18 E 2.5<6f43>-.8 G
+ <2b2b20436f64652047656e657261746f72>-2.5 E F1<53594e4f50534953>72 112.8
+ Q/F2 10/Times-Bold at 0 SF<74626c67656e>108 124.8 Q F0<5b>2.5 E/F3 10
+ /Times-Italic at 0 SF<6f7074696f6e73>A F0 2.5<5d5b>C F3<8c6c656e616d65>-2.5
+ E F0<5d>A F1<4445534352495054494f4e>72 141.6 Q F2<74626c67656e>108 153.6
+ Q F0 .36<7472616e736c617465732066726f6d20746172>2.86 F .36
+ <676574206465736372697074696f6e20282e746429208c6c657320696e746f2043>-.18
+ F/F4 8/Times-Roman at 0 SF -1<2b2b>-1 -1.2 O F0 .36<636f646520746861742063
+ 616e20626520696e636c7564656420696e207468652064658c6e6974696f6e206f662061
+ 6e>2.86 1.2 N/F5 9/Times-Roman at 0 SF<4c4c>108 165.6 Q<564d>-.9 E F0
+ <746172>3.613 E 1.113<676574206c696272617279>-.18 F 3.613<2e4d>-.65 G
+ 1.113<6f7374207573657273206f66>-3.613 F F5<4c4c>3.613 E<564d>-.9 E F0
+ 1.114<77696c6c206e6f74206e65656420746f2075736520746869732070726f6772616d
+ 2e204974206973206f6e6c7920666f7220617373697374696e672077697468>3.613 F
+ <77726974696e6720616e>108 177.6 Q F5<4c4c>2.5 E<564d>-.9 E F0<746172>2.5
+ E<676574206261636b>-.18 E<656e642e>-.1 E .497
+ <54686520696e70757420616e64206f7574707574206f66>108 194.4 R F2
+ <74626c67656e>2.997 E F0 .497<6973206265>2.997 F .497<796f6e642074686520
+ 73636f7065206f6620746869732073686f727420696e74726f64756374696f6e2e20506c
+ 656173652073656520746865>-.15 F F3<436f646547656e6572>2.997 E<612d>-.15
+ E<74696f6e>108 206.4 Q F0<7061676520696e20746865>2.5 E F5<4c4c>2.5 E
+ <564d>-.9 E F0<646f63756d656e746174696f6e2e>2.5 E<546865>108 223.2 Q F3
+ <8c6c656e616d65>2.5 E F0<6172>2.5 E
+ <67756d656e742073706563698c657320746865206e616d65206f6620612054>-.18 E
+ <6172>-.8 E<676574204465736372697074696f6e20282e746429208c6c6520746f2072
+ 65616420617320696e7075742e>-.18 E F1<4f5054494f4e53>72 240 Q F2
+ <adad68656c70>108 252 Q F0<5072696e7420612073756d6d617279206f6620636f6d
+ 6d616e64206c696e65206f7074696f6e732e>128 264 Q F2<ad6f>108 280.8 Q F3
+ <8c6c656e616d65>2.5 E F0
+ <5370656369667920746865206f7574707574208c6c65206e616d652e>128 292.8 Q
+ <4966>5 E F3<8c6c656e616d65>2.5 E F0<6973>2.5 E/F6 10/Courier at 0 SF<ad>
+ 2.5 E F0 2.5<2c74>C<68656e>-2.5 E F2<74626c67656e>2.5 E F0<73656e647320
+ 697473206f757470757420746f207374616e64617264206f75747075742e>2.5 E F2
+ <ad49>108 309.6 Q F3<646972>2.5 E<6563746f7279>-.37 E F0 .004
+ <5370656369667920776865726520746f208c6e64206f7468657220746172>128 321.6
+ R .005<676574206465736372697074696f6e208c6c657320666f7220696e636c757369
+ 6f6e2e20546865>-.18 F F3<646972>2.505 E<6563746f7279>-.37 E F0 -.25
+ <7661>2.505 G .005<6c75652073686f756c6420626520612066756c6c206f72>.25 F<
+ 7061727469616c207061746820746f2061206469726563746f7279207468617420636f6e
+ 7461696e7320746172>128 333.6 Q
+ <676574206465736372697074696f6e208c6c65732e>-.18 E F2
+ <ad61736d777269746572>108 350.4 Q<6e756d>-.15 E F3<4e>2.5 E F0<4d616b>
+ 128 362.4 Q 2.5<65ad>-.1 G<67656ead61736dad77726974657220656d6974206173
+ 73656d626c7920777269746572206e756d626572>-2.5 E F3<4e>2.5 E F0<2e>A F2
+ <ad636c617373>108 379.2 Q F3<636c617373204e616d65>2.5 E F0<5072696e7420
+ 74686520656e756d65726174696f6e206c69737420666f72207468697320636c6173732e>
+ 128 391.2 Q F2<ad7072696e74ad72>108 408 Q<65636f726473>-.18 E F0<507269
+ 6e7420616c6c207265636f72647320746f207374616e64617264206f7574707574202864
+ 6566>128 420 Q<61756c74292e>-.1 E F2<ad7072696e74ad656e756d73>108 436.8
+ Q F0<5072696e7420656e756d65726174696f6e2076>128 448.8 Q
+ <616c75657320666f72206120636c617373>-.25 E F2<ad67656ead656d6974746572>
+ 108 465.6 Q F0
+ <47656e6572617465206d616368696e6520636f646520656d6974746572>128 477.6 Q
+ <2e>-.55 E F2<ad67656ead72>108 494.4 Q<65676973746572ad656e756d73>-.18 E
+ F0<47656e65726174652074686520656e756d65726174696f6e2076>128 506.4 Q
+ <616c75657320666f7220616c6c207265>-.25 E<676973746572732e>-.15 E F2
+ <ad67656ead72>108 523.2 Q<65676973746572ad64657363>-.18 E F0
+ <47656e65726174652061207265>128 535.2 Q
+ <67697374657220696e666f206465736372697074696f6e20666f722065616368207265>
+ -.15 E<676973746572>-.15 E<2e>-.55 E F2<ad67656ead72>108 552 Q
+ <65676973746572ad64657363ad686561646572>-.18 E F0
+ <47656e65726174652061207265>128 564 Q<67697374657220696e666f206465736372
+ 697074696f6e2068656164657220666f722065616368207265>-.15 E<676973746572>
+ -.15 E<2e>-.55 E F2<ad67656ead696e737472ad656e756d73>108 580.8 Q F0
+ <47656e657261746520656e756d65726174696f6e2076>128 592.8 Q
+ <616c75657320666f7220696e737472756374696f6e732e>-.25 E F2
+ <ad67656ead696e737472ad64657363>108 609.6 Q F0
+ <47656e657261746520696e737472756374696f6e206465736372697074696f6e732e>
+ 128 621.6 Q F2<ad67656ead61736dad777269746572>108 638.4 Q F0
+ <47656e65726174652074686520617373656d626c7920777269746572>128 650.4 Q
+ <2e>-.55 E F2<ad67656ead646167ad6973656c>108 667.2 Q F0
+ <47656e65726174652061>128 679.2 Q F5 -.36<444147>2.5 G F0
+ <284469726563746564204163>2.86 E
+ <79636c652047726170682920696e737472756374696f6e2073656c6563746f72>-.15 E
+ <2e>-.55 E F2<ad67656ead737562746172>108 696 Q<676574>-.1 E F0
+ <47656e657261746520737562746172>128 708 Q
+ <67657420656e756d65726174696f6e732e>-.18 E 188.72
+ <43565320323030362d30362d3032>72 768 R<31>205.67 E 0 Cg EP
+ %%Page: 2 2
+ %%BeginPageSetup
+ BP
+ %%EndPageSetup
+ /F0 10/Times-Roman at 0 SF 131.18<54424c47454e283129204c4c>72 48 R
+ <564d20436f6d6d616e64204775696465>-1 E<54424c47454e283129>133.68 E/F1 10
+ /Times-Bold at 0 SF<ad67656ead696e7472696e736963>108 84 Q F0
+ <47656e657261746520696e7472696e73696320696e666f726d6174696f6e2e>128 96 Q
+ F1<ad76>108 112.8 Q<657273696f6e>-.1 E F0<53686f>128 124.8 Q 2.5<7774>
+ -.25 G<68652076>-2.5 E
+ <657273696f6e206e756d626572206f6620746869732070726f6772616d2e>-.15 E/F2
+ 10.95/Times-Bold at 0 SF<45584954205354>72 141.6 Q -1.04<4154>-.986 G<5553>
+ 1.04 E F0<4966>108 153.6 Q F1<74626c67656e>2.5 E F0
+ <73756363656564732c2069742077696c6c2065>2.5 E<786974207769746820302e>
+ -.15 E<4f74686572776973652c20696620616e206572726f72206f63637572732c2069
+ 742077696c6c2065>5 E<78697420776974682061206e6f6e2d7a65726f2076>-.15 E
+ <616c75652e>-.25 E F2 -.548<4155>72 170.4 S<54484f5253>.548 E F0
+ <4d61696e7461696e656420627920546865>108 182.4 Q/F3 9/Times-Roman at 0 SF
+ <4c4c>2.5 E<564d>-.9 E F0 -.7<5465>2.5 G
+ <616d20283c687474703a2f2f6c6c766d2e6f72>.7 E<673e292e>-.18 E 188.72
+ <43565320323030362d30362d3032>72 768 R<32>205.67 E 0 Cg EP
+ %%Trailer
+ end
+ %%EOF






More information about the llvm-commits mailing list