summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/inline-asm-matching-constraint.c
Commit message (Collapse)AuthorAgeFilesLines
* Make this test a little less specific by removing the argument thatEric Christopher2015-02-061-1/+1
| | | | | | could change. llvm-svn: 228438
* Inline asm IR input register constraints don't have early clobberEric Christopher2015-02-061-0/+11
modifiers on them. If we have a matching output constraint with an early clobber make sure we don't propagate that to the input constraint. llvm-svn: 228422
OpenPOWER on IntegriCloud