Add a proper LLVM banner to this file.
authorChandler Carruth <chandlerc@gmail.com>
Sun, 16 Oct 2011 22:15:07 +0000 (22:15 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 16 Oct 2011 22:15:07 +0000 (22:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142162 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/LowerExpectIntrinsic.cpp

index 61ab3f65330a2620644508cd326fee77c93408b5..9fdc06a7136a4d63759bd97672e93fe709951477 100644 (file)
@@ -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"