X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FExecutionEngine%2FMCJIT%2F2003-08-23-RegisterAllocatePhysReg.ll;h=8fb1bbbe9d776468f063c485e7b28cd8accbe62f;hb=875710a2fd6b3c4f814961582594bd5c1cdb493a;hp=2adb608acbb186a659611b247f3c6d24676e203b;hpb=7bbd6e366b39157445cc921024a987e61ea68c00;p=oota-llvm.git diff --git a/test/ExecutionEngine/MCJIT/2003-08-23-RegisterAllocatePhysReg.ll b/test/ExecutionEngine/MCJIT/2003-08-23-RegisterAllocatePhysReg.ll index 2adb608acbb..8fb1bbbe9d7 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 -mtriple=%mcjit_triple -use-mcjit %s > /dev/null +; RUN: %lli %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