From 910fd575335f859549a8d377d5b05b4d3eb9b1db Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Fri, 9 May 2008 19:11:28 +0000 Subject: [PATCH] Rename Example.td to Graph.td. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50910 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvmc2/{Example.td => Graph.td} | 0 tools/llvmc2/Makefile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename tools/llvmc2/{Example.td => Graph.td} (100%) diff --git a/tools/llvmc2/Example.td b/tools/llvmc2/Graph.td similarity index 100% rename from tools/llvmc2/Example.td rename to tools/llvmc2/Graph.td diff --git a/tools/llvmc2/Makefile b/tools/llvmc2/Makefile index 648ba079198..d1b85a63d04 100644 --- a/tools/llvmc2/Makefile +++ b/tools/llvmc2/Makefile @@ -14,7 +14,7 @@ REQUIRES_EH := 1 include $(LEVEL)/Makefile.common -TOOLS_SOURCE=Example.td Tools.td Common.td +TOOLS_SOURCE=Graph.td Tools.td Common.td # TOFIX: integrate this part into Makefile.rules? # The degree of horrorshowness in that file is too much for me atm.