Set REQUIRES shell on the test cases for r186044
[oota-llvm.git] / test / CodeGen / Generic / multiple-return-values-cross-block-with-invoke.ll
index e709080bfc5a9b08f3414fc193ed5625df7235ef..a135c625fccc2b9b7a919c135e26d5424669d573 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llc < %s
-
+; XFAIL: hexagon
 declare { i64, double } @wild()
 
 define void @foo(i64* %p, double* %q) nounwind {