Convert a bunch of uses of 'bytecode' into 'bitcode'. This
[oota-llvm.git] / examples / ModuleMaker / README.txt
index ecbe30e4cfe8405c24852cc890f2d98fde176567..66a5d3fe0b1a75af266879edd6425ca4bdf8b46f 100644 (file)
@@ -4,5 +4,5 @@
 
 This project is an extremely simple example of using some simple pieces of the 
 LLVM API.  The actual executable generated by this project simply emits an 
-LLVM bytecode file to standard output.  It is designed to show some basic 
+LLVM bitcode file to standard output.  It is designed to show some basic 
 usage of LLVM APIs, and how to link to LLVM libraries.