unbreak buildbot.

llvm-svn: 181479
This commit is contained in:
Fariborz Jahanian 2013-05-08 22:52:20 +00:00
parent d0b963e839
commit 7e548f70e8
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ static llvm::Constant *buildDisposeHelper(CodeGenModule &CGM,
/// unsigned long size; // size of Block_literal metadata in bytes.
/// void *copy_func_helper_decl; // optional copy helper.
/// void *destroy_func_decl; // optioanl destructor helper.
/// void *block_method_encoding_address;//@encode for block literal signature.
/// void *block_method_encoding_address;// \@encode for block literal signature.
/// void *block_layout_info; // encoding of captured block variables.
/// };
static llvm::Constant *buildBlockDescriptor(CodeGenModule &CGM,