Commit 49ecb9ef authored by Eric Christopher's avatar Eric Christopher
Browse files

Add a small release note about the getSubtarget migration.

llvm-svn: 246013
parent a64cf48d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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
--------------------------