aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Transforms/LoopInvariantCodeMotion.cpp
diff options
context:
space:
mode:
authorMehdi Amini <aminim@google.com>2020-01-26 03:58:30 +0000
committerMehdi Amini <aminim@google.com>2020-01-26 03:58:30 +0000
commit308571074c13ea2a0758aa085aa02f72150f891e (patch)
tree6168206cb521d6f7a3f354d2bee296a12bb0ec68 /mlir/lib/Transforms/LoopInvariantCodeMotion.cpp
parent3fdd435a4b8dc89de46562c903f9d825002ca949 (diff)
downloadllvm-308571074c13ea2a0758aa085aa02f72150f891e.zip
llvm-308571074c13ea2a0758aa085aa02f72150f891e.tar.gz
llvm-308571074c13ea2a0758aa085aa02f72150f891e.tar.bz2
Mass update the MLIR license header to mention "Part of the LLVM project"
This is an artifact from merging MLIR into LLVM, the file headers are now aligned with the rest of the project.
Diffstat (limited to 'mlir/lib/Transforms/LoopInvariantCodeMotion.cpp')
-rw-r--r--mlir/lib/Transforms/LoopInvariantCodeMotion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Transforms/LoopInvariantCodeMotion.cpp b/mlir/lib/Transforms/LoopInvariantCodeMotion.cpp
index 8f48e41..9ed95a9 100644
--- a/mlir/lib/Transforms/LoopInvariantCodeMotion.cpp
+++ b/mlir/lib/Transforms/LoopInvariantCodeMotion.cpp
@@ -1,6 +1,6 @@
//===- LoopInvariantCodeMotion.cpp - Code to perform loop fusion-----------===//
//
-// Part of the MLIR Project, under the Apache License v2.0 with LLVM Exceptions.
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//