[cfe-commits] r167717 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td include/clang/Basic/TargetInfo.h lib/Basic/Targets.cpp lib/Sema/SemaStmtAsm.cpp test/CodeGen/x86_32-inline-asm.c

Eli Friedman eli.friedman at gmail.com
Mon Nov 12 01:49:17 PST 2012


On Sun, Nov 11, 2012 at 10:42 PM, Bill Wendling <isanbard at gmail.com> wrote:
> Author: void
> Date: Mon Nov 12 00:42:51 2012
> New Revision: 167717
>
> URL: http://llvm.org/viewvc/llvm-project?rev=167717&view=rev
> Log:
> Check that the input size is correct for the given constraint.
>
> The 'a', 'c', and 'd' constraints on i386 mean a 32-bit register.

This is not completely true.  It could also mean an 8-bit register or
a 16-bit register.

-Eli



More information about the cfe-commits mailing list