FastISel: Factor out common code; NFC intended
authorMatthias Braun <matze@braunis.de>
Wed, 26 Aug 2015 01:38:00 +0000 (01:38 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 26 Aug 2015 01:38:00 +0000 (01:38 +0000)
commitec01af9135349e386da0a483677fb8cee06bdcbc
tree5776a33c6955260d79a27f81f353f4abe4540acf
parent78175c073a86468070c38fb147979527787a6ac8
FastISel: Factor out common code; NFC intended

This should be no functional change but for the record: For three cases
in X86FastISel this will change the order in which the FalseMBB and
TrueMBB of a conditional branch is addedd to the successor/predecessor
lists.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245997 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/Target/AArch64/AArch64FastISel.cpp
lib/Target/X86/X86FastISel.cpp