aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CompilerDriver/Common.td
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-08-23 19:24:08 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-08-23 19:24:08 +0000
commitf2afd19cb5032c2a63a4d4de270a2c2eeaa2791c (patch)
tree0178c5707989637958769eb988472729c3fe7cfa /include/llvm/CompilerDriver/Common.td
parent05b3b8e5b49dd63555b57c9ee4460c79e546c981 (diff)
downloadexternal_llvm-f2afd19cb5032c2a63a4d4de270a2c2eeaa2791c.zip
external_llvm-f2afd19cb5032c2a63a4d4de270a2c2eeaa2791c.tar.gz
external_llvm-f2afd19cb5032c2a63a4d4de270a2c2eeaa2791c.tar.bz2
llvmc: Properly handle (error) in edge properties.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111827 91177308-0d34-0410-b5e6-96231b3b80d8
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 d378bb7..46c6078 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;