[PATCH] Fix hardcoded stack probe space

Hans Wennborg hans at chromium.org
Fri Dec 19 10:05:55 PST 2014


Looks good to me with the comment below.


REPOSITORY
  rL LLVM

================
Comment at: lib/Target/X86/X86Subtarget.h:280
@@ -272,3 +279,3 @@
                const std::string &FS, const X86TargetMachine &TM,
-               unsigned StackAlignOverride);
+               unsigned StackAlignOverride, unsigned StackProbeSize);
 
----------------
I think the parameter should be named StackProbeSizeOverride here?

http://reviews.llvm.org/D6684

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list