[LLParser] Remove redundant remangling (NFCI)
authorNikita Popov <npopov@redhat.com>
Fri, 21 Oct 2022 08:53:24 +0000 (10:53 +0200)
committerNikita Popov <npopov@redhat.com>
Fri, 21 Oct 2022 08:55:38 +0000 (10:55 +0200)
commitbefb731be64a60b97f857d18eaa40d68f8ba792d
tree0b5d1b65c2c7fa46056bedf47181bd8913170e9a
parentd25ef09466e4e4ca807e85360812cf9d139c4249
[LLParser] Remove redundant remangling (NFCI)

UpgradeCallsToIntrinsic() is already intended to perform remangling
in case no other upgrades are necessary. The additional
remangleIntrinsicFunction() calls are not needed and can hide bugs
in the UpgradeCallsToIntrinsic() implementation.
llvm/lib/AsmParser/LLParser.cpp