mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Silence a spurious warning
llvm-svn: 12815
This commit is contained in:
parent
924b6c173c
commit
8b1122d4dc
@ -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