Skip to content

Commit db8ca88

Browse files
committed
[TableGen] Print all arguments to GET_VT_ATTR in the comment in GenVT.inc. NFC
1 parent 53d3d1a commit db8ca88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/utils/TableGen/VTEmitter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ void VTEmitter::run(raw_ostream &OS) {
120120
}
121121
};
122122

123-
OS << "#ifdef GET_VT_ATTR // (Ty, n, sz, Any, Int, FP, Vec, Sc, Tup, NF)\n";
123+
OS << "#ifdef GET_VT_ATTR // (Ty, n, sz, Any, Int, FP, Vec, Sc, Tup, NF, "
124+
"NElem, EltTy)\n";
124125
for (const auto *VT : VTsByNumber) {
125126
if (!VT)
126127
continue;

0 commit comments

Comments
 (0)