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:
Chris Lattner 2006-07-10 19:53:12 +00:00
parent d1b78a12ef
commit 5c5f4ca6f1

View File

@ -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))