Removing a variable that is initialized but never read. The original author has been...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 24 Nov 2014 14:03:16 +0000 (14:03 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 24 Nov 2014 14:03:16 +0000 (14:03 +0000)
commit8d6f6a27c706852f54373b90752a66bacdb2172d
treea352bbb2bc7300c82eb092289d87bd3f23ba9916
parent18700de8fc1c8d772969a877ec36e7a67212ce67
Removing a variable that is initialized but never read. The original author has been alerted to the warning, in case this variable is meant to be used. Fixes -Werror builds in the meantime.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222649 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/SILowerControlFlow.cpp