Mark internal function static

llvm-svn: 29085
This commit is contained in:
Chris Lattner 2006-07-10 19:53:12 +00:00
parent a6968f83b2
commit 9aabc1e16f
1 changed files with 1 additions and 1 deletions

View File

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