From 9ceb4987dafb6a1384edb7dc7c08ac6098e9b539 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Thu, 19 Dec 2013 05:32:44 +0000 Subject: [PATCH] Fix missing C++ mode comment llvm-svn: 197658 --- llvm/include/llvm/Transforms/Utils/CmpInstAnalysis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Transforms/Utils/CmpInstAnalysis.h b/llvm/include/llvm/Transforms/Utils/CmpInstAnalysis.h index 488d7a59d329..22469e0593f9 100644 --- a/llvm/include/llvm/Transforms/Utils/CmpInstAnalysis.h +++ b/llvm/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 //