From cc8dbf5a3ed4eae90aebe04f255ffe9c06901476 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Mon, 11 Feb 2019 08:07:38 +0000 Subject: [PATCH] Update files that were mistakenly added with the old file header to the new one. llvm-svn: 353665 --- lib/Transforms/Vectorize/VPlanPredicator.cpp | 7 +++---- lib/Transforms/Vectorize/VPlanPredicator.h | 7 +++---- unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp | 7 +++---- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/lib/Transforms/Vectorize/VPlanPredicator.cpp b/lib/Transforms/Vectorize/VPlanPredicator.cpp index 1f717bc9cce..7a80f3ff80a 100644 --- a/lib/Transforms/Vectorize/VPlanPredicator.cpp +++ b/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/lib/Transforms/Vectorize/VPlanPredicator.h b/lib/Transforms/Vectorize/VPlanPredicator.h index 70a77a33b8b..692afd2978d 100644 --- a/lib/Transforms/Vectorize/VPlanPredicator.h +++ b/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/unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp b/unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp index 41cb657dfb2..81ed3cee3d2 100644 --- a/unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp +++ b/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 // //===----------------------------------------------------------------------===//