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
commit910fd575335f859549a8d377d5b05b4d3eb9b1db (patch)
tree7e6f970efa6a9d58e097c13d82c1e3c7ac7787b9
parent6b89d928ed86f494964841b95c0f69b89550e873 (diff)
downloadllvm-910fd575335f859549a8d377d5b05b4d3eb9b1db.tar.gz
Rename Example.td to Graph.td.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50910 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/llvmc2/Graph.td (renamed from tools/llvmc2/Example.td)0
-rw-r--r--tools/llvmc2/Makefile2
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc2/Example.td b/tools/llvmc2/Graph.td
index 6fb998b28b2a..6fb998b28b2a 100644
--- a/tools/llvmc2/Example.td
+++ b/tools/llvmc2/Graph.td
diff --git a/tools/llvmc2/Makefile b/tools/llvmc2/Makefile
index 648ba0791987..d1b85a63d04a 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.