Nuke inadvertant debugging commit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146057 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach 2011-12-07 19:56:16 +00:00
parent 577b09155f
commit 4f66a050a2

View File

@ -62,9 +62,6 @@ static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType,
default:
return false;
case ARM::fixup_t2_condbranch:
assert(0);
return false;
case FK_Data_1:
Log2Size = llvm::Log2_32(1);
return true;