[llvm] r254997 - [WebAssembly] Fix an emacs syntax highlighting comment.

Dan Gohman via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 7 19:36:00 PST 2015


Author: djg
Date: Mon Dec  7 21:36:00 2015
New Revision: 254997

URL: http://llvm.org/viewvc/llvm-project?rev=254997&view=rev
Log:
[WebAssembly] Fix an emacs syntax highlighting comment.

Modified:
    llvm/trunk/lib/Target/WebAssembly/WebAssemblyInstrFormats.td

Modified: llvm/trunk/lib/Target/WebAssembly/WebAssemblyInstrFormats.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/WebAssembly/WebAssemblyInstrFormats.td?rev=254997&r1=254996&r2=254997&view=diff
==============================================================================
--- llvm/trunk/lib/Target/WebAssembly/WebAssemblyInstrFormats.td (original)
+++ llvm/trunk/lib/Target/WebAssembly/WebAssemblyInstrFormats.td Mon Dec  7 21:36:00 2015
@@ -1,4 +1,4 @@
-// WebAssemblyInstrFormats.td - WebAssembly Instruction Formats -*- tblgen -*-//
+//=- WebAssemblyInstrFormats.td - WebAssembly Instr. Formats -*- tablegen -*-=//
 //
 //                     The LLVM Compiler Infrastructure
 //




More information about the llvm-commits mailing list