From e9da6db67fba424f20f9dcf4406f3ad93a622ff9 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Wed, 29 Sep 2010 20:09:55 +0000 Subject: Convert a bunch of uses of 'bytecode' into 'bitcode'. This is not everything, but the remaining cases are less trivial. llvm-svn: 115080 --- llvm/utils/llvm-native-gcc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/utils/llvm-native-gcc') diff --git a/llvm/utils/llvm-native-gcc b/llvm/utils/llvm-native-gcc index b3cecb14118..91a557cc161 100755 --- a/llvm/utils/llvm-native-gcc +++ b/llvm/utils/llvm-native-gcc @@ -193,10 +193,10 @@ native-build [OPTIONS...] FILE 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 -- cgit v1.2.3