Replace isTwoAddress with operand constraint.

llvm-svn: 73947
This commit is contained in:
Evan Cheng 2009-06-23 05:23:49 +00:00
parent b7cf95957d
commit 022a726a25
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ def tMOVi16 : PseudoInst<(outs GPR:$dst), (ins i32imm:$src),
[(set GPR:$dst, imm0_65535:$src)]>,
Requires<[HasThumb2]>;
let isTwoAddress = 1 in
let Constraints = "$src = $dst" in
def tMOVTi16 : PseudoInst<(outs GPR:$dst), (ins GPR:$src, i32imm:$imm),
"movt $dst, $imm",
[(set GPR:$dst, (or (and GPR:$src, 0xffff),