Skip DBG_VALUE many places in live intervals and
authorDale Johannesen <dalej@apple.com>
Wed, 10 Feb 2010 00:55:42 +0000 (00:55 +0000)
committerDale Johannesen <dalej@apple.com>
Wed, 10 Feb 2010 00:55:42 +0000 (00:55 +0000)
commitbd63520161629385ff5a0b037eccc770d8d15289
tree686e1a201060e9bf4fe95efbe4a6a7fbac984034
parent47529c9ac6d4731e9f5a1b2d3c64769b1b2d5f1d
Skip DBG_VALUE many places in live intervals and
register coalescing.  This fixes many crashes and
places where debug info affects codegen (when
dbg.value is lowered to machine instructions, which
it isn't yet in TOT).

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