[llvm] Fix thinko in getVendorSignature(), where expected values of ECX and EDX...
authorVy Nguyen <vyng@google.com>
Wed, 10 Mar 2021 07:41:58 +0000 (02:41 -0500)
committerVy Nguyen <vyng@google.com>
Thu, 11 Mar 2021 02:39:19 +0000 (21:39 -0500)
commit64d2c326b7f01942f0179fb797070e5cefbba303
tree66e29a31906a7f21f67460f696cd2079b51e4b2e
parent8652c3e1a3731052c74c82fe831773fc40b7b17e
[llvm] Fix thinko in getVendorSignature(), where expected values of  ECX and EDX were flipped for the AMD case.

Follow up to D97504

Differential Revision: https://reviews.llvm.org/D98322
llvm/lib/Support/Host.cpp