mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-21 21:11:36 +00:00
Remove unused variable.
llvm-svn: 137933
This commit is contained in:
parent
42b9a110e0
commit
345561fe99
@ -3519,7 +3519,6 @@ int LLParser::ParsePHI(Instruction *&Inst, PerFunctionState &PFS) {
|
||||
bool LLParser::ParseLandingPad(Instruction *&Inst, PerFunctionState &PFS) {
|
||||
Type *Ty = 0; LocTy TyLoc;
|
||||
Value *PersFn; LocTy PersFnLoc;
|
||||
LocTy LPLoc = Lex.getLoc();
|
||||
|
||||
if (ParseType(Ty, TyLoc) ||
|
||||
ParseToken(lltok::kw_personality, "expected 'personality'") ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user