diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-22 21:02:08 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-22 21:02:08 +0000 |
commit | 8c2c3152d64aafe24b5b67cd7d670658eb65df18 (patch) | |
tree | dc32473730cf8b02d1e11eabbfe86a4b963823e3 /lib/Target/PowerPC/PPC32ISelSimple.cpp | |
parent | 4d71b6611e9281c999f34712bfd014cc3c95ef3f (diff) |
Adjust to changes in Makefile.rules
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17167 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPC32ISelSimple.cpp')
-rw-r--r-- | lib/Target/PowerPC/PPC32ISelSimple.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPC32ISelSimple.cpp b/lib/Target/PowerPC/PPC32ISelSimple.cpp index 3adce5d83d..44d307d118 100644 --- a/lib/Target/PowerPC/PPC32ISelSimple.cpp +++ b/lib/Target/PowerPC/PPC32ISelSimple.cpp @@ -2144,7 +2144,7 @@ bool PPC32ISel::emitBitfieldInsert(BinaryOperator *AndI, unsigned ShlAmount, if (CI_1 && OrI && OrI->getOpcode() == Instruction::Or) { Value *Op0 = OrI->getOperand(0); Value *Op1 = OrI->getOperand(1); - BinaryOperator *AndI_2; + BinaryOperator *AndI_2 = 0; // Whichever operand our initial And instruction is to the Or instruction, // Look at the other operand to determine if it is also an And instruction if (AndI == Op0) { |