From a54634adeffe67b31ccf8537c305c5235bf94ca0 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Fri, 6 Jul 2007 22:07:22 +0000 Subject: first pass of nomenclature changes in .html files llvm-svn: 37956 --- llvm/docs/UsingLibraries.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'llvm/docs/UsingLibraries.html') diff --git a/llvm/docs/UsingLibraries.html b/llvm/docs/UsingLibraries.html index 74b03d96230..af57907ef66 100644 --- a/llvm/docs/UsingLibraries.html +++ b/llvm/docs/UsingLibraries.html @@ -81,15 +81,15 @@ LLVMAsmParser.a LLVM assembly parsing LLVMBCReader.a - LLVM bytecode reading + LLVM bitcode reading LLVMBCWriter.a - LLVM bytecode writing + LLVM bitcode writing LLVMCore.a LLVM core intermediate representation LLVMDebugger.a Source level debugging support LLVMLinker.a - Bytecode and archive linking interface + Bitcode and archive linking interface LLVMSupport.a General support utilities LLVMSystem.a @@ -141,9 +141,9 @@ Runtime Libraries LLVMInterpreter.o - Bytecode Interpreter + Bitcode Interpreter LLVMJIT.o - Bytecode JIT Compiler + Bitcode JIT Compiler LLVMExecutionEngine.o Virtual machine engine -- cgit v1.2.3