mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-24 05:09:34 +00:00
Trivial comment change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97776 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f79d6246e6
commit
fb86d78a45
@ -1134,7 +1134,7 @@ multiclass T2Ipl<bit instr, bit write, string opc> {
|
||||
let Inst{11-8} = 0b1100;
|
||||
}
|
||||
|
||||
// A8.6.118 #0 and #-0 differs. Maps -0 to -1, -1 to -2, ..., etc.
|
||||
// A8.6.118 #0 and #-0 differs. Translates -0 to -1, -1 to -2, ..., etc.
|
||||
def pci : T2I<(outs), (ins GPR:$base, i32imm:$imm), IIC_iLoadi, opc,
|
||||
"\t[pc, ${imm:negzero}]", []> {
|
||||
let Inst{31-25} = 0b1111100;
|
||||
|
Loading…
x
Reference in New Issue
Block a user