Initialize variable to get rid of clang warning.

llvm-svn: 124331
This commit is contained in:
Bill Wendling 2011-01-26 22:21:35 +00:00
parent b0c5e35929
commit fb4ee9bbde
1 changed files with 1 additions and 1 deletions

View File

@ -814,7 +814,7 @@ SDValue SelectionDAGLegalize::LegalizeOp(SDValue Op) {
bool isCustom = false;
// Figure out the correct action; the way to query this varies by opcode
TargetLowering::LegalizeAction Action;
TargetLowering::LegalizeAction Action = TargetLowering::Legal;
bool SimpleFinishLegalizing = true;
switch (Node->getOpcode()) {
case ISD::INTRINSIC_W_CHAIN: