MachineVerifier: Streamline live interval related error reporting
authorMatthias Braun <matze@braunis.de>
Mon, 9 Nov 2015 23:59:33 +0000 (23:59 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 9 Nov 2015 23:59:33 +0000 (23:59 +0000)
commitee21e9f8237f3ecf31546cbf895e1c795ba4c4df
tree83d104d5326ff8e67c825e1998d863adb0f46009
parent7b4272f6592d6ee114b8049c5303575f679eecca
MachineVerifier: Streamline live interval related error reporting

Simply perform additional report_context() calls after a report()
instead of adding more and more overloaded variations of report().  Also
improve several instances where information was output in an ad-hoc way
probably because no matching report() overload was available.

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