Mark internal function static
authorChris Lattner <sabre@nondot.org>
Mon, 10 Jul 2006 19:53:12 +0000 (19:53 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 10 Jul 2006 19:53:12 +0000 (19:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29085 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index ab24f36c76c08076d7f4d5b1c28c352aca029186..dbfa1fdd4ff74449f8ebfeddf8654705c0d23ab0 100644 (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))