Remove an unnecessary reference variable that pointed to a unique_ptr variable. Just...
authorCraig Topper <craig.topper@gmail.com>
Fri, 12 Dec 2014 07:52:06 +0000 (07:52 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 12 Dec 2014 07:52:06 +0000 (07:52 +0000)
commite34c5782a885b64cbe25946bf6b9ea35fb786c3b
tree6ccc94e1866b8cb5886a7c5dcc49afb41cb47219
parent2a4988e8fc365867e2fe6b72ecdf43d7eca45416
Remove an unnecessary reference variable that pointed to a unique_ptr variable. Just use the unique_ptr variable directly.

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