Remove unnecessary C++ specifier in CPP files. NFC.

These are only required in .h files to disambiguate between C and C++ header files.

--

PiperOrigin-RevId: 248219135
This commit is contained in:
Jacques Pienaar 2019-05-14 15:03:48 -07:00 committed by Mehdi Amini
parent 8eb32a9051
commit cde4d5a6d9
18 changed files with 18 additions and 18 deletions

View File

@ -1,4 +1,4 @@
//===- AffineStructures.cpp - MLIR Affine Structures Class-------*- C++ -*-===//
//===- AffineStructures.cpp - MLIR Affine Structures Class-----------------===//
//
// Copyright 2019 The MLIR Authors.
//

View File

@ -1,4 +1,4 @@
//===- MemRefBoundCheck.cpp - MLIR Affine Structures Class-----*- C++ -*-===//
//===- MemRefBoundCheck.cpp - MLIR Affine Structures Class ----------------===//
//
// Copyright 2019 The MLIR Authors.
//

View File

@ -1,4 +1,4 @@
//===- NestedMatcher.cpp - NestedMatcher Impl ------------------*- C++ -*-===//
//===- NestedMatcher.cpp - NestedMatcher Impl ----------------------------===//
//
// Copyright 2019 The MLIR Authors.
//

View File

@ -1,4 +1,4 @@
//===- Builders.cpp - MLIR Declarative Builder Classes ----------*- C++ -*-===//
//===- Builders.cpp - MLIR Declarative Builder Classes --------------------===//
//
// Copyright 2019 The MLIR Authors.
//

View File

@ -1,4 +1,4 @@
//===- Helpers.cpp - MLIR Declarative Helper Functionality ------*- C++ -*-===//
//===- Helpers.cpp - MLIR Declarative Helper Functionality ----------------===//
//
// Copyright 2019 The MLIR Authors.
//

View File

@ -1,4 +1,4 @@
//===- Intrinsics.cpp - MLIR Operations for Declarative Builders *- C++ -*-===//
//===- Intrinsics.cpp - MLIR Operations for Declarative Builders ----------===//
//
// Copyright 2019 The MLIR Authors.
//

View File

@ -1,4 +1,4 @@
//===- FileUtilities.cpp - utilities for working with files -----*- C++ -*-===//
//===- FileUtilities.cpp - utilities for working with files ---------------===//
//
// Copyright 2019 The MLIR Authors.
//

View File

@ -1,4 +1,4 @@
//===- StorageUniquer.cpp - Common Storage Class Uniquer --------*- C++ -*-===//
//===- StorageUniquer.cpp - Common Storage Class Uniquer ------------------===//
//
// Copyright 2019 The MLIR Authors.
//

View File

@ -1,4 +1,4 @@
//===- Argument.cpp - Argument definitions ----------------------*- C++ -*-===//
//===- Argument.cpp - Argument definitions --------------------------------===//
//
// Copyright 2019 The MLIR Authors.
//

View File

@ -1,4 +1,4 @@
//===- Attribute.cpp - Attribute wrapper class ------------------*- C++ -*-===//
//===- Attribute.cpp - Attribute wrapper class ----------------------------===//
//
// Copyright 2019 The MLIR Authors.
//

View File

@ -1,4 +1,4 @@
//===- Pattern.cpp - Pattern wrapper class ----------------------*- C++ -*-===//
//===- Pattern.cpp - Pattern wrapper class --------------------------------===//
//
// Copyright 2019 The MLIR Authors.
//

View File

@ -1,4 +1,4 @@
//===- ConvertToLLVMIR.cpp - MLIR to LLVM IR conversion ---------*- C++ -*-===//
//===- ConvertToLLVMIR.cpp - MLIR to LLVM IR conversion -------------------===//
//
// Copyright 2019 The MLIR Authors.
//

View File

@ -1,4 +1,4 @@
//===- ConvertToNVVMIR.cpp - MLIR to LLVM IR conversion ---------*- C++ -*-===//
//===- ConvertToNVVMIR.cpp - MLIR to LLVM IR conversion -------------------===//
//
// Copyright 2019 The MLIR Authors.
//

View File

@ -1,4 +1,4 @@
//===- ModuleTranslation.cpp - MLIR to LLVM conversion ----------*- C++ -*-===//
//===- ModuleTranslation.cpp - MLIR to LLVM conversion --------------------===//
//
// Copyright 2019 The MLIR Authors.
//

View File

@ -1,4 +1,4 @@
//===- LowerVectorTransfers.cpp - LowerVectorTransfers Pass Impl *- C++ -*-===//
//===- LowerVectorTransfers.cpp - LowerVectorTransfers Pass Impl ----------===//
//
// Copyright 2019 The MLIR Authors.
//

View File

@ -1,4 +1,4 @@
//===- MaterializeVectors.cpp - MaterializeVectors Pass Impl ----*- C++ -*-===//
//===- MaterializeVectors.cpp - MaterializeVectors Pass Impl --------------===//
//
// Copyright 2019 The MLIR Authors.
//

View File

@ -1,4 +1,4 @@
//===- Vectorize.cpp - Vectorize Pass Impl ----------------------*- C++ -*-===//
//===- Vectorize.cpp - Vectorize Pass Impl --------------------------------===//
//
// Copyright 2019 The MLIR Authors.
//

View File

@ -1,4 +1,4 @@
//===- Translation.cpp - Translation registry -------------------*- C++ -*-===//
//===- Translation.cpp - Translation registry -----------------------------===//
//
// Copyright 2019 The MLIR Authors.
//