summaryrefslogtreecommitdiffstats
path: root/llvm/test/LLVMC/ForwardValue.td
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/LLVMC/ForwardValue.td')
-rw-r--r--llvm/test/LLVMC/ForwardValue.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LLVMC/ForwardValue.td b/llvm/test/LLVMC/ForwardValue.td
index 93368f482a8..402fa50f7a2 100644
--- a/llvm/test/LLVMC/ForwardValue.td
+++ b/llvm/test/LLVMC/ForwardValue.td
@@ -21,4 +21,4 @@ def dummy_tool : Tool<[
(not_empty "b"), (forward_value "b")))
]>;
-def DummyGraph : CompilationGraph<[SimpleEdge<"root", "dummy_tool">]>;
+def DummyGraph : CompilationGraph<[(edge "root", "dummy_tool")]>;
OpenPOWER on IntegriCloud