mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-15 07:59:33 +00:00
Remove isTwoAddress from Sparc.
llvm-svn: 106466
This commit is contained in:
parent
caf8285bff
commit
5b757ab002
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user