summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBlocks.cpp
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-09-09 13:00:44 +0000
committerMike Stump <mrs@apple.com>2009-09-09 13:00:44 +0000
commit4a3999fe901a82bf6f6318d4d8e003f6f76cca59 (patch)
treeed279ee78146eb10e19a3ed19db3b946d0653c23 /clang/lib/CodeGen/CGBlocks.cpp
parent0bd472dc3364ec4b8be728b9c5422c0df3cc2182 (diff)
downloadbcm5719-llvm-4a3999fe901a82bf6f6318d4d8e003f6f76cca59.tar.gz
bcm5719-llvm-4a3999fe901a82bf6f6318d4d8e003f6f76cca59.zip
Reflow comments and some minor whitespace fixups.
llvm-svn: 81337
Diffstat (limited to 'clang/lib/CodeGen/CGBlocks.cpp')
-rw-r--r--clang/lib/CodeGen/CGBlocks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGBlocks.cpp b/clang/lib/CodeGen/CGBlocks.cpp
index d180820ab4f..0c98c40866a 100644
--- a/clang/lib/CodeGen/CGBlocks.cpp
+++ b/clang/lib/CodeGen/CGBlocks.cpp
@@ -459,7 +459,7 @@ llvm::Value *CodeGenFunction::GetAddrOfBlockDecl(const BlockDeclRefExpr *E) {
llvm::Value *BlockLiteral = LoadBlockStruct();
llvm::Value *V = Builder.CreateGEP(BlockLiteral,
llvm::ConstantInt::get(llvm::Type::getInt64Ty(VMContext),
- offset),
+ offset),
"block.literal");
if (E->isByRef()) {
bool needsCopyDispose = BlockRequiresCopying(E->getType());
OpenPOWER on IntegriCloud