X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FCommandGuide%2Fstkrc.pod;h=4d8b4c9758a3d865c701549d29424ac6fbbc19be;hb=6fa1c051dc515b6fd1f9a26ac12fed985469bff5;hp=54e46b444d3d239506a619f68a2eedc3e2245961;hpb=e5eb507a913cf8ec137f171a980cfed1e0b285cd;p=oota-llvm.git diff --git a/docs/CommandGuide/stkrc.pod b/docs/CommandGuide/stkrc.pod index 54e46b444d3..4d8b4c9758a 100644 --- a/docs/CommandGuide/stkrc.pod +++ b/docs/CommandGuide/stkrc.pod @@ -13,9 +13,9 @@ B [I] [I] The B command is the compiler for the Stacker language. Stacker is a simple stack based, Forth-like language that was written as a demonstration language for LLVM. For details on the language, please see -L . The B compiler is fairly -minimal. It compiles to bytecode only and doesn't perform any optimizations. -The output of stkrc (a bytecode file) can be piped through other LLVM tools +L . The B compiler is fairly +minimal. It compiles to bitcode only and doesn't perform any optimizations. +The output of stkrc (a bitcode file) can be piped through other LLVM tools for optimization and linking. If F is omitted or is C<->, then B reads its input @@ -65,7 +65,7 @@ error. =item B<-f> Force the output to be written. Normally, B won't overwrite an existing -bytecode file. This option overrides that behavior. +bitcode file. This option overrides that behavior. =item B<-s> F @@ -87,10 +87,10 @@ occurs, it will exit with a non-zero value, usually 1. =head1 SEE ALSO -L, L +L, L =head1 AUTHORS -Maintained by the LLVM Team (L). +Maintained by the LLVM Team (L). =cut