mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
Add capitilization and punctuation to TODO comments (#4486)
Co-authored-by: Josh L <josh11b@users.noreply.github.com>
This commit is contained in:
@@ -49,7 +49,7 @@ auto CodeGen::EmitCode(llvm::raw_pwrite_stream& out,
|
||||
|
||||
// Using the legacy PM to generate the assembly since the new PM
|
||||
// does not work with this yet.
|
||||
// TODO: make the new PM work with the codegen pipeline.
|
||||
// TODO: Make the new PM work with the codegen pipeline.
|
||||
llvm::legacy::PassManager pass;
|
||||
// Note that this returns true on an error.
|
||||
if (target_machine_->addPassesToEmitFile(pass, out, nullptr, file_type)) {
|
||||
|
||||
Reference in New Issue
Block a user