Commit Graph

2 Commits

Author SHA1 Message Date
Eric Christopher dcabf4401c Make this test a little less specific by removing the argument that
could change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@228438 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-06 20:53:40 +00:00
Eric Christopher 987bc043c7 Inline asm IR input register constraints don't have early clobber
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@228422 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-06 18:44:18 +00:00