diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-05-04 17:31:02 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-05-04 17:31:02 +0000 |
commit | c3e0bafc6defe9afaacbc066fd14ccf52a1c669a (patch) | |
tree | 787569369e5602efc08f3492324580798b387844 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | cd121fb0137d628527f40d8e980bc61b81119f66 (diff) | |
download | llvm-c3e0bafc6defe9afaacbc066fd14ccf52a1c669a.zip llvm-c3e0bafc6defe9afaacbc066fd14ccf52a1c669a.tar.gz llvm-c3e0bafc6defe9afaacbc066fd14ccf52a1c669a.tar.bz2 |
MC/X86: Chris pointed that 'as' isn't consistent in accepting the long form of
instructions which have no direct register usage.
Darwin 'as' accepts:
add $0, (%rax)
but rejects
mov $0, (%rax)
for example.
Given that, only accept suffix matches which match exactly one form. We still
need to emit nice diagnostics for failures...
llvm-svn: 103015
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions