llvm-6502/test/MC
Kevin Enderby d8ba292c9b Fixed the problem with a branch to "0b" that was not parsed by llvm-mc
correctly.  The Lexer was incorrectly eating the newline casusing it to branch
to address 0.  Updated the test case to use a "0:" label and a branch to "0b".


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104038 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-18 17:51:35 +00:00
..
AsmParser More data/parsing support for tls directives. Add a few more testcases 2010-05-17 22:53:55 +00:00
Disassembler Eliminated the classification of control registers into %ecr_ 2010-05-06 20:59:00 +00:00
MachO Fixed the problem with a branch to "0b" that was not parsed by llvm-mc 2010-05-18 17:51:35 +00:00