[all-commits] [llvm/llvm-project] 7c7ca5: Remove copy ctors identical to the default one. NFC.
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Sat Jan 11 07:55:59 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7c7ca515837305f5d14033aee1191c254b86063c
https://github.com/llvm/llvm-project/commit/7c7ca515837305f5d14033aee1191c254b86063c
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-01-11 (Sat, 11 Jan 2020)
Changed paths:
M mlir/include/mlir/IR/AffineExpr.h
M mlir/include/mlir/IR/AffineMap.h
M mlir/include/mlir/IR/IntegerSet.h
Log Message:
-----------
Remove copy ctors identical to the default one. NFC.
Those do nothing but make the type no longer trivial to the compiler.
More information about the All-commits
mailing list