forked from OSchip/llvm-project
parent
1610666ea5
commit
f11d8a35ab
|
@ -111,7 +111,7 @@ static GenericValue getOperandValue(Value *V, ExecutionContext &SF) {
|
||||||
default:
|
default:
|
||||||
cerr << "Unhandled ConstantExpr: " << CE << "\n";
|
cerr << "Unhandled ConstantExpr: " << CE << "\n";
|
||||||
abort();
|
abort();
|
||||||
{ GenericValue V; return V; }
|
return GenericValue();
|
||||||
}
|
}
|
||||||
} else if (Constant *CPV = dyn_cast<Constant>(V)) {
|
} else if (Constant *CPV = dyn_cast<Constant>(V)) {
|
||||||
return TheEE->getConstantValue(CPV);
|
return TheEE->getConstantValue(CPV);
|
||||||
|
|
Loading…
Reference in New Issue