mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +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:
parent
a5f4103931
commit
85aa7097c2
@ -2670,7 +2670,7 @@ void ISel::emitCastOperation(MachineBasicBlock *BB,
|
||||
// a larger signed value, then use FLD on the larger value.
|
||||
//
|
||||
const Type *PromoteType = 0;
|
||||
unsigned PromoteOpcode;
|
||||
unsigned PromoteOpcode = 0;
|
||||
unsigned RealDestReg = DestReg;
|
||||
switch (SrcTy->getPrimitiveID()) {
|
||||
case Type::BoolTyID:
|
||||
|
@ -2670,7 +2670,7 @@ void ISel::emitCastOperation(MachineBasicBlock *BB,
|
||||
// a larger signed value, then use FLD on the larger value.
|
||||
//
|
||||
const Type *PromoteType = 0;
|
||||
unsigned PromoteOpcode;
|
||||
unsigned PromoteOpcode = 0;
|
||||
unsigned RealDestReg = DestReg;
|
||||
switch (SrcTy->getPrimitiveID()) {
|
||||
case Type::BoolTyID:
|
||||
|
Loading…
Reference in New Issue
Block a user