summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-07-09 20:00:25 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-07-09 20:00:25 +0000
commitbdaa599c86310bf23a474088e829bc2c64f06dd9 (patch)
treee95876089b7d1dcda01a4d38d0dee44295611a0d /include
parentddd536085c6d07149fbbd953c4015531dad52400 (diff)
downloadllvm-bdaa599c86310bf23a474088e829bc2c64f06dd9.tar.gz
llvm-bdaa599c86310bf23a474088e829bc2c64f06dd9.tar.bz2
llvm-bdaa599c86310bf23a474088e829bc2c64f06dd9.tar.xz
Added "mode: c++" to FastISel.h header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185963 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-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 4f5a37ca0a..91a01729f2 100644
--- a/include/llvm/CodeGen/FastISel.h
+++ b/include/llvm/CodeGen/FastISel.h
@@ -1,4 +1,4 @@
-//===-- FastISel.h - Definition of the FastISel class ---------------------===//
+//===-- FastISel.h - Definition of the FastISel class ---*- mode: c++; -*--===//
//
// The LLVM Compiler Infrastructure
//