mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 01:25:49 +00:00
Eliminated dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7209 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -280,7 +280,7 @@ std::ostream &CWriter::printType(std::ostream &Out, const Type *Ty,
|
|||||||
ptrName = "(" + ptrName + ")"; //
|
ptrName = "(" + ptrName + ")"; //
|
||||||
|
|
||||||
return printType(Out, PTy->getElementType(), ptrName);
|
return printType(Out, PTy->getElementType(), ptrName);
|
||||||
}Out <<"--";
|
}
|
||||||
|
|
||||||
case Type::ArrayTyID: {
|
case Type::ArrayTyID: {
|
||||||
const ArrayType *ATy = cast<ArrayType>(Ty);
|
const ArrayType *ATy = cast<ArrayType>(Ty);
|
||||||
|
@@ -280,7 +280,7 @@ std::ostream &CWriter::printType(std::ostream &Out, const Type *Ty,
|
|||||||
ptrName = "(" + ptrName + ")"; //
|
ptrName = "(" + ptrName + ")"; //
|
||||||
|
|
||||||
return printType(Out, PTy->getElementType(), ptrName);
|
return printType(Out, PTy->getElementType(), ptrName);
|
||||||
}Out <<"--";
|
}
|
||||||
|
|
||||||
case Type::ArrayTyID: {
|
case Type::ArrayTyID: {
|
||||||
const ArrayType *ATy = cast<ArrayType>(Ty);
|
const ArrayType *ATy = cast<ArrayType>(Ty);
|
||||||
|
Reference in New Issue
Block a user