]> granicus.if.org Git - llvm/commitdiff
Test commit. Comment formatting, it's -> its.
authorJacob Gravelle <jgravelle@google.com>
Sat, 7 Jan 2017 00:22:31 +0000 (00:22 +0000)
committerJacob Gravelle <jgravelle@google.com>
Sat, 7 Jan 2017 00:22:31 +0000 (00:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291312 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineFrameInfo.h

index 2fab8137564eac3aacd1678a9c494a6276a641bd..4600c2c0f10cb128bbbd293a7be37d917d67dfd0 100644 (file)
@@ -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.