FastISel: Use finishCondBranch() for ARM,Mips,PowerPC FastISel
authorMatthias Braun <matze@braunis.de>
Wed, 26 Aug 2015 01:55:47 +0000 (01:55 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 26 Aug 2015 01:55:47 +0000 (01:55 +0000)
commit02cb3d6db7c7ff7e55ab5179f56aad7c70999a67
treeb2a3aa643ee06f9b15fb8e5c49da304a9e2e0ca5
parentec01af9135349e386da0a483677fb8cee06bdcbc
FastISel: Use finishCondBranch() for ARM,Mips,PowerPC FastISel

Note that after this change branch probabilities are preserved now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245998 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMFastISel.cpp
lib/Target/Mips/MipsFastISel.cpp
lib/Target/PowerPC/PPCFastISel.cpp