Skip to content

Commit 8ccafc9

Browse files
committed
Fix comments
1 parent cff1cd3 commit 8ccafc9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mlir/lib/Target/LLVMIR/ModuleTranslation.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ LogicalResult ModuleTranslation::convertAliases() {
12681268
? llvm::GlobalAlias::GeneralDynamicTLSModel
12691269
: llvm::GlobalAlias::NotThreadLocal);
12701270

1271-
// Note there is no need to steup the comdat because GlobalAlias calls into
1271+
// Note there is no need to setup the comdat because GlobalAlias calls into
12721272
// the aliasee comdat information automatically.
12731273

12741274
if (op.getUnnamedAddr().has_value())
@@ -1307,9 +1307,6 @@ LogicalResult ModuleTranslation::convertAliases() {
13071307
if (failed(convertDialectAttributes(op, {})))
13081308
return failure();
13091309

1310-
// Debug info (TODO): finally, update the compile units their respective sets
1311-
// of global aliases created earlier.
1312-
13131310
return success();
13141311
}
13151312

0 commit comments

Comments
 (0)