X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLLVMC%2FForwardValue.td;h=a42a3f06ec3d7d235e9ed9dca487659ef19a9f23;hb=0a1c997c27706e315efb61b8b3e110d42cbaae64;hp=93368f482a8ec7bce0ab7772809492c89a5ddeee;hpb=678e4e2479a69fb3f271223974a1de3a2aac4c4a;p=oota-llvm.git diff --git a/test/LLVMC/ForwardValue.td b/test/LLVMC/ForwardValue.td index 93368f482a8..a42a3f06ec3 100644 --- a/test/LLVMC/ForwardValue.td +++ b/test/LLVMC/ForwardValue.td @@ -2,7 +2,7 @@ // The dummy tool and graph are required to silence warnings. // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t // RUN: FileCheck -input-file %t %s -// RUN: %compile_cxx -x c++ %t +// RUN: %compile_cxx %t // XFAIL: vg_leak include "llvm/CompilerDriver/Common.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")]>;