diff options
author | David Woodhouse <dwmw2@infradead.org> | 2014-01-08 12:58:28 +0000 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2014-01-08 12:58:28 +0000 |
commit | 6dbda4415a998e4da5cfed18a5512d7ae1b560af (patch) | |
tree | f1a1625d9457eccfbabbd0b7114cb3f1161f1aef /llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp | |
parent | 32da3c8f3be5fd98f433342415662ca982da2e69 (diff) | |
download | bcm5719-llvm-6dbda4415a998e4da5cfed18a5512d7ae1b560af.tar.gz bcm5719-llvm-6dbda4415a998e4da5cfed18a5512d7ae1b560af.zip |
[x86] Make AsmParser validate registers for memory operands a bit better
We can't do a perfect job here. We *have* to allow (%dx) even in 64-bit
mode, for example, because it might be used for an unofficial form of
the in/out instructions. We actually want to do a better job of validation
*later*. Perhaps *instead* of doing it where we are at the moment.
But for now, doing what validation we *can* do in the place that the code
already has its validation, is an improvement.
llvm-svn: 198760
Diffstat (limited to 'llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp')
0 files changed, 0 insertions, 0 deletions