mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-15 09:33:39 +00:00
Removed set, but unused variable.
Patch by Joe Abbey <jabbey@arxan.com>. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142206 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a01820a508
commit
60655413ce
@ -350,7 +350,6 @@ SDValue VectorLegalizer::ExpandStore(SDValue Op) {
|
|||||||
|
|
||||||
// Cast floats into integers
|
// Cast floats into integers
|
||||||
unsigned ScalarSize = MemSclVT.getSizeInBits();
|
unsigned ScalarSize = MemSclVT.getSizeInBits();
|
||||||
EVT EltVT = EVT::getIntegerVT(*DAG.getContext(), ScalarSize);
|
|
||||||
|
|
||||||
// Round odd types to the next pow of two.
|
// Round odd types to the next pow of two.
|
||||||
if (!isPowerOf2_32(ScalarSize))
|
if (!isPowerOf2_32(ScalarSize))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user