summaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2013-12-19 05:32:44 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2013-12-19 05:32:44 +0000
commit251b9217c77fd7ef8a75734688f147d8bd073def (patch)
tree16829fc4921129f8c00b6c8cc58559ebb9f54ce8 /include/llvm
parent304512cf4042163cad99c895d11e5132546d02ea (diff)
downloadllvm-251b9217c77fd7ef8a75734688f147d8bd073def.tar.gz
llvm-251b9217c77fd7ef8a75734688f147d8bd073def.tar.bz2
llvm-251b9217c77fd7ef8a75734688f147d8bd073def.tar.xz
Fix missing C++ mode comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197658 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/Transforms/Utils/CmpInstAnalysis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Utils/CmpInstAnalysis.h b/include/llvm/Transforms/Utils/CmpInstAnalysis.h
index 488d7a59d3..22469e0593 100644
--- a/include/llvm/Transforms/Utils/CmpInstAnalysis.h
+++ b/include/llvm/Transforms/Utils/CmpInstAnalysis.h
@@ -1,4 +1,4 @@
-//===-- CmpInstAnalysis.h - Utils to help fold compare insts ------===//
+//===-- CmpInstAnalysis.h - Utils to help fold compare insts ----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//