Temporarily Revert "Nuke the old JIT." as it's not quite ready to
[oota-llvm.git] / test / ExecutionEngine / 2003-08-15-AllocaAssertion.ll
index 5970628eaedf6ab8b9ebe020e9c774370e45269e..22dd4ccb44cf575d0b83f7965fe7a43f4fbb62bb 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: lli %s > /dev/null
+; RUN: %lli %s > /dev/null
+; XFAIL: arm
 
 ; This testcase failed to work because two variable sized allocas confused the
 ; local register allocator.