X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLLVMC%2FOneOrMore.td;h=54fa62d1ff041c88bf117dd28ad67ba27dca2edb;hb=d0b69cf1198dadbb7bdfc385334b67f60f756539;hp=fac22e6bc4b64756135bbe136b33591a3298063b;hpb=eb6ed3f89d096b9c8eadb988a4309387b845ab94;p=oota-llvm.git diff --git a/test/LLVMC/OneOrMore.td b/test/LLVMC/OneOrMore.td index fac22e6bc4b..54fa62d1ff0 100644 --- a/test/LLVMC/OneOrMore.td +++ b/test/LLVMC/OneOrMore.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" @@ -22,4 +22,4 @@ def dummy_tool : Tool<[ (not_empty "baz"), (forward "baz"))) ]>; -def DummyGraph : CompilationGraph<[SimpleEdge<"root", "dummy_tool">]>; +def DummyGraph : CompilationGraph<[(edge "root", "dummy_tool")]>;