Eliminated dead code.

llvm-svn: 7209
This commit is contained in:
Misha Brukman 2003-07-21 16:34:35 +00:00
parent bd2d0577fb
commit 96c8d59c9c
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ std::ostream &CWriter::printType(std::ostream &Out, const Type *Ty,
ptrName = "(" + ptrName + ")"; //
return printType(Out, PTy->getElementType(), ptrName);
}Out <<"--";
}
case Type::ArrayTyID: {
const ArrayType *ATy = cast<ArrayType>(Ty);