diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2019-02-11 08:25:56 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2019-02-11 08:25:56 +0000 |
commit | 1f5550326f12d1a7c6b0bf1444363f2968289914 (patch) | |
tree | f486049bf0f02a0636363bf7e77ab51469cb6d93 /llvm/lib/Transforms/Scalar/LowerWidenableCondition.cpp | |
parent | 127252b7d95fdfc42a5db49847670f208fd790d9 (diff) | |
download | bcm5719-llvm-1f5550326f12d1a7c6b0bf1444363f2968289914.tar.gz bcm5719-llvm-1f5550326f12d1a7c6b0bf1444363f2968289914.zip |
Update more files added with the old header to the new one.
llvm-svn: 353667
Diffstat (limited to 'llvm/lib/Transforms/Scalar/LowerWidenableCondition.cpp')
-rw-r--r-- | llvm/lib/Transforms/Scalar/LowerWidenableCondition.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/lib/Transforms/Scalar/LowerWidenableCondition.cpp b/llvm/lib/Transforms/Scalar/LowerWidenableCondition.cpp index 6a83d062b71..5342f2ddcb6 100644 --- a/llvm/lib/Transforms/Scalar/LowerWidenableCondition.cpp +++ b/llvm/lib/Transforms/Scalar/LowerWidenableCondition.cpp @@ -1,9 +1,8 @@ //===- LowerWidenableCondition.cpp - Lower the guard intrinsic ---------------===// // -// 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 // //===----------------------------------------------------------------------===// // |