implement aliases for div/idiv that have an explicit A register operand,
[oota-llvm.git] / test / LLVMC / C++ / hello.cpp
index b9c6399ebfc1c0f677e48d9703a2c73bad336943..8f38306e9e961c78438795b977218ffac0a8b1fb 100644 (file)
@@ -1,6 +1,7 @@
 // Test that we can compile C++ code.
 // RUN: llvmc %s -o %t
 // RUN: %abs_tmp | grep hello
+// XFAIL: vg
 #include <iostream>
 
 int main() {