mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Remove variables which are assigned to but for which the value
is not used. Spotted by gcc-4.6. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106854 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -2286,7 +2286,6 @@ bool SelectionDAG::isVerifiedDebugInfoDesc(SDValue Op) const {
|
||||
SDValue SelectionDAG::getShuffleScalarElt(const ShuffleVectorSDNode *N,
|
||||
unsigned i) {
|
||||
EVT VT = N->getValueType(0);
|
||||
DebugLoc dl = N->getDebugLoc();
|
||||
if (N->getMaskElt(i) < 0)
|
||||
return getUNDEF(VT.getVectorElementType());
|
||||
unsigned Index = N->getMaskElt(i);
|
||||
|
||||
Reference in New Issue
Block a user