Fix GCC warning:
authorNick Lewycky <nicholas@mxc.ca>
Sat, 18 Dec 2010 01:05:55 +0000 (01:05 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 18 Dec 2010 01:05:55 +0000 (01:05 +0000)
commitbb1744ec1531fff3fd22fdfcd65f0f72d99c4fa5
tree7ca67821a0208a5b9a8eaf6a4732797f4fe5302f
parent1ee03a835ebb79bee998191f89d2785228771fb1
Fix GCC warning:
  lib/CodeGen/RegAllocGreedy.cpp:311: error: unused variable 'PhysReg' [-Wunused-variable]

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