projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1b78a1
)
Mark internal function static
author
Chris Lattner
<sabre@nondot.org>
Mon, 10 Jul 2006 19:53:12 +0000
(19:53 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86ISelLowering.cpp
b/lib/Target/X86/X86ISelLowering.cpp
index ab24f36c76c08076d7f4d5b1c28c352aca029186..dbfa1fdd4ff74449f8ebfeddf8654705c0d23ab0 100644
(file)
--- a/
lib/Target/X86/X86ISelLowering.cpp
+++ b/
lib/Target/X86/X86ISelLowering.cpp
@@
-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))