Factor out an EmitCmp function that can be used by both SelectCmp and
authorChad Rosier <mcrosier@apple.com>
Wed, 26 Oct 2011 22:47:55 +0000 (22:47 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 26 Oct 2011 22:47:55 +0000 (22:47 +0000)
commit530f7cefd3082e8aaa74b7d65636f30d0312b6ec
tree049b849c9088097e51a5e248eced2b90133fb7c2
parent684457d179fcfdf8c1f8ee9f66cc40665ecc648c
Factor out an EmitCmp function that can be used by both SelectCmp and
SelectBranch.  No functional change intended.

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