File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments