diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2019-02-11 08:07:38 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2019-02-11 08:07:38 +0000 |
commit | b53f0e1145e31edba5e944d5ce5186066c1645c4 (patch) | |
tree | 3779dfc8daa538acce06415bad0ee35278393edc | |
parent | 3b387a7e3cbe3b71d016ff68a05219d192c587af (diff) | |
download | bcm5719-llvm-b53f0e1145e31edba5e944d5ce5186066c1645c4.tar.gz bcm5719-llvm-b53f0e1145e31edba5e944d5ce5186066c1645c4.zip |
Update files that were mistakenly added with the old file header to the
new one.
llvm-svn: 353665
-rw-r--r-- | llvm/lib/Transforms/Vectorize/VPlanPredicator.cpp | 7 | ||||
-rw-r--r-- | llvm/lib/Transforms/Vectorize/VPlanPredicator.h | 7 | ||||
-rw-r--r-- | llvm/unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp | 7 |
3 files changed, 9 insertions, 12 deletions
diff --git a/llvm/lib/Transforms/Vectorize/VPlanPredicator.cpp b/llvm/lib/Transforms/Vectorize/VPlanPredicator.cpp index 1f717bc9cce..7a80f3ff80a 100644 --- a/llvm/lib/Transforms/Vectorize/VPlanPredicator.cpp +++ b/llvm/lib/Transforms/Vectorize/VPlanPredicator.cpp @@ -1,9 +1,8 @@ //===-- VPlanPredicator.cpp -------------------------------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// 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 // //===----------------------------------------------------------------------===// /// diff --git a/llvm/lib/Transforms/Vectorize/VPlanPredicator.h b/llvm/lib/Transforms/Vectorize/VPlanPredicator.h index 70a77a33b8b..692afd2978d 100644 --- a/llvm/lib/Transforms/Vectorize/VPlanPredicator.h +++ b/llvm/lib/Transforms/Vectorize/VPlanPredicator.h @@ -1,9 +1,8 @@ //===-- VPlanPredicator.h ---------------------------------------*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// 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 // //===----------------------------------------------------------------------===// /// diff --git a/llvm/unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp b/llvm/unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp index 41cb657dfb2..81ed3cee3d2 100644 --- a/llvm/unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp +++ b/llvm/unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp -----===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// 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 // //===----------------------------------------------------------------------===// |