Fix a __LONG__ term annoyance of mine: symbolic registers weren't being printed
authorChris Lattner <sabre@nondot.org>
Thu, 19 Feb 2004 16:17:08 +0000 (16:17 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 19 Feb 2004 16:17:08 +0000 (16:17 +0000)
commit8517e1f0beea9b5e47974f083396d53294c390ad
treeaaf60b4ae269f1959155e68c6705550c3d118530
parent5e61fa95196b85281eec655787e9c73267532bd1
Fix a __LONG__ term annoyance of mine: symbolic registers weren't being printed
by operator<< on MachineInstr's, and looking up what register "24" is all of the
time was greatly annoying.

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