Make a const variable static. NFC.

llvm-svn: 286201
This commit is contained in:
George Burgess IV 2016-11-08 03:30:49 +00:00
parent ba8761bc7f
commit b9bd6fad10
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ static llvm::Constant *buildBlockDescriptor(CodeGenModule &CGM,
*/
/// The number of fields in a block header.
const unsigned BlockHeaderSize = 5;
const static unsigned BlockHeaderSize = 5;
namespace {
/// A chunk of data that we actually have to capture in the block.