diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-12-17 19:18:41 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-12-17 19:18:41 +0000 |
commit | 2f3a4aa550f8f196a546f7957b2df944e04404a2 (patch) | |
tree | 71760f4f4d2607d327185786c651d520bf10494c /lib/Support/PathV2.cpp | |
parent | 4aec85ae01188f87e45e5e91baab4f303cbcd336 (diff) |
Allow missing kill flags on an untied operand of a two-address instruction when
the operand uses the same register as a tied operand:
%r1 = add %r1, %r1
If add were a three-address instruction, kill flags would be required on at
least one of the uses. Since it is a two-address instruction, the tied use
operand must not have a kill flag.
This change makes the kill flag on the untied use operand optional.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122082 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/PathV2.cpp')
0 files changed, 0 insertions, 0 deletions