From 3bd6e0d9dae8b8c29fd15a52b2c5c9cbeb9d8e78 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Mon, 9 Jul 2007 11:24:05 +0000 Subject: 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 --- docs/CommandGuide/llvm-as.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/CommandGuide/llvm-as.pod') diff --git a/docs/CommandGuide/llvm-as.pod b/docs/CommandGuide/llvm-as.pod index b45fdf63bf..2befed13ae 100644 --- a/docs/CommandGuide/llvm-as.pod +++ b/docs/CommandGuide/llvm-as.pod @@ -11,7 +11,7 @@ B [I] [I] =head1 DESCRIPTION B is the LLVM assembler. It reads a file containing human-readable -LLVM assembly language, translates it to LLVM bytecode, and writes the result +LLVM assembly language, translates it to LLVM bitcode, and writes the result into a file or to standard output. If F is omitted or is C<->, then B reads its input from @@ -48,7 +48,7 @@ suffix is appended. Force overwrite. Normally, B will refuse to overwrite an output file that already exists. With this option, B -will overwrite the output file and replace it with new bytecode. +will overwrite the output file and replace it with new bitcode. =item B<--help> -- cgit v1.2.3