Add support for code generation of the one register with immediate form of vorr.
[oota-llvm.git] / test / LLVMC / Alias.td
index 45f7296b72022c82ce2b7983cc7cfed4b46b8596..5d37889304bdcd8c1622c0f24dda82ea083ce784 100644 (file)
@@ -1,7 +1,7 @@
 // Test alias generation.
 // 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<[
          (switch_on "dummy1"), (forward "dummy1")))
 ]>;
 
-def DummyGraph : CompilationGraph<[SimpleEdge<"root", "dummy_tool">]>;
+def DummyGraph : CompilationGraph<[(edge "root", "dummy_tool")]>;