aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/StringRef.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-11-06 22:36:58 +0000
committerBill Wendling <isanbard@gmail.com>2010-11-06 22:36:58 +0000
commite18980aeaacf34b0b57786656e9e3c5735a5c804 (patch)
tree7c1bcd4b83b68097f3ab7112415d3150dd877a61 /llvm/lib/Support/StringRef.cpp
parent9654e108d73532d6f9f022881cfb21a11aac3c3f (diff)
downloadllvm-e18980aeaacf34b0b57786656e9e3c5735a5c804.zip
llvm-e18980aeaacf34b0b57786656e9e3c5735a5c804.tar.gz
llvm-e18980aeaacf34b0b57786656e9e3c5735a5c804.tar.bz2
Add support for parsing register lists. We can't use a bitfield to keep track of
the registers, because the register numbers may be much greater than the number of bits available in the machine's register. I extracted the register list verification code out of the actual parsing of the registers. This made checking for errors much easier. It also limits the number of warnings that would be emitted for cascading infractions. llvm-svn: 118363
Diffstat (limited to 'llvm/lib/Support/StringRef.cpp')
0 files changed, 0 insertions, 0 deletions