Switch over to a model where we compile each method, emit assembly, then free
authorChris Lattner <sabre@nondot.org>
Sun, 3 Feb 2002 07:54:10 +0000 (07:54 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 3 Feb 2002 07:54:10 +0000 (07:54 +0000)
commitc8896771951d0cc769b6b40b27bcb420685cf718
treede203437b1377ab8c24e6551af90c4496aa4b7e7
parent71947fdbc607c2eca3ddd456197c240ad5157f40
Switch over to a model where we compile each method, emit assembly, then free
machineinstr memory before starting on the next method.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1659 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llc/llc.cpp