Fixed release build.
This commit is contained in:
parent
25a67901a6
commit
f4503f73c0
1 changed files with 2 additions and 0 deletions
|
|
@ -1575,7 +1575,9 @@ SDValue W65816TargetLowering::LowerOperation(SDValue Op,
|
||||||
return buildWide32(DAG, DL, Lo, Hi);
|
return buildWide32(DAG, DL, Lo, Hi);
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
#ifndef NDEBUG
|
||||||
Op.dump();
|
Op.dump();
|
||||||
|
#endif
|
||||||
llvm_unreachable("W65816: unexpected operation in LowerOperation");
|
llvm_unreachable("W65816: unexpected operation in LowerOperation");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue