We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b387b2a commit ae5a041Copy full SHA for ae5a041
source/opt/types.h
@@ -226,7 +226,9 @@ class Type {
226
protected:
227
// Decorations attached to this type. Each decoration is encoded as a vector
228
// of uint32_t numbers. The first uint32_t number is the decoration value,
229
- // and the rest are the parameters to the decoration (if exists).
+ // and the rest are the parameters to the decoration (if any exist).
230
+ // The parameters can be either all literals or all ids depending on the
231
+ // decoration value.
232
std::vector<std::vector<uint32_t>> decorations_;
233
234
private:
0 commit comments