OSDN Git Service

RA: Replace asserts related to empty live intervals
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 24 Jul 2017 18:07:55 +0000 (18:07 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 24 Jul 2017 18:07:55 +0000 (18:07 +0000)
commit077137695786b2cdef3aa2808e37ee684969e857
treef72fcf94f2a91427d22c19f7de48da3d91da5004
parenta0d8266d36429cd6feb3b01306d6778b9d13539c
RA: Replace asserts related to empty live intervals

These don't exactly assert the same thing anymore, and
allow empty live intervals with non-empty uses.

Removed in r308808 and r308813.

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