forked from OSchip/llvm-project
Add parentheses to pacify gcc, which warns otherwise.
llvm-svn: 117020
This commit is contained in:
parent
c5644e1b97
commit
1f0d37e892
|
@ -7483,7 +7483,7 @@ SDValue X86TargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const {
|
|||
SDValue
|
||||
X86TargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op,
|
||||
SelectionDAG &DAG) const {
|
||||
assert(Subtarget->isTargetCygMing() || Subtarget->isTargetWindows() &&
|
||||
assert((Subtarget->isTargetCygMing() || Subtarget->isTargetWindows()) &&
|
||||
"This should be used only on Windows targets");
|
||||
DebugLoc dl = Op.getDebugLoc();
|
||||
|
||||
|
|
Loading…
Reference in New Issue