[llvm] r197658 - Fix missing C++ mode comment

Matt Arsenault Matthew.Arsenault at amd.com
Wed Dec 18 21:32:44 PST 2013


Author: arsenm
Date: Wed Dec 18 23:32:44 2013
New Revision: 197658

URL: http://llvm.org/viewvc/llvm-project?rev=197658&view=rev
Log:
Fix missing C++ mode comment

Modified:
    llvm/trunk/include/llvm/Transforms/Utils/CmpInstAnalysis.h

Modified: llvm/trunk/include/llvm/Transforms/Utils/CmpInstAnalysis.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/Utils/CmpInstAnalysis.h?rev=197658&r1=197657&r2=197658&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Transforms/Utils/CmpInstAnalysis.h (original)
+++ llvm/trunk/include/llvm/Transforms/Utils/CmpInstAnalysis.h Wed Dec 18 23:32:44 2013
@@ -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
 //





More information about the llvm-commits mailing list