mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 00:21:03 +00:00
silence warning when assertions are disabled.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37654 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1502,8 +1502,7 @@ void DAGISelEmitter::ParseInstructions() {
|
||||
unsigned NumResults = InstResults.size();
|
||||
|
||||
// Parse the operands list from the (ops) list, validating it.
|
||||
std::vector<std::string> &Args = I->getArgList();
|
||||
assert(Args.empty() && "Args list should still be empty here!");
|
||||
assert(I->getArgList().empty() && "Args list should still be empty here!");
|
||||
CodeGenInstruction &CGI = Target.getInstruction(Instrs[i]->getName());
|
||||
|
||||
// Check that all of the results occur first in the list.
|
||||
|
Reference in New Issue
Block a user