We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9fd0c commit 90ab65aCopy full SHA for 90ab65a
clang/lib/DPCT/RulesAsm/Parser/AsmTokenKinds.def
@@ -278,7 +278,7 @@ STATE_SPACE(reg, ".reg")
278
STATE_SPACE(sreg, ".sreg")
279
STATE_SPACE(const, ".const")
280
STATE_SPACE(global, ".global")
281
-STATE_SPACE(volatile.global, ".volatile.global")
+STATE_SPACE(volatile, ".volatile")
282
STATE_SPACE(local, ".local")
283
STATE_SPACE(param, ".param")
284
STATE_SPACE(shared, ".shared")
0 commit comments