diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2008-07-28 19:11:24 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2008-07-28 19:11:24 +0000 |
commit | 8642dfd2b500a506fed244bdd533d88c49965ba1 (patch) | |
tree | 538e15f364aceaf7875f1056a82062116a3f1d3d /lib/Target/Mips/MipsISelLowering.h | |
parent | 4d363175b5cdf80193463c5b1a7cf30666a2878e (diff) | |
download | external_llvm-8642dfd2b500a506fed244bdd533d88c49965ba1.zip external_llvm-8642dfd2b500a506fed244bdd533d88c49965ba1.tar.gz external_llvm-8642dfd2b500a506fed244bdd533d88c49965ba1.tar.bz2 |
Added floating point lowering for setcc and brcond.
Fixed COMM asm directive usage.
ConstantPool using custom FourByteConstantSection.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54139 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsISelLowering.h')
-rw-r--r-- | lib/Target/Mips/MipsISelLowering.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/Mips/MipsISelLowering.h b/lib/Target/Mips/MipsISelLowering.h index ccc7981..136b230 100644 --- a/lib/Target/Mips/MipsISelLowering.h +++ b/lib/Target/Mips/MipsISelLowering.h @@ -96,6 +96,8 @@ namespace llvm { SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG); SDValue LowerConstantPool(SDValue Op, SelectionDAG &DAG); SDValue LowerSELECT_CC(SDValue Op, SelectionDAG &DAG); + SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG); + SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG); virtual MachineBasicBlock *EmitInstrWithCustomInserter(MachineInstr *MI, MachineBasicBlock *MBB); |