mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-20 10:42:36 +00:00
Remove unnecessary cast to void.
llvm-svn: 176222
This commit is contained in:
parent
000b54a794
commit
2ecf246ca9
@ -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