mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +00:00
Initialize variable to get rid of clang warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124331 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
adede0387b
commit
6b9a293a0c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user