| commit | a4fc8d94ce0bd140117be2bb094e00765aed70e2 | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Fri Jul 31 22:22:54 2009 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Fri Jul 31 22:22:54 2009 +0000 |
| tree | 8ed3fd01f5a223516434bec956781071ddc982d6 | |
| parent | 95d6325859d73aee850442e2f79c5d90d13e68cc [diff] |
llvm-mc: A few more parsing / match tweaks. - Operands which are just a label should be parsed as immediates, not memory operands (from the assembler perspective). - Match a few more flavors of immediates. - Distinguish match functions for memory operands which don't take a segment register. - We match the .s for "hello world" now! llvm-svn: 77745