From: Reid Spencer Date: Tue, 25 May 2004 08:50:52 +0000 (+0000) Subject: Remove use of Type::TypeTy from an assert. It will go away soon. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=119b342b20e49c055a0e72962019ada2f12361ba;p=oota-llvm.git Remove use of Type::TypeTy from an assert. It will go away soon. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13748 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/SparcV9AsmPrinter.cpp b/lib/Target/SparcV9/SparcV9AsmPrinter.cpp index 4b64a778783..552902120ad 100644 --- a/lib/Target/SparcV9/SparcV9AsmPrinter.cpp +++ b/lib/Target/SparcV9/SparcV9AsmPrinter.cpp @@ -301,7 +301,6 @@ namespace { /// void AsmPrinter::printSingleConstantValue(const Constant* CV) { assert(CV->getType() != Type::VoidTy && - CV->getType() != Type::TypeTy && CV->getType() != Type::LabelTy && "Unexpected type for Constant");