ARM64: optimise (cmp x, (sub 0, y)) to (cmn x, y).
[oota-llvm.git] / lib / Target / ARM64 / ARM64MCInstLower.h
2014-03-29 Tim NorthoverARM64: initial backend import