Rename Example.td to Graph.td.

llvm-svn: 50910
This commit is contained in:
Mikhail Glushenkov 2008-05-09 19:11:28 +00:00
parent 0889b9bfac
commit 4ae55648bc
2 changed files with 1 additions and 1 deletions

View File

@ -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.