mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-23 17:24:48 +00:00
Silence a spurious warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12815 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -2670,7 +2670,7 @@ void ISel::emitCastOperation(MachineBasicBlock *BB,
|
|||||||
// a larger signed value, then use FLD on the larger value.
|
// a larger signed value, then use FLD on the larger value.
|
||||||
//
|
//
|
||||||
const Type *PromoteType = 0;
|
const Type *PromoteType = 0;
|
||||||
unsigned PromoteOpcode;
|
unsigned PromoteOpcode = 0;
|
||||||
unsigned RealDestReg = DestReg;
|
unsigned RealDestReg = DestReg;
|
||||||
switch (SrcTy->getPrimitiveID()) {
|
switch (SrcTy->getPrimitiveID()) {
|
||||||
case Type::BoolTyID:
|
case Type::BoolTyID:
|
||||||
|
@ -2670,7 +2670,7 @@ void ISel::emitCastOperation(MachineBasicBlock *BB,
|
|||||||
// a larger signed value, then use FLD on the larger value.
|
// a larger signed value, then use FLD on the larger value.
|
||||||
//
|
//
|
||||||
const Type *PromoteType = 0;
|
const Type *PromoteType = 0;
|
||||||
unsigned PromoteOpcode;
|
unsigned PromoteOpcode = 0;
|
||||||
unsigned RealDestReg = DestReg;
|
unsigned RealDestReg = DestReg;
|
||||||
switch (SrcTy->getPrimitiveID()) {
|
switch (SrcTy->getPrimitiveID()) {
|
||||||
case Type::BoolTyID:
|
case Type::BoolTyID:
|
||||||
|
Reference in New Issue
Block a user