Add parentheses to pacify gcc, which warns otherwise.

llvm-svn: 117020
This commit is contained in:
Duncan Sands 2010-10-21 16:02:12 +00:00
parent c5644e1b97
commit 1f0d37e892
1 changed files with 1 additions and 1 deletions

View File

@ -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();