Skip to content
  • Justin Bogner's avatar
    SDAG: Make SelectCodeCommon return void · 1df01f0e
    Justin Bogner authored
    This means SelectCode unconditionally returns nullptr now. I'll follow
    up with a change to make that return void as well, but it seems best
    to keep that one very mechanical.
    
    This is part of the work to have Select return void instead of an
    SDNode *, which is in turn part of llvm.org/pr26808.
    
    llvm-svn: 269136
    1df01f0e
Loading