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