Update files that were mistakenly added with the old file header to the

new one.

llvm-svn: 353665
This commit is contained in:
Chandler Carruth 2019-02-11 08:07:38 +00:00
parent 014cdaa9b1
commit cc8dbf5a3e
3 changed files with 9 additions and 12 deletions

View File

@ -1,9 +1,8 @@
//===-- VPlanPredicator.cpp -------------------------------------*- C++ -*-===// //===-- VPlanPredicator.cpp -------------------------------------*- C++ -*-===//
// //
// The LLVM Compiler Infrastructure // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// // See https://llvm.org/LICENSE.txt for license information.
// This file is distributed under the University of Illinois Open Source // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// License. See LICENSE.TXT for details.
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
/// ///

View File

@ -1,9 +1,8 @@
//===-- VPlanPredicator.h ---------------------------------------*- C++ -*-===// //===-- VPlanPredicator.h ---------------------------------------*- C++ -*-===//
// //
// The LLVM Compiler Infrastructure // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// // See https://llvm.org/LICENSE.txt for license information.
// This file is distributed under the University of Illinois Open Source // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// License. See LICENSE.TXT for details.
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
/// ///

View File

@ -1,9 +1,8 @@
//===- llvm/unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp -----===// //===- llvm/unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp -----===//
// //
// The LLVM Compiler Infrastructure // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// // See https://llvm.org/LICENSE.txt for license information.
// This file is distributed under the University of Illinois Open Source // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// License. See LICENSE.TXT for details.
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//