summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveIntervalUnion.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2010-11-30 23:59:50 +0000
committerAndrew Trick <atrick@apple.com>2010-11-30 23:59:50 +0000
commit34fff59caddd8cb4f25730360b6dceadca710275 (patch)
tree8b39fdc3e852dd1dc0ef45ffe7137ef45b094b5a /lib/CodeGen/LiveIntervalUnion.cpp
parent3d2125c9dbac695c93f42c0f59fd040e413fd711 (diff)
downloadllvm-34fff59caddd8cb4f25730360b6dceadca710275.tar.gz
llvm-34fff59caddd8cb4f25730360b6dceadca710275.tar.bz2
llvm-34fff59caddd8cb4f25730360b6dceadca710275.tar.xz
Comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120504 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveIntervalUnion.cpp')
-rw-r--r--lib/CodeGen/LiveIntervalUnion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveIntervalUnion.cpp b/lib/CodeGen/LiveIntervalUnion.cpp
index 3da201e0cc..9fb2a45842 100644
--- a/lib/CodeGen/LiveIntervalUnion.cpp
+++ b/lib/CodeGen/LiveIntervalUnion.cpp
@@ -156,7 +156,7 @@ void LiveIntervalUnion::verify(LiveVirtRegBitSet& VisitedVRegs) {
//
// 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.
//