mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-28 23:43:50 +00:00
Remove an unused variable in NDEBUG (found with -Wunused-variable).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130688 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bb30dd40ed
commit
79142427a0
@ -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