mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-04 00:29:28 +00:00
Remove superfluous semicolon.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@261128 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b512b02828
commit
0251822dc8
@ -471,7 +471,7 @@ static int getPredState(DenseMap<BasicBlock *, int> &FinalStates, Function &F,
|
||||
}
|
||||
|
||||
return CommonState;
|
||||
};
|
||||
}
|
||||
|
||||
static bool isStateStoreNeeded(EHPersonality Personality, CallSite CS) {
|
||||
if (!CS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user