summaryrefslogtreecommitdiff
path: root/lib/VMCore
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2012-02-25 07:20:06 +0000
committerNick Lewycky <nicholas@mxc.ca>2012-02-25 07:20:06 +0000
commit1d05c215dd107f32cf0f6bf27a54773006a6cbea (patch)
tree046aed873e02b112ed0d5da9f5983444b2fc446f /lib/VMCore
parent9b4d7088681b3386359497d5806b7365d5f6c39a (diff)
downloadllvm-1d05c215dd107f32cf0f6bf27a54773006a6cbea.tar.gz
llvm-1d05c215dd107f32cf0f6bf27a54773006a6cbea.tar.bz2
llvm-1d05c215dd107f32cf0f6bf27a54773006a6cbea.tar.xz
Remove spurious emacs mode marker.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151440 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore')
-rw-r--r--lib/VMCore/Verifier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Verifier.cpp b/lib/VMCore/Verifier.cpp
index 066c2e76d6..fbd43d4e77 100644
--- a/lib/VMCore/Verifier.cpp
+++ b/lib/VMCore/Verifier.cpp
@@ -1,4 +1,4 @@
-//===-- Verifier.cpp - Implement the Module Verifier -------------*- C++ -*-==//
+//===-- Verifier.cpp - Implement the Module Verifier -----------------------==//
//
// The LLVM Compiler Infrastructure
//