Chromium Code Reviews| Index: src/IceCompiler.cpp |
| diff --git a/src/IceCompiler.cpp b/src/IceCompiler.cpp |
| index 7764b71dfeca941054c7a6b7ba2f89ee2dd3bacf..5d87f224a79f05ad505830692c818bcb5b330004 100644 |
| --- a/src/IceCompiler.cpp |
| +++ b/src/IceCompiler.cpp |
| @@ -6,13 +6,14 @@ |
| // License. See LICENSE.TXT for details. |
| // |
| //===----------------------------------------------------------------------===// |
| -// |
| -// 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. |
| -// |
| +/// |
| +/// \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 longer than needed |
|
jvoung (off chromium)
2015/07/06 21:43:25
"longer than needed"?
|
| +/// 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. |
| +/// |
| //===----------------------------------------------------------------------===// |
| #include "IceCompiler.h" |