OSDN Git Service

SDAG: Make SelectCodeCommon return void
authorJustin Bogner <mail@justinbogner.com>
Tue, 10 May 2016 22:58:26 +0000 (22:58 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 10 May 2016 22:58:26 +0000 (22:58 +0000)
commit182dac04e536d22bb10558a2f0b2c9181e658a98
treea137750a01b6c487a69f5f03d3584394d513a34b
parentf2fd62413a1714ec7e64204e39e9fe8ae77ee93f
SDAG: Make SelectCodeCommon return void

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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269136 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGISel.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
utils/TableGen/DAGISelMatcherEmitter.cpp