Skip to content

Commit 79d5db4

Browse files
authored
[NFC][CodeGen] Improve comments in Target.td (#147006)
1 parent 740da00 commit 79d5db4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/include/llvm/Target/Target.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -538,11 +538,11 @@ include "llvm/Target/TargetInstrPredicate.td"
538538
include "llvm/Target/TargetSchedule.td"
539539

540540
class InstructionEncoding {
541-
// Size of encoded instruction.
541+
// Size of encoded instruction in bytes.
542542
int Size;
543543

544-
// The "namespace" in which this instruction exists, on targets like ARM
545-
// which multiple ISA namespaces exist.
544+
// The "namespace" in which this instruction exists (on targets like ARM
545+
// where multiple ISA namespaces exist).
546546
string DecoderNamespace = "";
547547

548548
// List of predicates which will be turned into isel matching code.

0 commit comments

Comments
 (0)