summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-07-12 18:11:14 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-07-12 18:11:14 +0000
commitfd7f89742659337f73036ba146ee48dad87af2e4 (patch)
tree9a0e3b486c9efa8ca5aaecc640136c26cfbbdb76
parent068a2253e925357c1b0d9cb2081a8cd7d9077715 (diff)
downloadbcm5719-llvm-fd7f89742659337f73036ba146ee48dad87af2e4.tar.gz
bcm5719-llvm-fd7f89742659337f73036ba146ee48dad87af2e4.zip
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. llvm-svn: 186175
-rw-r--r--llvm/include/llvm/Analysis/BlockFrequencyImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/BlockFrequencyImpl.h b/llvm/include/llvm/Analysis/BlockFrequencyImpl.h
index ae3eccf8d7c..5e14d6f09a5 100644
--- a/llvm/include/llvm/Analysis/BlockFrequencyImpl.h
+++ b/llvm/include/llvm/Analysis/BlockFrequencyImpl.h
@@ -1,4 +1,4 @@
-//===---- BlockFrequencyImpl.h - Machine Block Frequency Implementation ---===//
+//===-- BlockFrequencyImpl.h - Block Frequency Implementation --*- C++ -*--===//
//
// The LLVM Compiler Infrastructure
//
OpenPOWER on IntegriCloud