X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FExecutionEngine%2F2003-08-23-RegisterAllocatePhysReg.ll;h=04a5e1741bb0f768152046b5cabdc23afad96ceb;hb=b21d9aebba7e45ddcbce61dd501000049cefb335;hp=b165a1cf30e3b059ea0d7229071ec72d672191a9;hpb=18f601820c5aca5ebc8c8612c33857e709e857cc;p=oota-llvm.git diff --git a/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll b/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll index b165a1cf30e..04a5e1741bb 100644 --- a/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll +++ b/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as %s -o %t.bc -; RUN: lli %t.bc > /dev/null +; RUN: %lli %s > /dev/null +; XFAIL: arm ; 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