summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2015-12-22 15:06:47 +0000
committerChad Rosier <mcrosier@codeaurora.org>2015-12-22 15:06:47 +0000
commita1080103853620317ee313ec28bf64cd206c22f2 (patch)
tree7ca713c646abd06d9dfb56c6c4491b3fda330cd8
parent338d6de5fa4a3f50be288960e1052a9cb1ab9158 (diff)
downloadbcm5719-llvm-a1080103853620317ee313ec28bf64cd206c22f2.tar.gz
bcm5719-llvm-a1080103853620317ee313ec28bf64cd206c22f2.zip
Typo. NFC.
llvm-svn: 256242
-rw-r--r--llvm/lib/CodeGen/ShrinkWrap.cpp2
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"
OpenPOWER on IntegriCloud