aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide/stkrc.pod
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2007-07-09 11:24:05 +0000
committerGabor Greif <ggreif@gmail.com>2007-07-09 11:24:05 +0000
commit3bd6e0d9dae8b8c29fd15a52b2c5c9cbeb9d8e78 (patch)
tree0683d350b0bc8287ab71d50c9840d6ba294202ab /docs/CommandGuide/stkrc.pod
parent751d173e17e6b2cc1e0c41127b28f5f7fd8cb7be (diff)
downloadexternal_llvm-3bd6e0d9dae8b8c29fd15a52b2c5c9cbeb9d8e78.tar.gz
external_llvm-3bd6e0d9dae8b8c29fd15a52b2c5c9cbeb9d8e78.tar.bz2
external_llvm-3bd6e0d9dae8b8c29fd15a52b2c5c9cbeb9d8e78.zip
eliminated all references to 'bytecode' from .pod files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38452 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/stkrc.pod')
-rw-r--r--docs/CommandGuide/stkrc.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/CommandGuide/stkrc.pod b/docs/CommandGuide/stkrc.pod
index ba5489d358..4d8b4c9758 100644
--- a/docs/CommandGuide/stkrc.pod
+++ b/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>