mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
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:
parent
81a0c0b44e
commit
2830741866
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user