[all-commits] [llvm/llvm-project] 7f48bd: CGBuiltin.cpp - pass SVETypeFlags by const referen...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Aug 22 04:14:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f48bd3bed9540cc4c72091dfb38e40dfac24aa4
https://github.com/llvm/llvm-project/commit/7f48bd3bed9540cc4c72091dfb38e40dfac24aa4
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-08-22 (Sun, 22 Aug 2021)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CodeGenFunction.h
Log Message:
-----------
CGBuiltin.cpp - pass SVETypeFlags by const reference. NFC.
Don't pass the struct by value.
More information about the All-commits
mailing list