mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-03 09:28:58 +00:00
Remove an unused variable in NDEBUG (found with -Wunused-variable).
llvm-svn: 130688
This commit is contained in:
parent
281067b1b8
commit
c83eb00361
@ -647,9 +647,7 @@ namespace llvm {
|
||||
// affected by debug information.
|
||||
assert(!mi->isDebugValue() && "Cannot number DBG_VALUE instructions.");
|
||||
|
||||
MachineBasicBlock *mbb = mi->getParent();
|
||||
|
||||
assert(mbb != 0 && "Instr must be added to function.");
|
||||
assert(mi->getParent() != 0 && "Instr must be added to function.");
|
||||
|
||||
// Get the entries where mi should be inserted.
|
||||
IndexListEntry *prevEntry, *nextEntry;
|
||||
|
Loading…
Reference in New Issue
Block a user