[llvm] r291312 - Test commit. Comment formatting, it's -> its.

Jacob Gravelle via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 6 16:22:31 PST 2017


Author: jgravelle
Date: Fri Jan  6 18:22:31 2017
New Revision: 291312

URL: http://llvm.org/viewvc/llvm-project?rev=291312&view=rev
Log:
Test commit. Comment formatting, it's -> its.

Modified:
    llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h

Modified: llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h?rev=291312&r1=291311&r2=291312&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h Fri Jan  6 18:22:31 2017
@@ -148,8 +148,7 @@ class MachineFrameInfo {
   /// grouping overaligned allocas into a "secondary stack frame" and
   /// then only use a single alloca to allocate this frame and only a
   /// single virtual register to access it. Currently, without such an
-  /// optimization, each such alloca gets it's own dynamic
-  /// realignment.
+  /// optimization, each such alloca gets its own dynamic realignment.
   bool StackRealignable;
 
   /// Whether the function has the \c alignstack attribute.




More information about the llvm-commits mailing list