mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-17 23:44:43 +00:00
Attempting to fix r205124, which had failed asserts when built with MSVC.
Suggestion from Yaron Keren. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205313 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c077472250
commit
77d76519dc
@ -11038,7 +11038,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->isOSWindows() ||
|
||||
getTargetMachine().Options.EnableSegmentedStacks) &&
|
||||
"This should be used only on Windows targets or when segmented stacks "
|
||||
"are being used");
|
||||
|
Loading…
x
Reference in New Issue
Block a user