diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2004-03-01 23:53:11 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-03-01 23:53:11 +0000 |
| commit | a6025e648052a332d3975573105570edd2660c5c (patch) | |
| tree | 48511fa8fc9d88ed16e644ace105b074be6dc2de /llvm/lib/Target/X86/Printer.cpp | |
| parent | 45da18d2a4a8dbadd2580fa383ddf42cc0b4b258 (diff) | |
| download | bcm5719-llvm-a6025e648052a332d3975573105570edd2660c5c.tar.gz bcm5719-llvm-a6025e648052a332d3975573105570edd2660c5c.zip | |
Doxygenify some comments.
llvm-svn: 12064
Diffstat (limited to 'llvm/lib/Target/X86/Printer.cpp')
| -rw-r--r-- | llvm/lib/Target/X86/Printer.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Target/X86/Printer.cpp b/llvm/lib/Target/X86/Printer.cpp index a1b148a1aa8..62dcb70e39f 100644 --- a/llvm/lib/Target/X86/Printer.cpp +++ b/llvm/lib/Target/X86/Printer.cpp @@ -7,10 +7,10 @@ // //===----------------------------------------------------------------------===// // -// This file contains a printer that converts from our internal -// representation of machine-dependent LLVM code to Intel-format -// assembly language. This printer is the output mechanism used -// by `llc' and `lli -print-machineinstrs' on X86. +// This file contains a printer that converts from our internal representation +// of machine-dependent LLVM code to Intel-format assembly language. This +// printer is the output mechanism used by `llc' and `lli -print-machineinstrs' +// on X86. // //===----------------------------------------------------------------------===// |

