Skip to content

Commit e660a83

Browse files
authored
Reduce number of pluses
1 parent d901a27 commit e660a83

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

sycl/doc/extensions/SPIRV/SPV_INTEL_debug_module.asciidoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,34 +129,34 @@ _Set_ must be result of an OpExtInstImport instruction. +
129129

130130
_Name_ is an *OpString*, holding the name of the imported module. +
131131

132-
_Source_ is a *DebugSource* instruction representing text of the source program +
132+
_Source_ is a *DebugSource* instruction representing text of the source program
133133
of the module. +
134134

135-
_Line_ is a single word literal denoting the source line number at which the +
135+
_Line_ is a single word literal denoting the source line number at which the
136136
declaration or use of a module appears in the _Source_. +
137137

138138
_Parent_ is id of a debug instruction which represents the parent lexical scope. +
139139

140-
_ConfigurationMacros_ is an *OpString*, holding space-separated shell-quoted +
141-
list of -D macro definitions as they would appear on a command line specified +
140+
_ConfigurationMacros_ is an *OpString*, holding space-separated shell-quoted
141+
list of -D macro definitions as they would appear on a command line specified
142142
to a preprocessor on early stages of _Source_ translation to a SPIR-V module. +
143143

144144
_IncludePath_ is an *OpString*, holding the path to the module map file. +
145145

146-
_APINotesFile_ is an *OpString*, holding the path to an API notes file for this +
146+
_APINotesFile_ is an *OpString*, holding the path to an API notes file for this
147147
module. +
148148

149-
_IsDecl_ indicates if the module is a declaration and must be one of the +
149+
_IsDecl_ indicates if the module is a declaration and must be one of the
150150
following values: +
151151
0 indicates that this module is not a declaration +
152152
1 indicates that this module is a declaration +
153153

154154
The *DebugModuleINTEL* instruction has no semantic impact and can be safely
155155
removed from the module if all references to _Result_ of this instruction are
156-
replaced with id of *DebugInfoNone* instruction.
156+
replaced with id of *DebugInfoNone* instruction. +
157157

158158
Result of this instruction can be used as _Entity_ operand of
159-
*DebugImportedEntity* instruction.
159+
*DebugImportedEntity* instruction. +
160160

161161
Any non-literal operand, except _Set_, can be _id_ of *DebugInfoNone*
162162
instruction in case the corresponding debug information is unavailable. String

0 commit comments

Comments
 (0)