diff options
author | Michael Gottesman <mgottesman@apple.com> | 2013-08-12 21:10:23 +0000 |
---|---|---|
committer | Michael Gottesman <mgottesman@apple.com> | 2013-08-12 21:10:23 +0000 |
commit | 93a013c760631e696e6ae3042551c16d4636ade6 (patch) | |
tree | b9fbb9e175689151f0cdb17ebc358f5c13590506 /include/llvm/CodeGen | |
parent | cfaa636a1d31f2db71df627e4882e9d5c066c419 (diff) | |
download | external_llvm-93a013c760631e696e6ae3042551c16d4636ade6.zip external_llvm-93a013c760631e696e6ae3042551c16d4636ade6.tar.gz external_llvm-93a013c760631e696e6ae3042551c16d4636ade6.tar.bz2 |
Add editor C++ filetype declaration no functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188205 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r-- | include/llvm/CodeGen/MachineBranchProbabilityInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineBranchProbabilityInfo.h b/include/llvm/CodeGen/MachineBranchProbabilityInfo.h index 98dd03b..c59948f 100644 --- a/include/llvm/CodeGen/MachineBranchProbabilityInfo.h +++ b/include/llvm/CodeGen/MachineBranchProbabilityInfo.h @@ -1,4 +1,4 @@ -//==- MachineBranchProbabilityInfo.h - Machine Branch Probability Analysis -==// +//=- MachineBranchProbabilityInfo.h - Branch Probability Analysis -*- C++ -*-=// // // The LLVM Compiler Infrastructure // |