From: Matt Arsenault Date: Thu, 19 Dec 2013 05:32:44 +0000 (+0000) Subject: Fix missing C++ mode comment X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=251b9217c77fd7ef8a75734688f147d8bd073def;p=oota-llvm.git Fix missing C++ mode comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197658 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/Utils/CmpInstAnalysis.h b/include/llvm/Transforms/Utils/CmpInstAnalysis.h index 488d7a59d32..22469e0593f 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 //