diff options
author | Whitney Tsang <whitneyt@ca.ibm.com> | 2021-06-08 14:46:20 +0000 |
---|---|---|
committer | Whitney Tsang <whitneyt@ca.ibm.com> | 2021-06-08 14:48:13 +0000 |
commit | dee1f0cb348b0a56375d9b563fb4d6918c431ed1 (patch) | |
tree | 9a53fa5f1e076993a3255d2f15076eabf61fd64b /llvm/lib/Support/TargetParser.cpp | |
parent | 054cc3b1b469de4b0cb25d1dc3af43c679c5dc44 (diff) | |
download | llvm-dee1f0cb348b0a56375d9b563fb4d6918c431ed1.zip llvm-dee1f0cb348b0a56375d9b563fb4d6918c431ed1.tar.gz llvm-dee1f0cb348b0a56375d9b563fb4d6918c431ed1.tar.bz2 |
[LoopNest] Fix Wdeprecated-copy warnings
error: definition of implicit copy constructor for 'LoopNest' is
deprecated because it has a user-declared copy assignment operator
[-Werror,-Wdeprecated-copy]
LoopNest &operator=(const LoopNest &) = delete;
Reviewed By: Meinersbur
Differential Revision: https://reviews.llvm.org/D103752
Diffstat (limited to 'llvm/lib/Support/TargetParser.cpp')
0 files changed, 0 insertions, 0 deletions