mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-17 01:09:01 +00:00
Remove unnecessary cast to void.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176222 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
21a08a1189
commit
f686cfb33b
@ -1078,7 +1078,6 @@ void SelectionDAGISel::SelectAllBasicBlocks(const Function &Fn) {
|
||||
}
|
||||
|
||||
unsigned NumFastIselRemaining = std::distance(Begin, End);
|
||||
(void) NumFastIselRemaining;
|
||||
// Do FastISel on as many instructions as possible.
|
||||
for (; BI != Begin; --BI) {
|
||||
const Instruction *Inst = llvm::prior(BI);
|
||||
|
Loading…
x
Reference in New Issue
Block a user