From: Mikhail Glushenkov Date: Tue, 6 May 2008 16:37:12 +0000 (+0000) Subject: Remove ExampleWithOpt.td: this file was merged with Example.td. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e74420ab24c6ecf631ffc5817efed4906ebfbfa3;p=oota-llvm.git Remove ExampleWithOpt.td: this file was merged with Example.td. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50727 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvmc2/ExampleWithOpt.td b/tools/llvmc2/ExampleWithOpt.td deleted file mode 100644 index 64ee883ec07..00000000000 --- a/tools/llvmc2/ExampleWithOpt.td +++ /dev/null @@ -1,30 +0,0 @@ -//===- ExampleWithOpt.td - LLVMCC toolchain descriptions --*- tablegen -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// -// -// This file contains compilation graph description used by llvmcc. -// -//===----------------------------------------------------------------------===// - -include "Common.td" -include "Tools.td" - -// Toolchains - -def CompilationGraph : CompilationGraph<[ - Edge, - Edge, - Edge, - Edge, - Edge, - Edge, - Edge, - Edge, - Edge, - Edge - ]>;