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 /llvm/lib/Transforms/Vectorize/VPlanPredicator.cpp | |
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
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/VPlanPredicator.cpp')
-rw-r--r-- | llvm/lib/Transforms/Vectorize/VPlanPredicator.cpp | 7 |
1 files changed, 3 insertions, 4 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 // //===----------------------------------------------------------------------===// /// |