From 49ecb9ef50f40c1b57a23ec492e5465b85aa856b Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 26 Aug 2015 05:12:26 +0000 Subject: Add a small release note about the getSubtarget migration. llvm-svn: 246013 --- llvm/docs/ReleaseNotes.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 3d2d245583a5..98a21649f2da 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -90,6 +90,11 @@ Non-comprehensive list of changes in this release more you can avoid using ``PointerType::getPointeeType``, the easier the migration will be. +* Argument-less ``TargetMachine::getSubtarget`` and + ``TargetMachine::getSubtargetImpl`` have been removed from the tree. Updating + out of tree ports is as simple as implementing a non-virtual version in the + target, but implementing full ``Function`` based ``TargetSubtargetInfo`` + support is recommended. Changes to the MIPS Target -------------------------- -- cgit v1.2.3