[AArch64] Wrong CC access in CSINC-conditional branch sequence
authorGerolf Hoflehner <ghoflehner@apple.com>
Tue, 14 Oct 2014 23:55:00 +0000 (23:55 +0000)
committerGerolf Hoflehner <ghoflehner@apple.com>
Tue, 14 Oct 2014 23:55:00 +0000 (23:55 +0000)
commitcd27f3fb33990155a260cbfba60626792be25195
tree671d5ef3830623e5583a8eeaf168365960edca2d
parent1a0afd82b1f5e1f4e31f58f5323f5032d24be86c
[AArch64] Wrong CC access in CSINC-conditional branch sequence

This is a follow up to commit r219742. It removes the CCInMI variable
and accesses the CC in CSCINC directly. In the case of a conditional
branch accessing the CC with CCInMI was wrong.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219748 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64InstrInfo.cpp