mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +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;
|
||||
}
|
||||
|
||||
bool isBaseAlignment16(SDNode *Base, MachineFrameInfo *MFI) {
|
||||
static bool isBaseAlignment16(SDNode *Base, MachineFrameInfo *MFI) {
|
||||
GlobalValue *GV;
|
||||
int64_t Offset;
|
||||
if (isGAPlusOffset(Base, GV, Offset))
|
||||
|
Loading…
Reference in New Issue
Block a user