From 5820a9389eaa9daecf40d5b21cdc48a30a32344b Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Wed, 26 Feb 2014 03:10:45 +0000 Subject: [PATCH] Remove spurious emacs major mode marker, these should only go on .h files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202222 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/IR/IntrinsicInst.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/IR/IntrinsicInst.cpp b/lib/IR/IntrinsicInst.cpp index 51f88d2e6fb..554f2beb13e 100644 --- a/lib/IR/IntrinsicInst.cpp +++ b/lib/IR/IntrinsicInst.cpp @@ -1,4 +1,4 @@ -//===-- InstrinsicInst.cpp - Intrinsic Instruction Wrappers -----*- C++ -*-===// +//===-- InstrinsicInst.cpp - Intrinsic Instruction Wrappers ---------------===// // // The LLVM Compiler Infrastructure // -- 2.34.1