Silence a warning.

llvm-svn: 19798
This commit is contained in:
Chris Lattner 2005-01-23 23:20:06 +00:00
parent 0dfd7d3a0d
commit 0e1de101a1
1 changed files with 1 additions and 1 deletions

View File

@ -2587,7 +2587,7 @@ bool ISel::TryToFoldLoadOpStore(SDNode *Node) {
// Handle: [mem] op= CST
SDOperand Op0 = StVal.getOperand(0);
SDOperand Op1 = StVal.getOperand(1);
unsigned Opc;
unsigned Opc = 0;
if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Op1)) {
switch (Op0.getValueType()) { // Use Op0's type because of shifts.
default: break;