OSDN Git Service

SDAG: Avoid relying on the return value of SelectCode in Hexagon. NFC
authorJustin Bogner <mail@justinbogner.com>
Tue, 10 May 2016 20:31:53 +0000 (20:31 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 10 May 2016 20:31:53 +0000 (20:31 +0000)
commit9eb5240127fa6dbded4053b4b07bce255ed502b0
treed0c450b3bf77706caf87e6e40c2dff5ced337c38
parent2b9c136346f921b82ae70aaf12ee53a4e6f7725a
SDAG: Avoid relying on the return value of SelectCode in Hexagon. NFC

This is a bit of a spot fix for now. I'll try to fix this up more
comprehensively soon.

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@269112 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp