]> granicus.if.org Git - clang/commitdiff
Make a const variable static. NFC.
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Tue, 8 Nov 2016 03:30:49 +0000 (03:30 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Tue, 8 Nov 2016 03:30:49 +0000 (03:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286201 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGBlocks.cpp

index a9a0dea49641b8cb875725d4566fdf2740a83909..658dfc600cf99f77e8afc1cf01027650309d5d06 100644 (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.