Heavily based on the same for AArch64, from SVN r346469.
Details
Details
Diff Detail
Diff Detail
Event Timeline
| lib/Target/ARM/ARMISelLowering.cpp | ||
|---|---|---|
| 15122 | Would you mind flipping the condition on L15107 and doing an early return? if (!Subtarget->getTargetTriple().isWindowsMSVCEnvironment()) return TargetLowering::insertSSPDeclarations(M); | |
| lib/Target/ARM/ARMISelLowering.cpp | ||
|---|---|---|
| 15122 | Sure, I can do that | |
Would you mind flipping the condition on L15107 and doing an early return?