summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsISelLowering.h
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-03-04 20:01:52 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-03-04 20:01:52 +0000
commitca8a2aa921ec8966b1f0708d77e4dc0a6f1a32f8 (patch)
tree0fde53b186db010efaff5d20fa013784000d969c /lib/Target/Mips/MipsISelLowering.h
parentca9714470ec51ec52833eee46bca0062d92e92f3 (diff)
downloadllvm-ca8a2aa921ec8966b1f0708d77e4dc0a6f1a32f8.tar.gz
llvm-ca8a2aa921ec8966b1f0708d77e4dc0a6f1a32f8.tar.bz2
llvm-ca8a2aa921ec8966b1f0708d77e4dc0a6f1a32f8.tar.xz
Lowers block address. Currently asserts when relocation model is not PIC. Patch by Akira Hatanaka
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127027 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsISelLowering.h')
-rw-r--r--lib/Target/Mips/MipsISelLowering.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Mips/MipsISelLowering.h b/lib/Target/Mips/MipsISelLowering.h
index aafea6b056..720b6f4d7d 100644
--- a/lib/Target/Mips/MipsISelLowering.h
+++ b/lib/Target/Mips/MipsISelLowering.h
@@ -107,6 +107,7 @@ namespace llvm {
SDValue LowerDYNAMIC_STACKALLOC(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerFP_TO_SINT(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const;
+ SDValue LowerBlockAddress(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerSELECT(SDValue Op, SelectionDAG &DAG) const;