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:
parent
463efb736d
commit
c476f05a45
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue