1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Silence a spurious warning

llvm-svn: 12815
This commit is contained in:
Chris Lattner 2004-04-10 18:32:01 +00:00
parent 924b6c173c
commit 8b1122d4dc

View File

@ -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: