Teach the legalizer how to handle operands for VSELECT nodes
[oota-llvm.git] / test / ExecutionEngine / 2003-08-15-AllocaAssertion.ll
index 8a96377aefda0281d7065fa735a77bea74509697..22dd4ccb44cf575d0b83f7965fe7a43f4fbb62bb 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as %s -f -o %t.bc
-; RUN: lli %t.bc > /dev/null
+; RUN: %lli %s > /dev/null
+; XFAIL: arm
 
 ; This testcase failed to work because two variable sized allocas confused the
 ; local register allocator.