File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ struct Literal { langutil::DebugData::ConstPtr debugData; LiteralKind kind; Lite
73
73
// / External / internal identifier or label reference
74
74
struct Identifier { langutil::DebugData::ConstPtr debugData; YulName name; };
75
75
// / AST Node representing a reference to one of the built-in functions (as defined by the dialect).
76
- // / In the source it's an actual name, while in the AST we only store a handle that can be used to find the the function in the Dialect
76
+ // / In the source it's an actual name, while in the AST we only store a handle that can be used to find the function in the Dialect
77
77
struct BuiltinName { langutil::DebugData::ConstPtr debugData; BuiltinHandle handle; };
78
78
// / Assignment ("x := mload(20:u256)", expects push-1-expression on the right hand
79
79
// / side and requires x to occupy exactly one stack slot.
You can’t perform that action at this time.
0 commit comments