[llvm-commits] [llvm] r116984 - in /llvm/trunk/lib/Target/X86: X86ISelLowering.cpp X86ISelLowering.h X86InstrCompiler.td X86InstrInfo.td

Anton Korobeynikov anton at korobeynikov.info
Wed Oct 20 22:24:37 PDT 2010


Hello Michael,

> +  const char *StackProbeSymbol =
> +      Subtarget->isTargetWindows() ? "_chkstk" : "_alloca";
Please assert on win64 (*not* on mingw+win64), since _chkstk has there
completely different semantics.

Thanks.
-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-commits mailing list