aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/inline-asm-matching-constraint.c
AgeCommit message (Collapse)AuthorFilesLines
2015-02-06Make this test a little less specific by removing the argument thatEric Christopher1-1/+1
could change. llvm-svn: 228438
2015-02-06Inline asm IR input register constraints don't have early clobberEric Christopher1-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