From f121a61b5a70b8f5d5414f896e00918fa36479a5 Mon Sep 17 00:00:00 2001 From: Michael Gottesman Date: Wed, 10 Jul 2013 18:40:49 +0000 Subject: [PATCH] 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 --- include/llvm/CodeGen/FastISel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/CodeGen/FastISel.h b/include/llvm/CodeGen/FastISel.h index 5bb4c7f6daf..00634745347 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 // -- 2.34.1