[llvm-commits] [llvm] r111945 - in /llvm/trunk: lib/Target/X86/AsmParser/X86AsmParser.cpp test/MC/AsmParser/X86/x86_instructions.s
Chris Lattner
clattner at apple.com
Tue Aug 24 12:40:51 PDT 2010
On Aug 24, 2010, at 12:13 PM, Daniel Dunbar wrote:
> Author: ddunbar
> Date: Tue Aug 24 14:13:38 2010
> New Revision: 111945
>
> URL: http://llvm.org/viewvc/llvm-project?rev=111945&view=rev
> Log:
> MC/X86: Warn on scale factors > 1 without index register, instead of erroring,
> for 'as' compatibility.
Is there a legitimate use for this? Why not reject it?
-Chris
More information about the llvm-commits
mailing list