[llvm] r256242 - Typo. NFC.

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 22 07:06:47 PST 2015


Author: mcrosier
Date: Tue Dec 22 09:06:47 2015
New Revision: 256242

URL: http://llvm.org/viewvc/llvm-project?rev=256242&view=rev
Log:
Typo. NFC.

Modified:
    llvm/trunk/lib/CodeGen/ShrinkWrap.cpp

Modified: llvm/trunk/lib/CodeGen/ShrinkWrap.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/ShrinkWrap.cpp?rev=256242&r1=256241&r2=256242&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/ShrinkWrap.cpp (original)
+++ llvm/trunk/lib/CodeGen/ShrinkWrap.cpp Tue Dec 22 09:06:47 2015
@@ -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"




More information about the llvm-commits mailing list