summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2010-03-05-EFLAGS-Redef.ll
Commit message (Collapse)AuthorAgeFilesLines
* [CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih2017-11-281-1/+1
| | | | | | | | | | | As part of the unification of the debug format and the MIR format, always print registers as lowercase. * Only debug printing is affected. It now follows MIR. Differential Revision: https://reviews.llvm.org/D40417 llvm-svn: 319187
* We don't really care about correct register liveness information after theJakob Stoklund Olesen2010-03-051-0/+49
post-ra scheduler has run. Disable the verifier checks that late in the game. llvm-svn: 97837
OpenPOWER on IntegriCloud