[llvm-branch-commits] [llvm-branch] r101917 - /llvm/branches/Apple/Morbo/lib/CodeGen/MachineLICM.cpp
Evan Cheng
evan.cheng at apple.com
Tue Apr 20 10:37:27 PDT 2010
Author: evancheng
Date: Tue Apr 20 12:37:27 2010
New Revision: 101917
URL: http://llvm.org/viewvc/llvm-project?rev=101917&view=rev
Log:
Merge 101034.
Modified:
llvm/branches/Apple/Morbo/lib/CodeGen/MachineLICM.cpp
Modified: llvm/branches/Apple/Morbo/lib/CodeGen/MachineLICM.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Morbo/lib/CodeGen/MachineLICM.cpp?rev=101917&r1=101916&r2=101917&view=diff
==============================================================================
--- llvm/branches/Apple/Morbo/lib/CodeGen/MachineLICM.cpp (original)
+++ llvm/branches/Apple/Morbo/lib/CodeGen/MachineLICM.cpp Tue Apr 20 12:37:27 2010
@@ -411,6 +411,8 @@
HoistPostRA(MI, Candidates[i].Def);
}
}
+
+ delete[] PhysRegDefs;
}
/// AddToLiveIns - Add register 'Reg' to the livein sets of BBs in the
More information about the llvm-branch-commits
mailing list