[llvm] r186175 - Fixed comment in header of Block Frequency Impl and added text for C++ mode.

Michael Gottesman mgottesman at apple.com
Fri Jul 12 11:11:14 PDT 2013


Author: mgottesman
Date: Fri Jul 12 13:11:14 2013
New Revision: 186175

URL: http://llvm.org/viewvc/llvm-project?rev=186175&view=rev
Log:
Fixed comment in header of Block Frequency Impl and added text for C++ mode.

This is a generic block implementation that works on more than machine blocks.
The C++ mode addition is a bonus due to the extra space provided.

Modified:
    llvm/trunk/include/llvm/Analysis/BlockFrequencyImpl.h

Modified: llvm/trunk/include/llvm/Analysis/BlockFrequencyImpl.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/BlockFrequencyImpl.h?rev=186175&r1=186174&r2=186175&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/BlockFrequencyImpl.h (original)
+++ llvm/trunk/include/llvm/Analysis/BlockFrequencyImpl.h Fri Jul 12 13:11:14 2013
@@ -1,4 +1,4 @@
-//===---- BlockFrequencyImpl.h - Machine Block Frequency Implementation ---===//
+//===-- BlockFrequencyImpl.h - Block Frequency Implementation --*- C++ -*--===//
 //
 //                     The LLVM Compiler Infrastructure
 //





More information about the llvm-commits mailing list