summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-05-08 21:54:20 +0000
committerTanya Lattner <tonic@nondot.org>2008-05-08 21:54:20 +0000
commit0561f78a14ea80feb210f9dadaf235e712358fc0 (patch)
tree85e0260015f0e3db2618ff641998c44e496a6f59 /tools
parent38818b072f2e914aeb28fefc38d19eca0268f873 (diff)
downloadllvm-0561f78a14ea80feb210f9dadaf235e712358fc0.tar.gz
llvm-0561f78a14ea80feb210f9dadaf235e712358fc0.tar.bz2
llvm-0561f78a14ea80feb210f9dadaf235e712358fc0.tar.xz
Revertin 50867 since it was breaking the build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50871 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llvmc2/Common.td3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/llvmc2/Common.td b/tools/llvmc2/Common.td
index b04596fb76..32e0180f8b 100644
--- a/tools/llvmc2/Common.td
+++ b/tools/llvmc2/Common.td
@@ -15,7 +15,7 @@ class Tool<list<dag> l> {
list<dag> properties = l;
}
-// Special Tool instance - the root node of the compilation graph.
+// Special Tool instance - graph root.
def root : Tool<[]>;
@@ -47,7 +47,6 @@ def required;
// Possible edge properties
-// 'Atomic' properties.
def switch_on;
def parameter_equals;
def element_in_list;