[llvm-commits] [llvm] r102049 - /llvm/trunk/include/llvm/Analysis/InlineCost.h
Chris Lattner
sabre at nondot.org
Wed Apr 21 22:33:15 PDT 2010
Author: lattner
Date: Thu Apr 22 00:33:15 2010
New Revision: 102049
URL: http://llvm.org/viewvc/llvm-project?rev=102049&view=rev
Log:
fix file header.
Modified:
llvm/trunk/include/llvm/Analysis/InlineCost.h
Modified: llvm/trunk/include/llvm/Analysis/InlineCost.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/InlineCost.h?rev=102049&r1=102048&r2=102049&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/InlineCost.h (original)
+++ llvm/trunk/include/llvm/Analysis/InlineCost.h Thu Apr 22 00:33:15 2010
@@ -1,4 +1,4 @@
-//===- InlineCost.cpp - Cost analysis for inliner ---------------*- C++ -*-===//
+//===- InlineCost.h - Cost analysis for inliner -----------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
More information about the llvm-commits
mailing list