[all-commits] [llvm/llvm-project] a0b8ab: [BOLT][NFC] Fix warning for unqualified call to st...
Paul Kirth via All-commits
all-commits at lists.llvm.org
Tue Apr 26 16:18:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a0b8ab1ba3165d468792cf0032fce274c7d624e1
https://github.com/llvm/llvm-project/commit/a0b8ab1ba3165d468792cf0032fce274c7d624e1
Author: Paul Kirth <paulkirth at google.com>
Date: 2022-04-26 (Tue, 26 Apr 2022)
Changed paths:
M bolt/lib/Passes/RetpolineInsertion.cpp
Log Message:
-----------
[BOLT][NFC] Fix warning for unqualified call to std::move
Fixes warning from RetpolineInsertion.cpp:171:44:
warning: unqualified call to std::move [-Wunqualified-std-cast-call]
Reviewed By: maksfb
Differential Revision: https://reviews.llvm.org/D124482
More information about the All-commits
mailing list