[PATCH] D17740: [PPC, SSP] Support PowerPC Linux stack protection using LOAD_STACK_GUARD
Tim Shen via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 19 13:19:16 PDT 2016
timshen added inline comments.
================
Comment at: lib/Target/PowerPC/PPCISelLowering.cpp:12017
@@ +12016,3 @@
+
+// Override to enable LOAD_STACK_GUARD lowering on Linux.
+bool PPCTargetLowering::useLoadStackGuardNode() const {
----------------
s/simplifies/simplified/. Apparently my English is broken. :P
http://reviews.llvm.org/D17740
More information about the llvm-commits
mailing list