[PATCH] X86_64 target now obeys llc -disable-red-zone option
Rafael Ávila de Espíndola
rafael.espindola at gmail.com
Tue Oct 21 08:36:55 PDT 2014
I think this is OK. Grosbach, what do you think?
================
Comment at: include/llvm/Target/TargetOptions.h:195
@@ -194,1 +194,3 @@
+ /// NoRedZone - This flag is enabled when the -disable-red-zone flag is
+ /// specified on the command line. When this flag is off (the default),
----------------
Don't duplicate name in comment.
http://reviews.llvm.org/D5681
More information about the llvm-commits
mailing list