[all-commits] [llvm/llvm-project] 9ce0ff: [Coroutines] const-ify internal helpers (NFC)
Brian Gesiak via All-commits
all-commits at lists.llvm.org
Wed Jan 1 19:01:38 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9ce0ff2eefcd9e41fa59a6a6aadbb7fd1de87f34
https://github.com/llvm/llvm-project/commit/9ce0ff2eefcd9e41fa59a6a6aadbb7fd1de87f34
Author: Brian Gesiak <modocache at gmail.com>
Date: 2020-01-01 (Wed, 01 Jan 2020)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroInternal.h
M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
M llvm/lib/Transforms/Coroutines/Coroutines.cpp
Log Message:
-----------
[Coroutines] const-ify internal helpers (NFC)
Several helpers internal to llvm/Transforms/Coroutines do not use
'const' for parameters that are not modified. Add const where possible.
More information about the All-commits
mailing list