summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-05-09 19:11:28 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-05-09 19:11:28 +0000
commit4ae55648bcbd749b3356dbce6fb6ad720966d750 (patch)
treee7c4aa0744c7078e028be8f07353b599fe944331
parent0889b9bfaca8ae0611eac14e4bb826f59fb319b7 (diff)
downloadllvm-4ae55648bcbd749b3356dbce6fb6ad720966d750.tar.gz
Rename Example.td to Graph.td.
llvm-svn: 50910
-rw-r--r--llvm/tools/llvmc2/Graph.td (renamed from llvm/tools/llvmc2/Example.td)0
-rw-r--r--llvm/tools/llvmc2/Makefile2
2 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvmc2/Example.td b/llvm/tools/llvmc2/Graph.td
index 6fb998b28b2a..6fb998b28b2a 100644
--- a/llvm/tools/llvmc2/Example.td
+++ b/llvm/tools/llvmc2/Graph.td
diff --git a/llvm/tools/llvmc2/Makefile b/llvm/tools/llvmc2/Makefile
index 648ba0791987..d1b85a63d04a 100644
--- a/llvm/tools/llvmc2/Makefile
+++ b/llvm/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.