diff options
author | Michael Gottesman <mgottesman@apple.com> | 2013-07-09 20:00:25 +0000 |
---|---|---|
committer | Michael Gottesman <mgottesman@apple.com> | 2013-07-09 20:00:25 +0000 |
commit | bdaa599c86310bf23a474088e829bc2c64f06dd9 (patch) | |
tree | e95876089b7d1dcda01a4d38d0dee44295611a0d | |
parent | ddd536085c6d07149fbbd953c4015531dad52400 (diff) | |
download | external_llvm-bdaa599c86310bf23a474088e829bc2c64f06dd9.zip external_llvm-bdaa599c86310bf23a474088e829bc2c64f06dd9.tar.gz external_llvm-bdaa599c86310bf23a474088e829bc2c64f06dd9.tar.bz2 |
Added "mode: c++" to FastISel.h header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185963 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/FastISel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/FastISel.h b/include/llvm/CodeGen/FastISel.h index 4f5a37c..91a0172 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 // |