summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/FastISel.h
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-04-27 22:21:02 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-04-27 22:21:02 +0000
commit161b887506fb79dc68fb507b72de03eaf48f467a (patch)
tree1cc3205fbcd17b6d74a21e7bf30bd729f0d7b175 /include/llvm/CodeGen/FastISel.h
parentca8d63b6fb71719f56e8d1b3d36251d6724a8c20 (diff)
downloadllvm-161b887506fb79dc68fb507b72de03eaf48f467a.tar.gz
llvm-161b887506fb79dc68fb507b72de03eaf48f467a.tar.bz2
llvm-161b887506fb79dc68fb507b72de03eaf48f467a.tar.xz
Remove unused function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130337 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/FastISel.h')
-rw-r--r--include/llvm/CodeGen/FastISel.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/llvm/CodeGen/FastISel.h b/include/llvm/CodeGen/FastISel.h
index fa6594c01e..99d8cf14dd 100644
--- a/include/llvm/CodeGen/FastISel.h
+++ b/include/llvm/CodeGen/FastISel.h
@@ -204,15 +204,6 @@ protected:
unsigned Op0, bool Op0IsKill,
uint64_t Imm, MVT ImmType);
- /// FastEmit_rf_ - This method is a wrapper of FastEmit_rf. It first tries
- /// to emit an instruction with an immediate operand using FastEmit_rf.
- /// If that fails, it materializes the immediate into a register and try
- /// FastEmit_rr instead.
- unsigned FastEmit_rf_(MVT VT,
- unsigned Opcode,
- unsigned Op0, bool Op0IsKill,
- const ConstantFP *FPImm, MVT ImmType);
-
/// FastEmit_i - This method is called by target-independent code
/// to request that an instruction with the given type, opcode, and
/// immediate operand be emitted.