summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-07-10 18:40:49 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-07-10 18:40:49 +0000
commitf121a61b5a70b8f5d5414f896e00918fa36479a5 (patch)
tree279960fdc075853cb3e5e65feb7729079e46f847 /include/llvm/CodeGen
parentdbe3efb86eaad7c9d4c16d9fe512e247d944461c (diff)
downloadllvm-f121a61b5a70b8f5d5414f896e00918fa36479a5.tar.gz
llvm-f121a61b5a70b8f5d5414f896e00918fa36479a5.tar.bz2
llvm-f121a61b5a70b8f5d5414f896e00918fa36479a5.tar.xz
Changed "mode: c++" => "C++" at the suggestion of Nick Lewycky.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186025 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/FastISel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/FastISel.h b/include/llvm/CodeGen/FastISel.h
index 5bb4c7f6da..0063474534 100644
--- a/include/llvm/CodeGen/FastISel.h
+++ b/include/llvm/CodeGen/FastISel.h
@@ -1,4 +1,4 @@
-//===-- FastISel.h - Definition of the FastISel class ---*- mode: c++; -*--===//
+//===-- FastISel.h - Definition of the FastISel class ---*- C++ -*---------===//
//
// The LLVM Compiler Infrastructure
//