Fix a conditional so we don't access past the end of the range. Thanks to
authorChris Lattner <sabre@nondot.org>
Thu, 20 Oct 2005 22:50:10 +0000 (22:50 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 20 Oct 2005 22:50:10 +0000 (22:50 +0000)
commitcef6010c64bc56fa2a8f1e7e9e28b8821adeceac
treedbdbd47dd30e996c66cf5e7b7dc937c02f0479d0
parent964b6aacb465f6d95de09d64e40623ae4c57e07e
Fix a conditional so we don't access past the end of the range.  Thanks to
Andrew for bringing this to my attn.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23850 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveInterval.cpp