[all-commits] [llvm/llvm-project] 8644eb: [NFC][Transforms][Coroutines] Remove unused variable
nullptr-cpp via All-commits
all-commits at lists.llvm.org
Thu Jan 28 00:48:27 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8644eb024bbd5bab7d8de9f5df97d931f1a8847b
https://github.com/llvm/llvm-project/commit/8644eb024bbd5bab7d8de9f5df97d931f1a8847b
Author: Yang Fan <nullptr.cpp at gmail.com>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
Log Message:
-----------
[NFC][Transforms][Coroutines] Remove unused variable
Commit: fc4e8a3e8b4aa9a8aaa9cb8ebc44c7fda465648b
https://github.com/llvm/llvm-project/commit/fc4e8a3e8b4aa9a8aaa9cb8ebc44c7fda465648b
Author: Yang Fan <nullptr.cpp at gmail.com>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M llvm/lib/IR/AsmWriter.cpp
Log Message:
-----------
[NFC][IR][AsmWriter] Fix Wreturn-type gcc warning
GCC warning:
```
/llvm-project/llvm/lib/IR/AsmWriter.cpp:3175:1: warning: control reaches end of non-void function [-Wreturn-type]
3175 | }
| ^
```
Compare: https://github.com/llvm/llvm-project/compare/bf649181504f...fc4e8a3e8b4a
More information about the All-commits
mailing list