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 5b5b7b6 commit d3d29f9Copy full SHA for d3d29f9
scripts/lldbinit.py
@@ -53,7 +53,7 @@ def print_usage() -> None:
53
being treated as a TYPE and ID.
54
IR is the CheckIRId(N) in the form `irN`. Not all ID types have an `ir`
55
prefix, the ones which do are dumped with that prefix, such as for
56
- InstId as `ir1.inst2`.
+ `inst` as `ir1.inst2`.
57
TYPE can be `inst`, `constant`, `generic`, `impl`, `entity_name`, etc. See
58
the `Label` string in `IdBase` classes to find possible TYPE names,
59
though only Id types that have a matching `Make...Id()` function are
0 commit comments