forked from OSchip/llvm-project
AMDGPU/SI: Remove unused variable
This should fix some bots that were broken by r240831. llvm-svn: 240838
This commit is contained in:
parent
382dc96e29
commit
833ae4fadd
|
@ -684,7 +684,6 @@ bool AMDGPUAsmParser::ParseDirectiveHSACodeObjectISA() {
|
|||
}
|
||||
|
||||
bool AMDGPUAsmParser::ParseDirective(AsmToken DirectiveID) {
|
||||
MCAsmParser &Parser = getParser();
|
||||
StringRef IDVal = DirectiveID.getString();
|
||||
|
||||
if (IDVal == ".hsa_code_object_version")
|
||||
|
|
Loading…
Reference in New Issue