From 10d35e906517bc4f74bd0665ed9b29c8813d2a56 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 27 Feb 2013 23:49:45 +0000 Subject: Remove unnecessary cast to void. llvm-svn: 176222 --- llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp') diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index aca09156731..2d15591f4a5 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -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); -- cgit v1.2.3