Pacify the compiler. BestWeight cannot in fact be used uninitialized
authorDuncan Sands <baldrick@free.fr>
Tue, 28 Dec 2010 10:07:15 +0000 (10:07 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 28 Dec 2010 10:07:15 +0000 (10:07 +0000)
commit2aea490e163b53e966d693285c17c1a934db5e8d
tree2f327f4e7342fc361c17a7357babacb595dcf7ce
parent849ecb1431f878aeef2be8d08679a740e603e95a
Pacify the compiler.  BestWeight cannot in fact be used uninitialized
in this function, but the compiler was warning that it might be when
doing a release build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122595 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegAllocGreedy.cpp