summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/x86_32-inline-asm.c
Commit message (Collapse)AuthorAgeFilesLines
* That's causing an error.Bill Wendling2012-11-121-6/+1
| | | | llvm-svn: 167763
* Don't test for incomplete types.Bill Wendling2012-11-121-1/+6
| | | | llvm-svn: 167761
* Update testcase to show that we don't emit an error for sizes <= 32-bits.Bill Wendling2012-11-121-0/+6
| | | | llvm-svn: 167748
* Check that the input size is correct for the given constraint.Bill Wendling2012-11-121-0/+18
The 'a', 'c', and 'd' constraints on i386 mean a 32-bit register. We cannot place a 64-bit value into the 32-bit register. Error out instead of causing the compiler to spew general badness. <rdar://problem/12415959> llvm-svn: 167717
OpenPOWER on IntegriCloud