This document summarizes the 1988 paper "Interprocedural Slicing Using Dependence Graphs". The paper introduced system dependence graphs (SDGs) to model interprocedural programs and defined an algorithm for interprocedural slicing. The algorithm correctly accounts for calling context by using a context-free language of matched parentheses to filter infeasible paths. Though quartic, the algorithm forms the basis for subsequent work on efficient context-sensitive program analysis using graph reachability and context-free languages.