We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0216339 commit a9d8a29Copy full SHA for a9d8a29
src/passes/Print.cpp
@@ -120,7 +120,7 @@ struct PrintSExpression : public UnifiedExpressionVisitor<PrintSExpression> {
120
// Keep track of the last printed debug location to avoid printing
121
// repeated debug locations for children. nullopt means that we have
122
// not yet printed any debug location, or that we last printed an
123
- // annotation indicating that the expression had not associated
+ // annotation indicating that the expression had no associated
124
// debug location.
125
std::optional<Function::DebugLocation> lastPrintedLocation;
126
bool debugInfo;
0 commit comments