[llvm-commits] [llvm] r108814 - /llvm/trunk/include/llvm/Target/TargetRegisterInfo.h
Eric Christopher
echristo at apple.com
Mon Jul 19 23:56:13 PDT 2010
Author: echristo
Date: Tue Jul 20 01:56:13 2010
New Revision: 108814
URL: http://llvm.org/viewvc/llvm-project?rev=108814&view=rev
Log:
Grammar.
Modified:
llvm/trunk/include/llvm/Target/TargetRegisterInfo.h
Modified: llvm/trunk/include/llvm/Target/TargetRegisterInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetRegisterInfo.h?rev=108814&r1=108813&r2=108814&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetRegisterInfo.h (original)
+++ llvm/trunk/include/llvm/Target/TargetRegisterInfo.h Tue Jul 20 01:56:13 2010
@@ -610,7 +610,7 @@
/// canSimplifyCallFramePseudos - When possible, it's best to simplify the
/// call frame pseudo ops before doing frame index elimination. This is
/// possible only when frame index references between the pseudos won't
- /// need adjusted for the call frame adjustments. Normally, that's true
+ /// need adjusting for the call frame adjustments. Normally, that's true
/// if the function has a reserved call frame or a frame pointer. Some
/// targets (Thumb2, for example) may have more complicated criteria,
/// however, and can override this behavior.
More information about the llvm-commits
mailing list