1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Remove dead return. Thanks to Bill for the review!

llvm-svn: 50863
This commit is contained in:
Chris Lattner 2008-05-08 18:26:56 +00:00
parent 846171a09e
commit dfd5ee9b42

View File

@ -148,8 +148,6 @@ static Constant *SymbolicallyEvaluateGEP(Constant* const* Ops, unsigned NumOps,
(Value**)Ops+1, NumOps-1);
Constant *C = ConstantInt::get(TD->getIntPtrType(), Offset+BasePtr);
return ConstantExpr::getIntToPtr(C, ResultTy);
return 0;
}
/// FoldBitCast - Constant fold bitcast, symbolically evaluating it with