mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
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
This commit is contained in:
parent
0098bdfb97
commit
119b342b20
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user