diff options
| author | Chad Rosier <mcrosier@codeaurora.org> | 2015-12-22 15:06:47 +0000 | 
|---|---|---|
| committer | Chad Rosier <mcrosier@codeaurora.org> | 2015-12-22 15:06:47 +0000 | 
| commit | a1080103853620317ee313ec28bf64cd206c22f2 (patch) | |
| tree | 7ca713c646abd06d9dfb56c6c4491b3fda330cd8 /llvm/lib | |
| parent | 338d6de5fa4a3f50be288960e1052a9cb1ab9158 (diff) | |
| download | bcm5719-llvm-a1080103853620317ee313ec28bf64cd206c22f2.tar.gz bcm5719-llvm-a1080103853620317ee313ec28bf64cd206c22f2.zip | |
Typo. NFC.
llvm-svn: 256242
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/ShrinkWrap.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/CodeGen/ShrinkWrap.cpp b/llvm/lib/CodeGen/ShrinkWrap.cpp index 118d11482ec..f8aa1e2b0b9 100644 --- a/llvm/lib/CodeGen/ShrinkWrap.cpp +++ b/llvm/lib/CodeGen/ShrinkWrap.cpp @@ -44,7 +44,7 @@  // Property #3 is ensured via the MachineBlockFrequencyInfo.  //  // If this pass found points matching all these properties, then -// MachineFrameInfo is updated this that information. +// MachineFrameInfo is updated with this information.  //===----------------------------------------------------------------------===//  #include "llvm/ADT/BitVector.h"  #include "llvm/ADT/SetVector.h" | 

