[all-commits] [llvm/llvm-project] 4f7dd7: M68kInstrInfo::AnalyzeBranchImpl - fix MSVC build....
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Mar 9 03:27:52 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f7dd715b56f1633b75d80d59838d65cc2828db4
https://github.com/llvm/llvm-project/commit/4f7dd715b56f1633b75d80d59838d65cc2828db4
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-03-09 (Tue, 09 Mar 2021)
Changed paths:
M llvm/lib/Target/M68k/M68kInstrInfo.cpp
Log Message:
-----------
M68kInstrInfo::AnalyzeBranchImpl - fix MSVC build. NFCI.
MSVC couldn't resolve the decltype of a capture of a capture - but is happy with an auto.
More information about the All-commits
mailing list