mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Module's are no longer Value subclasses
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2351 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3bed5b46ba
commit
96d0f3011a
@ -240,7 +240,7 @@ ExprType analysis::ClassifyExpression(Value *Expr) {
|
||||
switch (Expr->getValueType()) {
|
||||
case Value::InstructionVal: break; // Instruction... hmmm... investigate.
|
||||
case Value::TypeVal: case Value::BasicBlockVal:
|
||||
case Value::FunctionVal: case Value::ModuleVal: default:
|
||||
case Value::FunctionVal: default:
|
||||
//assert(0 && "Unexpected expression type to classify!");
|
||||
std::cerr << "Bizarre thing to expr classify: " << Expr << "\n";
|
||||
return Expr;
|
||||
|
Loading…
Reference in New Issue
Block a user