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