diff --git a/llvm/tools/llvmc2/Example.td b/llvm/tools/llvmc2/Graph.td similarity index 100% rename from llvm/tools/llvmc2/Example.td rename to 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.