mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
Mark internal function static
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29085 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d1b78a12ef
commit
5c5f4ca6f1
@ -4056,7 +4056,7 @@ static bool isConsecutiveLoad(SDNode *N, SDNode *Base, int Dist, int Size,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool isBaseAlignment16(SDNode *Base, MachineFrameInfo *MFI) {
|
static bool isBaseAlignment16(SDNode *Base, MachineFrameInfo *MFI) {
|
||||||
GlobalValue *GV;
|
GlobalValue *GV;
|
||||||
int64_t Offset;
|
int64_t Offset;
|
||||||
if (isGAPlusOffset(Base, GV, Offset))
|
if (isGAPlusOffset(Base, GV, Offset))
|
||||||
|
Loading…
Reference in New Issue
Block a user