Remove an unused variable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51807 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2008-05-31 01:44:25 +00:00
parent 81a0c0b44e
commit 2830741866

View File

@ -2762,7 +2762,6 @@ static SDOperand getMemmoveLoadsAndStores(SelectionDAG &DAG,
DAG, TLI))
return SDOperand();
std::string Str;
uint64_t SrcOff = 0, DstOff = 0;
SmallVector<SDOperand, 8> LoadValues;