commit | f332516136f31c04519acded563c9fbe4be3e257 | [log] [tgz] |
---|---|---|
author | Mike Stump <mrs@apple.com> | Fri Jul 31 17:46:44 2009 +0000 |
committer | Mike Stump <mrs@apple.com> | Fri Jul 31 17:46:44 2009 +0000 |
tree | 05f10a6162f3d74c616c2c782072e82d3da09d10 | |
parent | 51d5b43cda213e3cac83700e39e47657c55fd362 [diff] [blame] |
Fix spacing. llvm-svn: 77688
diff --git a/clang/lib/CodeGen/CGBlocks.cpp b/clang/lib/CodeGen/CGBlocks.cpp index 2eafef9..87b140f 100644 --- a/clang/lib/CodeGen/CGBlocks.cpp +++ b/clang/lib/CodeGen/CGBlocks.cpp
@@ -265,7 +265,7 @@ llvm::Value *BlockLiteral = LoadBlockStruct(); Loc = Builder.CreateGEP(BlockLiteral, - llvm::ConstantInt::get(llvm::Type::Int64Ty, + llvm::ConstantInt::get(llvm::Type::Int64Ty, offset), "block.literal"); Ty = llvm::PointerType::get(Ty, 0);