forked from OSchip/llvm-project
[AMDGPU][MC][NFC] Fix for sanitizer error in 8ab5770
Corrected to fix sanitizer error introduced by 8ab5770
This commit is contained in:
parent
8ab5770a17
commit
f4f49d9d0d
|
@ -7285,7 +7285,6 @@ OperandMatchResultTy AMDGPUAsmParser::parseDim(OperandVector &Operands) {
|
|||
|
||||
OperandMatchResultTy AMDGPUAsmParser::parseDPP8(OperandVector &Operands) {
|
||||
SMLoc S = Parser.getTok().getLoc();
|
||||
StringRef Prefix;
|
||||
|
||||
if (!isGFX10Plus() || !trySkipId("dpp8", AsmToken::Colon))
|
||||
return MatchOperand_NoMatch;
|
||||
|
|
Loading…
Reference in New Issue