diff options
author | Tanya Lattner <tonic@nondot.org> | 2008-05-08 21:54:20 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2008-05-08 21:54:20 +0000 |
commit | 0561f78a14ea80feb210f9dadaf235e712358fc0 (patch) | |
tree | 85e0260015f0e3db2618ff641998c44e496a6f59 /tools/llvmc2 | |
parent | 38818b072f2e914aeb28fefc38d19eca0268f873 (diff) | |
download | external_llvm-0561f78a14ea80feb210f9dadaf235e712358fc0.zip external_llvm-0561f78a14ea80feb210f9dadaf235e712358fc0.tar.gz external_llvm-0561f78a14ea80feb210f9dadaf235e712358fc0.tar.bz2 |
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/llvmc2')
-rw-r--r-- | tools/llvmc2/Common.td | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/llvmc2/Common.td b/tools/llvmc2/Common.td index b04596f..32e0180 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; |