1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Remove emacs mode markers from .cpp files. NFC

.cpp files are unambiguously C++, you only need the mode markers on .h files.

llvm-svn: 267353
This commit is contained in:
Nick Lewycky 2016-04-24 17:55:41 +00:00
parent 5db46debc1
commit de389b61df
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//===- ScalarEvolutionExpander.cpp - Scalar Evolution Analysis --*- C++ -*-===//
//===- ScalarEvolutionExpander.cpp - Scalar Evolution Analysis ------------===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===- ScalarEvolutionNormalization.cpp - See below -------------*- C++ -*-===//
//===- ScalarEvolutionNormalization.cpp - See below -----------------------===//
//
// The LLVM Compiler Infrastructure
//