Return the last element of the PriorityWorklist.

Synopsis

Declared in <llvm/ADT/PriorityWorklist.h>

T const&
back() const;

Return Value

A const reference to the last element.

Created with MrDocs