[X86] Remove forward declaration of _invpcid from intrin.h. Rely on inline version...
authorCraig Topper <craig.topper@intel.com>
Tue, 26 Nov 2019 00:07:37 +0000 (16:07 -0800)
committerCraig Topper <craig.topper@intel.com>
Tue, 26 Nov 2019 00:27:39 +0000 (16:27 -0800)
commit890c6ef1fb1350dd8e6b7b25da411cffbeaf6553
treeafe401e193c987a6700a7d1cecfed221ce7e79f3
parent14a2bbb1ff9439b798f29e5ae63a6f9240a72983
[X86] Remove forward declaration of _invpcid from intrin.h. Rely on inline version from immintrin.h

The forward declaration had a cdecl calling convention, but the
inline version did not. This leads to a conflict if the default
calling convention is not cdecl. Fix this by just removing the
forward declaration.

Fixes PR41503
clang/lib/Headers/intrin.h