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/llvm2cpp.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/llvm2cpp.pod')
-rw-r--r-- | llvm/docs/CommandGuide/llvm2cpp.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm2cpp.pod b/llvm/docs/CommandGuide/llvm2cpp.pod index 45fc48f3ba2..4b86ae0fea6 100644 --- a/llvm/docs/CommandGuide/llvm2cpp.pod +++ b/llvm/docs/CommandGuide/llvm2cpp.pod @@ -2,7 +2,7 @@ =head1 NAME -llvm2xpp - LLVM bytecode to LLVM C++ IR translator +llvm2xpp - LLVM bitcode to LLVM C++ IR translator =head1 SYNOPSIS @@ -10,7 +10,7 @@ B<llvm2cpp> [I<options>] [I<filename>] =head1 DESCRIPTION -B<llvm2cpp> translates from LLVM bytecode (.bc files) to a +B<llvm2cpp> translates from LLVM bitcode (.bc files) to a corresponding C++ source file that will make calls against the LLVM C++ API to build the same module as the input. By default, the C++ output is a complete program that builds the module, verifies it and then emits the module as |