[llvm-commits] [llvm] r73421 - /llvm/trunk/docs/LangRef.html
Duncan Sands
baldrick at free.fr
Mon Jun 15 23:10:37 PDT 2009
Hi Dan,
> <dt><tt>noredzone</tt></dt>
> <dd>This attribute indicates that the code generator should not use a
> -red zone, even if it would otherwise be supported by the target-specific ABI.
> +red zone, even if the target-specific ABI normally permits it.
> </dd>
thanks for changing it. Just to be totally annoying: how about dropping
"normally". The ABI still permits a redzone whether you have noredzone
or not.
Ciao,
Duncan.
More information about the llvm-commits
mailing list