summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2019-02-11 08:25:56 +0000
committerChandler Carruth <chandlerc@gmail.com>2019-02-11 08:25:56 +0000
commit1f5550326f12d1a7c6b0bf1444363f2968289914 (patch)
treef486049bf0f02a0636363bf7e77ab51469cb6d93
parent127252b7d95fdfc42a5db49847670f208fd790d9 (diff)
downloadbcm5719-llvm-1f5550326f12d1a7c6b0bf1444363f2968289914.tar.gz
bcm5719-llvm-1f5550326f12d1a7c6b0bf1444363f2968289914.zip
Update more files added with the old header to the new one.
llvm-svn: 353667
-rw-r--r--llvm/include/llvm/Transforms/Scalar/LowerWidenableCondition.h7
-rw-r--r--llvm/lib/Transforms/Scalar/LowerWidenableCondition.cpp7
2 files changed, 6 insertions, 8 deletions
diff --git a/llvm/include/llvm/Transforms/Scalar/LowerWidenableCondition.h b/llvm/include/llvm/Transforms/Scalar/LowerWidenableCondition.h
index 6dd786b2d34..7c1e64b8f3a 100644
--- a/llvm/include/llvm/Transforms/Scalar/LowerWidenableCondition.h
+++ b/llvm/include/llvm/Transforms/Scalar/LowerWidenableCondition.h
@@ -1,9 +1,8 @@
//===--- LowerWidenableCondition.h - 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
//
//===----------------------------------------------------------------------===//
//
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
//
//===----------------------------------------------------------------------===//
//
OpenPOWER on IntegriCloud