From: Eli Friedman Date: Sat, 8 Oct 2011 01:03:47 +0000 (+0000) Subject: Fix warning on MSVC. Patch by Aaron Ballman. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3c944a9f620dacb0c29d16e7d61c8e7fca10963;p=clang Fix warning on MSVC. Patch by Aaron Ballman. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141467 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGObjCGNU.cpp b/lib/CodeGen/CGObjCGNU.cpp index a95e8e6097..59a1d753ad 100644 --- a/lib/CodeGen/CGObjCGNU.cpp +++ b/lib/CodeGen/CGObjCGNU.cpp @@ -1721,7 +1721,7 @@ llvm::Constant *CGObjCGNU::MakeBitField(llvm::SmallVectorImpl &bits) { if (bitCount < 64) { uint64_t val = 1; for (int i=0 ; i