Skip to content

Commit 31b55e8

Browse files
committed
Rename DecoderNamespace
1 parent 89f5a20 commit 31b55e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoZilsd.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ class PairStore_rri<string opcodestr, DAGOperand RC>
3131
// Instructions
3232
//===----------------------------------------------------------------------===//
3333

34-
let Predicates = [HasStdExtZilsd, IsRV32], DecoderNamespace = "RV32GPRPair" in {
34+
let Predicates = [HasStdExtZilsd, IsRV32], DecoderNamespace = "RV32Only" in {
3535
def LD_RV32 : PairLoad_ri<"ld", GPRPairRV32>, Sched<[WriteLDD, ReadMemBase]>;
3636
def SD_RV32 : PairStore_rri<"sd", GPRPairRV32>, Sched<[WriteSTD, ReadStoreData,
3737
ReadMemBase]>;
38-
} // Predicates = [HasStdExtZilsd, IsRV32], DecoderNamespace = "RV32GPRPair"
38+
} // Predicates = [HasStdExtZilsd, IsRV32], DecoderNamespace = "RV32Only"

0 commit comments

Comments
 (0)