Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make this test a little less specific by removing the argument that | Eric Christopher | 2015-02-06 | 1 | -1/+1 |
| | | | | | | could change. llvm-svn: 228438 | ||||
* | Inline asm IR input register constraints don't have early clobber | Eric Christopher | 2015-02-06 | 1 | -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 |