summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2019-02-11 08:07:38 +0000
committerChandler Carruth <chandlerc@gmail.com>2019-02-11 08:07:38 +0000
commitb53f0e1145e31edba5e944d5ce5186066c1645c4 (patch)
tree3779dfc8daa538acce06415bad0ee35278393edc
parent3b387a7e3cbe3b71d016ff68a05219d192c587af (diff)
downloadbcm5719-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.cpp7
-rw-r--r--llvm/lib/Transforms/Vectorize/VPlanPredicator.h7
-rw-r--r--llvm/unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp7
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
//
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud