[x86] Move combineAddOrSubToADCOrSBB within the source file (NFC)
authorKazu Hirata <kazu@google.com>
Mon, 13 Feb 2023 03:48:35 +0000 (19:48 -0800)
committerKazu Hirata <kazu@google.com>
Mon, 13 Feb 2023 03:48:35 +0000 (19:48 -0800)
commit9c401687eb460211bee0654956145386a27a6f37
treecb4b3986dfe351a836579ddfa83fc052334ffaf0
parente0e329609858cf6d72eadd0de03e53dea127f546
[x86] Move combineAddOrSubToADCOrSBB within the source file (NFC)

D143838 needs to use combineAddOrSubToADCOrSBB just above combineOr.
This patch simply moves up combineAddOrSubToADCOrSBB within the source
file to avoid forward-declaring the functions.
llvm/lib/Target/X86/X86ISelLowering.cpp