implement aliases for div/idiv that have an explicit A register operand,
[oota-llvm.git] / test / LLVMC / Init.td
index 8ab07d880b406de4848645807cddc40089834ba2..c3846797026e4c2bc961416e9e9df747927b62a5 100644 (file)
@@ -1,7 +1,7 @@
 // Check that (init true/false) and (init "str") work.
 // 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"