diff options
| author | Gabor Greif <ggreif@gmail.com> | 2007-07-09 11:24:05 +0000 |
|---|---|---|
| committer | Gabor Greif <ggreif@gmail.com> | 2007-07-09 11:24:05 +0000 |
| commit | 6c0bda829ee0e8076b263d0587d71255689434db (patch) | |
| tree | a6a2d27c6293de8e504f9376e891cc7ab3d62c37 /llvm/docs/CommandGuide/stkrc.pod | |
| parent | 7671b99aa048ded9d518e3f1c5460cac6ef7555e (diff) | |
| download | bcm5719-llvm-6c0bda829ee0e8076b263d0587d71255689434db.tar.gz bcm5719-llvm-6c0bda829ee0e8076b263d0587d71255689434db.zip | |
eliminated all references to 'bytecode' from .pod files
llvm-svn: 38452
Diffstat (limited to 'llvm/docs/CommandGuide/stkrc.pod')
| -rw-r--r-- | llvm/docs/CommandGuide/stkrc.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/CommandGuide/stkrc.pod b/llvm/docs/CommandGuide/stkrc.pod index ba5489d3583..4d8b4c9758a 100644 --- a/llvm/docs/CommandGuide/stkrc.pod +++ b/llvm/docs/CommandGuide/stkrc.pod @@ -14,8 +14,8 @@ The B<stkrc> 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<http://llvm.org/docs/Stacker.html> . The B<stkrc> 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 +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<filename> is omitted or is C<->, then B<stkrc> reads its input @@ -65,7 +65,7 @@ error. =item B<-f> Force the output to be written. Normally, B<stkrc> won't overwrite an existing -bytecode file. This option overrides that behavior. +bitcode file. This option overrides that behavior. =item B<-s> F<stacksize> |

