[PATCH] Move SPAdj logic from PEI into the targets (No functionality change.)
Rafael Ávila de Espíndola
rafael.espindola at gmail.com
Wed Jan 7 08:39:47 PST 2015
just nits
================
Comment at: include/llvm/Target/TargetInstrInfo.h:112
@@ -111,1 +111,3 @@
+ /// getSPAdjust - this returns the actual stack pointer adjustment made by
+ /// an instruction as part of a call sequence. By default, only call frame
----------------
don't repeat the name in the comment.
================
Comment at: lib/CodeGen/TargetInstrInfo.cpp:648
@@ -646,1 +647,3 @@
+/// getSPAdjust - this returns the actual stack pointer adjustment made by
+/// an instruction as part of a call sequence. By default, only call frame
----------------
Don't repeat the comment in the implementation.
http://reviews.llvm.org/D6863
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list