mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 23:48:56 +00:00
[Dominators][NFC] Remove extra semicolon...
to silence a gcc warning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307742 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c9c28d96fa
commit
3b58ca74d3
@ -137,7 +137,7 @@ struct SemiNCAInfo {
|
||||
}
|
||||
|
||||
return LastNum;
|
||||
};
|
||||
}
|
||||
|
||||
NodePtr eval(NodePtr VIn, unsigned LastLinked) {
|
||||
auto &VInInfo = NodeToInfo[VIn];
|
||||
|
Loading…
Reference in New Issue
Block a user