search for: stackslotforvirtreg

Displaying 1 result from an estimated 1 matches for "stackslotforvirtreg".

2006 May 03
1
[LLVMdev] RegAllocSimple.cpp
...========= RCS file: /var/cvs/llvm/llvm/lib/CodeGen/RegAllocSimple.cpp,v retrieving revision 1.66 diff -a -u -r1.66 RegAllocSimple.cpp --- RegAllocSimple.cpp 22 Jan 2006 23:39:54 -0000 1.66 +++ RegAllocSimple.cpp 3 May 2006 01:14:57 -0000 @@ -240,6 +240,7 @@ AllocateBasicBlock(*MBB); StackSlotForVirtReg.clear(); + delete [] PhysRegsEverUsed; return true; }