aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc2/Common.td
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc2/Common.td')
-rw-r--r--tools/llvmc2/Common.td3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/llvmc2/Common.td b/tools/llvmc2/Common.td
index 524ea56..78bca37 100644
--- a/tools/llvmc2/Common.td
+++ b/tools/llvmc2/Common.td
@@ -30,6 +30,7 @@ def sink;
// Possible option types
+def alias_option;
def switch_option;
def parameter_option;
def parameter_list_option;
@@ -45,7 +46,7 @@ def unpack_values;
def help;
def required;
-// Marker for an empty DAG.
+// Empty DAG marker.
def empty;
// The 'case' construct.