mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 17:33:24 +00:00
SelectionDAG: Silence unused variable warning on release builds
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191604 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9c598cfebc
commit
8034d71006
@ -3714,6 +3714,7 @@ void SelectionDAGLegalize::ExpandNode(SDNode *Node) {
|
||||
|
||||
bool Legalized = LegalizeSetCCCondCode(getSetCCResultType(
|
||||
Tmp2.getValueType()), Tmp2, Tmp3, Tmp4, dl);
|
||||
(void)Legalized;
|
||||
assert(Legalized && "Can't legalize BR_CC with legal condition!");
|
||||
|
||||
// If we exapanded the SETCC by swapping LHS and RHS, create a new BR_CC
|
||||
|
Loading…
Reference in New Issue
Block a user