[llvm] r202222 - Remove spurious emacs major mode marker, these should only go on .h files.
Nick Lewycky
nicholas at mxc.ca
Tue Feb 25 19:10:45 PST 2014
Author: nicholas
Date: Tue Feb 25 21:10:45 2014
New Revision: 202222
URL: http://llvm.org/viewvc/llvm-project?rev=202222&view=rev
Log:
Remove spurious emacs major mode marker, these should only go on .h files.
Modified:
llvm/trunk/lib/IR/IntrinsicInst.cpp
Modified: llvm/trunk/lib/IR/IntrinsicInst.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/IR/IntrinsicInst.cpp?rev=202222&r1=202221&r2=202222&view=diff
==============================================================================
--- llvm/trunk/lib/IR/IntrinsicInst.cpp (original)
+++ llvm/trunk/lib/IR/IntrinsicInst.cpp Tue Feb 25 21:10:45 2014
@@ -1,4 +1,4 @@
-//===-- InstrinsicInst.cpp - Intrinsic Instruction Wrappers -----*- C++ -*-===//
+//===-- InstrinsicInst.cpp - Intrinsic Instruction Wrappers ---------------===//
//
// The LLVM Compiler Infrastructure
//
More information about the llvm-commits
mailing list