Prevent accessing past the end of the intervals vector, this fixes
authorChris Lattner <sabre@nondot.org>
Sat, 4 Dec 2004 01:22:09 +0000 (01:22 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 4 Dec 2004 01:22:09 +0000 (01:22 +0000)
commitead1b3f0bb70cd9c1ba7a853a79070cb47db9344
tree441068dacf6fdf88153564a212e96dda9422cdf3
parent43ee293abe6843ff5bcf1f0e15f314b3c2fbf8e0
Prevent accessing past the end of the intervals vector, this fixes
Prolang-C/bison in the JIT

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