From: Chad Rosier Date: Tue, 22 Dec 2015 15:06:47 +0000 (+0000) Subject: Typo. NFC. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ccbb5bd301c6ad1756ce7eb6dba60e6238e61142;p=oota-llvm.git Typo. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256242 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/ShrinkWrap.cpp b/lib/CodeGen/ShrinkWrap.cpp index 118d11482ec..f8aa1e2b0b9 100644 --- a/lib/CodeGen/ShrinkWrap.cpp +++ b/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"