From 47e1db1e59af37e6326d818aa4fc78eebeb13042 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Sun, 16 Oct 2011 22:15:07 +0000 Subject: Add a proper LLVM banner to this file. llvm-svn: 142162 --- llvm/lib/Transforms/Utils/LowerExpectIntrinsic.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'llvm/lib/Transforms/Utils/LowerExpectIntrinsic.cpp') diff --git a/llvm/lib/Transforms/Utils/LowerExpectIntrinsic.cpp b/llvm/lib/Transforms/Utils/LowerExpectIntrinsic.cpp index 61ab3f65330..9fdc06a7136 100644 --- a/llvm/lib/Transforms/Utils/LowerExpectIntrinsic.cpp +++ b/llvm/lib/Transforms/Utils/LowerExpectIntrinsic.cpp @@ -1,3 +1,16 @@ +//===- LowerExpectIntrinsic.cpp - Lower expect intrinsic ------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// +// +// This pass lowers the 'expect' intrinsic to LLVM metadata. +// +//===----------------------------------------------------------------------===// + #define DEBUG_TYPE "lower-expect-intrinsic" #include "llvm/Constants.h" #include "llvm/Function.h" -- cgit v1.2.3