Skip to content
  • Chandler Carruth's avatar
    Sink a function that refers to the SelectionDAG into that library in the · a7c44e6e
    Chandler Carruth authored
    one file where it is called as a static function. Nuke the declaration
    and the definition in lib/CodeGen, along with the include of
    SelectionDAG.h from this file.
    
    There is no dependency edge from lib/CodeGen to
    lib/CodeGen/SelectionDAG, so it isn't valid for a routine in lib/CodeGen
    to reference the DAG. There is a dependency from
    lib/CodeGen/SelectionDAG on lib/CodeGen. This breaks one violation of
    this layering.
    
    llvm-svn: 171842
    a7c44e6e
Loading