| Index: src/IceCompiler.cpp
|
| diff --git a/src/IceCompiler.cpp b/src/IceCompiler.cpp
|
| index fdd97563ab5473349dbde4093b9dd59866d26ee4..adccfd2c4121547835e9bb83f28679f100adb609 100644
|
| --- a/src/IceCompiler.cpp
|
| +++ b/src/IceCompiler.cpp
|
| @@ -8,11 +8,12 @@
|
| //===----------------------------------------------------------------------===//
|
| ///
|
| /// \file
|
| -/// This file defines a driver for translating PNaCl bitcode into native code.
|
| -/// It can either directly parse the binary bitcode file, or use LLVM routines
|
| -/// to parse a textual bitcode file into LLVM IR and then convert LLVM IR into
|
| -/// ICE. In either case, the high-level ICE is then compiled down to native
|
| -/// code, as either an ELF object file or a textual asm file.
|
| +/// \brief Defines a driver for translating PNaCl bitcode into native code.
|
| +///
|
| +/// The driver can either directly parse the binary bitcode file, or use LLVM
|
| +/// routines to parse a textual bitcode file into LLVM IR and then convert LLVM
|
| +/// IR into ICE. In either case, the high-level ICE is then compiled down to
|
| +/// native code, as either an ELF object file or a textual asm file.
|
| ///
|
| //===----------------------------------------------------------------------===//
|
|
|
|
|