diff options
author | Eric Christopher <echristo@apple.com> | 2010-06-21 20:22:35 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-06-21 20:22:35 +0000 |
commit | d7a7356be6d4fa207fc9b79c768ed0093593c363 (patch) | |
tree | f72ee4ca1639b36fced9c2d242d7cc639f6d12ee /llvm | |
parent | c7927f2013d5a0d3ab1807ce98610d6cb5b65da3 (diff) | |
download | bcm5719-llvm-d7a7356be6d4fa207fc9b79c768ed0093593c363.tar.gz bcm5719-llvm-d7a7356be6d4fa207fc9b79c768ed0093593c363.zip |
Remove isTwoAddress from Sparc.
llvm-svn: 106466
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/Target/Sparc/SparcInstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/SparcInstrInfo.td b/llvm/lib/Target/Sparc/SparcInstrInfo.td index 9489580e900..ddadd51a93a 100644 --- a/llvm/lib/Target/Sparc/SparcInstrInfo.td +++ b/llvm/lib/Target/Sparc/SparcInstrInfo.td @@ -665,7 +665,7 @@ let Defs = [FCC] in { //===----------------------------------------------------------------------===// // V9 Conditional Moves. -let Predicates = [HasV9], isTwoAddress = 1 in { +let Predicates = [HasV9], Constraints = "$T = $dst" in { // Move Integer Register on Condition (MOVcc) p. 194 of the V9 manual. // FIXME: Add instruction encodings for the JIT some day. def MOVICCrr |