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 - ]>;