test for something more interesting than not crashing
[oota-llvm.git] / test / ExecutionEngine / 2003-08-23-RegisterAllocatePhysReg.ll
index fa7df62913807c0509f9b15a80e198b2b9bca5cb..4d1d0452dba0c1986712b7107c8a4ffc96c76849 100644 (file)
@@ -1,3 +1,6 @@
+; RUN: llvm-upgrade < %s | llvm-as -f -o %t.bc
+; RUN: lli %t.bc > /dev/null
+
 ; This testcase exposes a bug in the local register allocator where it runs out
 ; of registers (due to too many overlapping live ranges), but then attempts to
 ; use the ESP register (which is not allocatable) to hold a value.