Remove #ifdef'out code.

llvm-svn: 79956
This commit is contained in:
Fariborz Jahanian 2009-08-24 23:16:37 +00:00
parent a3dff8e37a
commit a6a3494c1d
1 changed files with 0 additions and 7 deletions

View File

@ -3354,13 +3354,6 @@ llvm::Constant *CGObjCCommonMac::BuildIvarLayout(
printf("0x%x%s", s[i], s[i] != 0 ? ", " : "");
printf("\n");
}
// Turn off this optimization.
#if 0
// if ivar_layout bitmap is all 1 bits (nothing skipped) then use NULL as
// final layout.
if (ForStrongLayout && !BytesSkipped)
return llvm::Constant::getNullValue(PtrTy);
#endif
llvm::GlobalVariable * Entry =
CreateMetadataVar("\01L_OBJC_CLASS_NAME_",
llvm::ConstantArray::get(VMContext, BitMap.c_str()),