aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CompilerDriver/Common.td
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CompilerDriver/Common.td')
-rw-r--r--include/llvm/CompilerDriver/Common.td3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/CompilerDriver/Common.td b/include/llvm/CompilerDriver/Common.td
index d378bb74d2..46c60781ca 100644
--- a/include/llvm/CompilerDriver/Common.td
+++ b/include/llvm/CompilerDriver/Common.td
@@ -93,9 +93,8 @@ def error;
def set_option;
def unset_option;
-// Increase/decrease the edge weight.
+// Increase the edge weight.
def inc_weight;
-def dec_weight;
// Empty DAG marker.
def empty_dag_marker;