summaryrefslogtreecommitdiff
path: root/support/tools/TableGen/InstrSelectorEmitter.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/tools/TableGen/InstrSelectorEmitter.h')
-rw-r--r--support/tools/TableGen/InstrSelectorEmitter.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/support/tools/TableGen/InstrSelectorEmitter.h b/support/tools/TableGen/InstrSelectorEmitter.h
index a8ab145c87..d34c1910c5 100644
--- a/support/tools/TableGen/InstrSelectorEmitter.h
+++ b/support/tools/TableGen/InstrSelectorEmitter.h
@@ -25,8 +25,7 @@ struct NodeType {
Arg0, // Value matches the type of Arg0
Arg1, // Value matches the type of Arg1
Ptr, // Tree node is the type of the target pointer
-
- // Return types
+ Bool, // Always bool
Void, // Tree node always returns void
};