forked from OSchip/llvm-project
Uh. It would be useful to actually print the operand.
llvm-svn: 77004
This commit is contained in:
parent
a6ef8f0813
commit
c64ce30c67
|
@ -443,7 +443,7 @@ multiclass T2I_bin_rrot<string opc, PatFrag opnode> {
|
|||
|
||||
let isNotDuplicable = 1 in
|
||||
def t2PICADD : T2XI<(outs GPR:$dst), (ins GPR:$lhs, pclabel:$cp),
|
||||
"$cp:\n\tadd $dst, pc",
|
||||
"$cp:\n\tadd $dst, $lhs, pc",
|
||||
[(set GPR:$dst, (ARMpic_add GPR:$lhs, imm:$cp))]>;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue