1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Nuke inadvertant debugging commit.

llvm-svn: 146057
This commit is contained in:
Jim Grosbach 2011-12-07 19:56:16 +00:00
parent 2f57374e32
commit 268b95034c

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;