[llvm-commits] [llvm] r120504 - /llvm/trunk/lib/CodeGen/LiveIntervalUnion.cpp

Andrew Trick atrick at apple.com
Tue Nov 30 15:59:50 PST 2010


Author: atrick
Date: Tue Nov 30 17:59:50 2010
New Revision: 120504

URL: http://llvm.org/viewvc/llvm-project?rev=120504&view=rev
Log:
Comment typo.

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

Modified: llvm/trunk/lib/CodeGen/LiveIntervalUnion.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/LiveIntervalUnion.cpp?rev=120504&r1=120503&r2=120504&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/LiveIntervalUnion.cpp (original)
+++ llvm/trunk/lib/CodeGen/LiveIntervalUnion.cpp Tue Nov 30 17:59:50 2010
@@ -156,7 +156,7 @@
 //
 // This design assumes only a fast mechanism for intersecting a single live
 // virtual register segment with a set of LiveIntervalUnion segments.  This may
-// be ok since most VIRTREGs have very few segments.  If we had a data
+// be ok since most virtual registers have very few segments.  If we had a data
 // structure that optimizd MxN intersection of segments, then we would bypass
 // the loop that advances within the LiveInterval.
 //





More information about the llvm-commits mailing list