[llvm] r218612 - Fixing missing C++ mode comment
Matt Arsenault
Matthew.Arsenault at amd.com
Mon Sep 29 08:55:19 PDT 2014
Author: arsenm
Date: Mon Sep 29 10:55:18 2014
New Revision: 218612
URL: http://llvm.org/viewvc/llvm-project?rev=218612&view=rev
Log:
Fixing missing C++ mode comment
Modified:
llvm/trunk/include/llvm/MC/MCInstPrinter.h
Modified: llvm/trunk/include/llvm/MC/MCInstPrinter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCInstPrinter.h?rev=218612&r1=218611&r2=218612&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCInstPrinter.h (original)
+++ llvm/trunk/include/llvm/MC/MCInstPrinter.h Mon Sep 29 10:55:18 2014
@@ -1,4 +1,4 @@
-//===-- MCInstPrinter.h - Convert an MCInst to target assembly syntax -----===//
+//===- MCInstPrinter.h - MCInst to target assembly syntax -------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
More information about the llvm-commits
mailing list