aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/SelectionDAGISel.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-11-12 22:55:05 +0000
committerDan Gohman <gohman@apple.com>2008-11-12 22:55:05 +0000
commitbc5cbb8be9d935240be5a57a8f37c5258a9d0563 (patch)
tree58569a85b1b8597fd278d30f126dc74bb30e2425 /include/llvm/CodeGen/SelectionDAGISel.h
parentcb5798285aa3a3cd93448beda6264152c761e8e3 (diff)
downloadexternal_llvm-bc5cbb8be9d935240be5a57a8f37c5258a9d0563.tar.gz
external_llvm-bc5cbb8be9d935240be5a57a8f37c5258a9d0563.tar.bz2
external_llvm-bc5cbb8be9d935240be5a57a8f37c5258a9d0563.zip
Move the code that inserts X87 FP_REG_KILL instructions from a
special-purpose hook to a new pass. Also, add check to see if any x87 virtual registers are used, to avoid doing any work in the common case that no x87 code is needed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59190 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGISel.h')
-rw-r--r--include/llvm/CodeGen/SelectionDAGISel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGISel.h b/include/llvm/CodeGen/SelectionDAGISel.h
index d3e785b5fe..cd58267994 100644
--- a/include/llvm/CodeGen/SelectionDAGISel.h
+++ b/include/llvm/CodeGen/SelectionDAGISel.h
@@ -64,7 +64,6 @@ public:
virtual void EmitFunctionEntryCode(Function &Fn, MachineFunction &MF) {}
virtual void InstructionSelect() = 0;
- virtual void InstructionSelectPostProcessing() {}
void SelectRootInit() {
DAGSize = CurDAG->AssignTopologicalOrder();