[all-commits] [llvm/llvm-project] a09bb6: Replace dyn_cast<>() with isa<>() when the result ...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Tue Jun 2 20:10:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a09bb6d77b39d3f87c76b525b355e158245a63cd
https://github.com/llvm/llvm-project/commit/a09bb6d77b39d3f87c76b525b355e158245a63cd
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-06-03 (Wed, 03 Jun 2020)
Changed paths:
M mlir/lib/TableGen/Operator.cpp
Log Message:
-----------
Replace dyn_cast<>() with isa<>() when the result isn't used (NFC)
Fixed warning reported by some GCC version.
More information about the All-commits
mailing list