mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-19 01:34:32 +00:00
remove a fixed fixme
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120474 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c80c15a8b
commit
fcf8d7c73d
@ -1045,8 +1045,6 @@ static int AnalyzeLoadFromClobberingWrite(const Type *LoadTy, Value *LoadPtr,
|
|||||||
// If the load and store don't overlap at all, the store doesn't provide
|
// If the load and store don't overlap at all, the store doesn't provide
|
||||||
// anything to the load. In this case, they really don't alias at all, AA
|
// anything to the load. In this case, they really don't alias at all, AA
|
||||||
// must have gotten confused.
|
// must have gotten confused.
|
||||||
// FIXME: Investigate cases where this bails out, e.g. rdar://7238614. Then
|
|
||||||
// remove this check, as it is duplicated with what we have below.
|
|
||||||
uint64_t LoadSize = TD.getTypeSizeInBits(LoadTy);
|
uint64_t LoadSize = TD.getTypeSizeInBits(LoadTy);
|
||||||
|
|
||||||
if ((WriteSizeInBits & 7) | (LoadSize & 7))
|
if ((WriteSizeInBits & 7) | (LoadSize & 7))
|
||||||
|
Loading…
Reference in New Issue
Block a user