summaryrefslogtreecommitdiffstats
path: root/llvm/test/LLVMC/OutputSuffixHook.td
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-08-23 23:21:23 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-08-23 23:21:23 +0000
commitaaed5ea9b75ee6f6d699ed4033c4d77b689ee8b4 (patch)
tree6224f1adc8b084af9613b2f4219288d1359febc0 /llvm/test/LLVMC/OutputSuffixHook.td
parentdd719f701d4944f361e999ef0a31f369192e7443 (diff)
downloadbcm5719-llvm-aaed5ea9b75ee6f6d699ed4033c4d77b689ee8b4.tar.gz
bcm5719-llvm-aaed5ea9b75ee6f6d699ed4033c4d77b689ee8b4.zip
llvmc: Make syntax more consistent.
CompilationGraph and LanguageMap definitions do not use special syntax anymore. llvm-svn: 111862
Diffstat (limited to 'llvm/test/LLVMC/OutputSuffixHook.td')
-rw-r--r--llvm/test/LLVMC/OutputSuffixHook.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LLVMC/OutputSuffixHook.td b/llvm/test/LLVMC/OutputSuffixHook.td
index f217dc72cfc..6bb2866c38b 100644
--- a/llvm/test/LLVMC/OutputSuffixHook.td
+++ b/llvm/test/LLVMC/OutputSuffixHook.td
@@ -21,4 +21,4 @@ def dummy_tool : Tool<[
(switch_on "dummy1"), (output_suffix "$CALL(MyHook)")))
]>;
-def DummyGraph : CompilationGraph<[SimpleEdge<"root", "dummy_tool">]>;
+def DummyGraph : CompilationGraph<[(edge "root", "dummy_tool")]>;
OpenPOWER on IntegriCloud