RegisterPressure: Remove support for recede()/advance() at MBB boundaries
authorMatthias Braun <matze@braunis.de>
Tue, 1 Dec 2015 04:20:04 +0000 (04:20 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 1 Dec 2015 04:20:04 +0000 (04:20 +0000)
commitbce24cfb9ee40462a5fdc09503dfd3305e45326c
treed139195751a9c8cb0a25b49260461ed93b5cfb8a
parent4bee6aee5acbc40b98a19e09739470ae1fdd46c9
RegisterPressure: Remove support for recede()/advance() at MBB boundaries

Nobody was checking the returnvalue of recede()/advance() so we can
simply replace this code with asserts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254371 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/RegisterPressure.h
lib/CodeGen/RegisterPressure.cpp