Convert a bunch of uses of 'bytecode' into 'bitcode'. This
is not everything, but the remaining cases are less trivial.
llvm-svn: 115080
diff --git a/llvm/utils/llvm-native-gcc b/llvm/utils/llvm-native-gcc
index b3cecb1..91a557c 100755
--- a/llvm/utils/llvm-native-gcc
+++ b/llvm/utils/llvm-native-gcc
@@ -193,10 +193,10 @@
llvm-native-gcc is a wrapper around the LLVM command-line tools which generates
a native object (.o) file by compiling FILE with llvm-gcc, and then running
-an LLVM back-end (CBE by default) over the resulting bytecode, and then
+an LLVM back-end (CBE by default) over the resulting bitcode, and then
compiling the resulting code to a native object file.
-If called as "native-build", it compiles bytecode to native code, and takes
+If called as "native-build", it compiles bitcode to native code, and takes
different options.
=head1 OPTIONS