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 2ba950a commit 2fe93dcCopy full SHA for 2fe93dc
llvm/lib/Target/BPF/AsmParser/BPFAsmParser.cpp
@@ -232,6 +232,7 @@ struct BPFOperand : public MCParsedAsmOperand {
232
.Case("callx", true)
233
.Case("goto", true)
234
.Case("gotol", true)
235
+ .Case("gotox", true)
236
.Case("may_goto", true)
237
.Case("*", true)
238
.Case("exit", true)
@@ -261,7 +262,6 @@ struct BPFOperand : public MCParsedAsmOperand {
261
262
.Case("bswap32", true)
263
.Case("bswap64", true)
264
- .Case("gotol", true)
265
.Case("ll", true)
266
.Case("skb", true)
267
.Case("s", true)
0 commit comments