[all-commits] [llvm/llvm-project] 897990: [IROutliner] Use isa instead of dyn_cast where the...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Dec 23 11:47:04 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 897990e614c8d609b2f62dde4f82eb3e96f9f0be
https://github.com/llvm/llvm-project/commit/897990e614c8d609b2f62dde4f82eb3e96f9f0be
Author: Craig Topper <craig.topper at sifive.com>
Date: 2020-12-23 (Wed, 23 Dec 2020)
Changed paths:
M llvm/lib/Transforms/IPO/IROutliner.cpp
Log Message:
-----------
[IROutliner] Use isa instead of dyn_cast where the casted value isn't used. NFC
Fixes unused variable warnings.
More information about the All-commits
mailing list