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 051452b commit ffc6e59Copy full SHA for ffc6e59
llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
@@ -264,7 +264,7 @@ bool InlineAsmLowering::lowerInlineAsm(
264
265
OpInfo.CallOperandVal = const_cast<Value *>(Call.getArgOperand(ArgNo++));
266
267
- if (const auto *BB = dyn_cast<BasicBlock>(OpInfo.CallOperandVal)) {
+ if (isa<BasicBlock>(OpInfo.CallOperandVal)) {
268
LLVM_DEBUG(dbgs() << "Basic block input operands not supported yet\n");
269
return false;
270
}
0 commit comments