mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Remove warnings from HexagonVLIWPacketizer.
llvm-svn: 156636
This commit is contained in:
parent
a97949f6c4
commit
d0570c5bdd
@ -3295,9 +3295,9 @@ bool HexagonPacketizerList::CanPromoteToNewValueStore( MachineInstr *MI,
|
||||
|
||||
// Check to make sure that they both will have their predicates
|
||||
// evaluate identically
|
||||
unsigned predRegNumSrc;
|
||||
unsigned predRegNumDst;
|
||||
const TargetRegisterClass* predRegClass;
|
||||
unsigned predRegNumSrc = 0;
|
||||
unsigned predRegNumDst = 0;
|
||||
const TargetRegisterClass* predRegClass = NULL;
|
||||
|
||||
// Get predicate register used in the source instruction
|
||||
for(unsigned opNum = 0; opNum < PacketMI->getNumOperands(); opNum++) {
|
||||
|
Loading…
Reference in New Issue
Block a user