summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsISelLowering.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-13 06:28:06 +0000
committerChris Lattner <sabre@nondot.org>2009-08-13 06:28:06 +0000
commitb71b909bc76f48377fc96547d53a088346852600 (patch)
tree28cc4d39046f706a31051767e47ee87e01f2a679 /lib/Target/Mips/MipsISelLowering.h
parentd4c00c0f558193b492aed9ab6aacf84bf1d3fb4e (diff)
downloadllvm-b71b909bc76f48377fc96547d53a088346852600.tar.gz
llvm-b71b909bc76f48377fc96547d53a088346852600.tar.bz2
llvm-b71b909bc76f48377fc96547d53a088346852600.tar.xz
reintroduce support for Mips "small" section handling. This is
implemented somewhat differently than before, but it should have the same functionality and the previous testcase passes again. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78900 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsISelLowering.h')
-rw-r--r--lib/Target/Mips/MipsISelLowering.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/Mips/MipsISelLowering.h b/lib/Target/Mips/MipsISelLowering.h
index ec2124325b..c30d57e4ad 100644
--- a/lib/Target/Mips/MipsISelLowering.h
+++ b/lib/Target/Mips/MipsISelLowering.h
@@ -88,8 +88,6 @@ namespace llvm {
// Subtarget Info
const MipsSubtarget *Subtarget;
- bool IsGlobalInSmallSection(GlobalValue *GV);
- bool IsInSmallSection(unsigned Size);
// Lower Operand helpers
SDValue LowerCallResult(SDValue Chain, SDValue InFlag,