mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
Remove extraneous null statement. No functionality change!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186893 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eb0588b992
commit
1579a0f8a6
@ -480,7 +480,7 @@ private:
|
||||
if (!II.isVolatile())
|
||||
return markAsDead(II);
|
||||
|
||||
return insertUse(II, Offset, Size, /*IsSplittable=*/false);;
|
||||
return insertUse(II, Offset, Size, /*IsSplittable=*/false);
|
||||
}
|
||||
|
||||
// If we have seen both source and destination for a mem transfer, then
|
||||
|
Loading…
Reference in New Issue
Block a user