summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsISelLowering.h
diff options
context:
space:
mode:
authorReed Kotler <rkotler@mips.com>2013-02-23 03:09:56 +0000
committerReed Kotler <rkotler@mips.com>2013-02-23 03:09:56 +0000
commit50354a3f4a5c9e3689d502a935430f2a57a44af2 (patch)
treef379d66106c6b57591a580e3a6bfc363fdb03d6f /lib/Target/Mips/MipsISelLowering.h
parent1e8ed2537b3e4b2175cd9e62626f07606c62cfa0 (diff)
downloadllvm-50354a3f4a5c9e3689d502a935430f2a57a44af2.tar.gz
llvm-50354a3f4a5c9e3689d502a935430f2a57a44af2.tar.bz2
llvm-50354a3f4a5c9e3689d502a935430f2a57a44af2.tar.xz
Expand pseudos/macros for Selt. This is the last of the complex
macros.The rest is some small misc. stuff. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175950 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsISelLowering.h')
-rw-r--r--lib/Target/Mips/MipsISelLowering.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/Mips/MipsISelLowering.h b/lib/Target/Mips/MipsISelLowering.h
index 789456a5af..2896de5d57 100644
--- a/lib/Target/Mips/MipsISelLowering.h
+++ b/lib/Target/Mips/MipsISelLowering.h
@@ -410,6 +410,9 @@ namespace llvm {
MachineInstr *MI,
MachineBasicBlock *BB) const;
+ MachineBasicBlock *EmitSelT16(unsigned Opc1, unsigned Opc2,
+ MachineInstr *MI,
+ MachineBasicBlock *BB) const;
};
}