From: Dan Gohman Date: Sat, 31 May 2008 01:44:25 +0000 (+0000) Subject: Remove an unused variable. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=28307418668f68e055688922ff8394d8a1ba8f15;p=oota-llvm.git Remove an unused variable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51807 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 2d2ae069b55..c8f5d534e48 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -2762,7 +2762,6 @@ static SDOperand getMemmoveLoadsAndStores(SelectionDAG &DAG, DAG, TLI)) return SDOperand(); - std::string Str; uint64_t SrcOff = 0, DstOff = 0; SmallVector LoadValues;