Add a flag to MBBs to indicate whether it is an eh landing pad.
[oota-llvm.git] / test / ExecutionEngine / 2003-01-04-PhiTest.ll
index 59d5fded0c390bc69440db56b1a970e9b6eaef2b..45af8300a642e2908481bf1c171cc83b56f2791a 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: as < %s | lli -force-interpreter=false
+; RUN: llvm-upgrade < %s | llvm-as -f -o %t.bc
+; RUN: lli %t.bc > /dev/null
 
 int %main() {
        br label %Loop