Fix comment [NFC] (#134)

* Reorganize main function.

* Follow review comments.

* Emit constants are globals in Krnl and LLVM dialects.

* Fix comment.
This commit is contained in:
Gheorghe-Teodor Bercea 2020-05-19 14:21:59 -04:00 committed by GitHub
parent 463efb736d
commit c476f05a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ void emitOutputFiles(string outputBaseName, EmissionTargetType emissionTarget,
// (2) a version without constants meant for being inspected by users and // (2) a version without constants meant for being inspected by users and
// stored in: // stored in:
// //
// <name>.mlir // <name>.tmp
// //
// In the case of the LLVM Dialect IR the constant values are grouped // In the case of the LLVM Dialect IR the constant values are grouped
// outside the function code at the beginning of the file in which case the // outside the function code at the beginning of the file in which case the