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 | c12f100b28dd76adfd6c226f2c326e322a2471e5 (patch) | |
| tree | 85e0260015f0e3db2618ff641998c44e496a6f59 /tools/llvmc2 | |
| parent | 356638ae53e3bd6ef4ce5fed828fdfe8e755d6dc (diff) | |
| download | external_llvm-c12f100b28dd76adfd6c226f2c326e322a2471e5.zip external_llvm-c12f100b28dd76adfd6c226f2c326e322a2471e5.tar.gz external_llvm-c12f100b28dd76adfd6c226f2c326e322a2471e5.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; | 
