Skip to content

Commit

Permalink
Test commit. Comment formatting, it's -> its.
Browse files Browse the repository at this point in the history
llvm-svn: 291312
  • Loading branch information
jgravelle-google committed Jan 7, 2017
1 parent 4ecb6dd commit 913e112
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions llvm/include/llvm/CodeGen/MachineFrameInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 913e112

Please sign in to comment.