X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FExecutionEngine%2FMCJIT%2F2003-08-23-RegisterAllocatePhysReg.ll;h=659901b9b36f749a39f07d66ac9209babe6f7a9d;hp=8fb1bbbe9d776468f063c485e7b28cd8accbe62f;hb=aa5b9c0f6f3a99f955fe0ded13d61d7eb4e1a0b5;hpb=9fbb01240448f580f0689fee455c8a19cb44ddde diff --git a/test/ExecutionEngine/MCJIT/2003-08-23-RegisterAllocatePhysReg.ll b/test/ExecutionEngine/MCJIT/2003-08-23-RegisterAllocatePhysReg.ll index 8fb1bbbe9d7..659901b9b36 100644 --- a/test/ExecutionEngine/MCJIT/2003-08-23-RegisterAllocatePhysReg.ll +++ b/test/ExecutionEngine/MCJIT/2003-08-23-RegisterAllocatePhysReg.ll @@ -1,4 +1,4 @@ -; RUN: %lli %s > /dev/null +; RUN: %lli_mcjit %s > /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