Skip to content

Commit 90ab65a

Browse files
committed
fix
1 parent 4f9fd0c commit 90ab65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/DPCT/RulesAsm/Parser/AsmTokenKinds.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ STATE_SPACE(reg, ".reg")
278278
STATE_SPACE(sreg, ".sreg")
279279
STATE_SPACE(const, ".const")
280280
STATE_SPACE(global, ".global")
281-
STATE_SPACE(volatile.global, ".volatile.global")
281+
STATE_SPACE(volatile, ".volatile")
282282
STATE_SPACE(local, ".local")
283283
STATE_SPACE(param, ".param")
284284
STATE_SPACE(shared, ".shared")

0 commit comments

Comments
 (0)