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)
commit41580deaf19df795d3b3b8b486cd6b647ebd461b
tree3ecb2f11c04bef362fe63761f596a8c430eea7db
parentea22c4cfbb04330578b7548066f743563c079c95
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.

llvm-svn: 222649
llvm/lib/Target/R600/SILowerControlFlow.cpp