C++ gives us auto_ptr's, so we might as well use them. :)
authorChris Lattner <sabre@nondot.org>
Tue, 18 Sep 2001 17:04:18 +0000 (17:04 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 18 Sep 2001 17:04:18 +0000 (17:04 +0000)
commitda784ee81f082781fb61258546fec7c82ba6a8f0
tree89dd3682fb545bef0f0fbecb0e5781390631d864
parentbcbb6b3fac7259e8364b462c3fb6f4379e3508e5
C++ gives us auto_ptr's, so we might as well use them.  :)

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