Squelch a bogus warning.

llvm-svn: 18156
This commit is contained in:
Chris Lattner 2004-11-23 15:56:38 +00:00
parent 7e7a08dba5
commit b1fd07a862
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ int PPC32CodeEmitter::getMachineOpValue(MachineInstr &MI, MachineOperand &MO) {
} else if (MO.isImmediate()) {
rv = MO.getImmedValue();
} else if (MO.isGlobalAddress()) {
unsigned Reloc;
unsigned Reloc = 0;
if (MI.getOpcode() == PPC::CALLpcrel)
Reloc = PPC::reloc_pcrel_bx;
else if (MI.getOpcode() == PPC::LOADHiAddr) {