| commit | 55992564152f0fce6758a4495cc39422f5e1cc94 | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Mon Mar 15 23:51:06 2010 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Mon Mar 15 23:51:06 2010 +0000 |
| tree | 6b19f3141c4e0769af3bdea5176c77a85e4e5f8d | |
| parent | 0adf3182b02d9c89ae86cfb3d0ac218a1186a5bd [diff] |
MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr. - Although it would be nice to allow this decoupling, the assembler needs to be able to reason about MCSymbolRefExprs in too many places to make this viable. We can use a target specific encoding of the variant if this becomes an issue. - This patch also extends llvm-mc to support parsing of the modifiers, as opposed to lumping them in with the symbol. llvm-svn: 98592