Remove unnecessary C++ specifier in CPP files. NFC.
authorJacques Pienaar <jpienaar@google.com>
Tue, 14 May 2019 22:03:48 +0000 (15:03 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 20 May 2019 20:42:13 +0000 (13:42 -0700)
    These are only required in .h files to disambiguate between C and C++ header files.

--

PiperOrigin-RevId: 248219135

18 files changed:
mlir/lib/Analysis/AffineStructures.cpp
mlir/lib/Analysis/MemRefBoundCheck.cpp
mlir/lib/Analysis/NestedMatcher.cpp
mlir/lib/EDSC/Builders.cpp
mlir/lib/EDSC/Helpers.cpp
mlir/lib/EDSC/Intrinsics.cpp
mlir/lib/Support/FileUtilities.cpp
mlir/lib/Support/StorageUniquer.cpp
mlir/lib/TableGen/Argument.cpp
mlir/lib/TableGen/Attribute.cpp
mlir/lib/TableGen/Pattern.cpp
mlir/lib/Target/LLVMIR/ConvertToLLVMIR.cpp
mlir/lib/Target/LLVMIR/ConvertToNVVMIR.cpp
mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
mlir/lib/Transforms/LowerVectorTransfers.cpp
mlir/lib/Transforms/MaterializeVectors.cpp
mlir/lib/Transforms/Vectorize.cpp
mlir/lib/Translation/Translation.cpp

index 70d5fcb..c105331 100644 (file)
@@ -1,4 +1,4 @@
-//===- AffineStructures.cpp - MLIR Affine Structures Class-------*- C++ -*-===//
+//===- AffineStructures.cpp - MLIR Affine Structures Class-----------------===//
 //
 // Copyright 2019 The MLIR Authors.
 //
index 4e23441..0f5edc7 100644 (file)
@@ -1,4 +1,4 @@
-//===- MemRefBoundCheck.cpp - MLIR Affine Structures Class-----*- C++ -*-===//
+//===- MemRefBoundCheck.cpp - MLIR Affine Structures Class ----------------===//
 //
 // Copyright 2019 The MLIR Authors.
 //
index f08f66d..dc6f939 100644 (file)
@@ -1,4 +1,4 @@
-//===- NestedMatcher.cpp - NestedMatcher Impl  ------------------*- C++ -*-===//
+//===- NestedMatcher.cpp - NestedMatcher Impl  ----------------------------===//
 //
 // Copyright 2019 The MLIR Authors.
 //
index 2c91177..a4691e8 100644 (file)
@@ -1,4 +1,4 @@
-//===- Builders.cpp - MLIR Declarative Builder Classes ----------*- C++ -*-===//
+//===- Builders.cpp - MLIR Declarative Builder Classes --------------------===//
 //
 // Copyright 2019 The MLIR Authors.
 //
index c33086e..e6266d3 100644 (file)
@@ -1,4 +1,4 @@
-//===- Helpers.cpp - MLIR Declarative Helper Functionality ------*- C++ -*-===//
+//===- Helpers.cpp - MLIR Declarative Helper Functionality ----------------===//
 //
 // Copyright 2019 The MLIR Authors.
 //
index 254a0d2..c6811de 100644 (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.
 //
index e5eba80..fb9f5cf 100644 (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.
 //
index 6fd55e7..7100b17 100644 (file)
@@ -1,4 +1,4 @@
-//===- StorageUniquer.cpp - Common Storage Class Uniquer --------*- C++ -*-===//
+//===- StorageUniquer.cpp - Common Storage Class Uniquer ------------------===//
 //
 // Copyright 2019 The MLIR Authors.
 //
index 7432e0f..17dba05 100644 (file)
@@ -1,4 +1,4 @@
-//===- Argument.cpp - Argument definitions ----------------------*- C++ -*-===//
+//===- Argument.cpp - Argument definitions --------------------------------===//
 //
 // Copyright 2019 The MLIR Authors.
 //
index 6e4083c..9de95ef 100644 (file)
@@ -1,4 +1,4 @@
-//===- Attribute.cpp - Attribute wrapper class ------------------*- C++ -*-===//
+//===- Attribute.cpp - Attribute wrapper class ----------------------------===//
 //
 // Copyright 2019 The MLIR Authors.
 //
index d4ba6cd..285f1c9 100644 (file)
@@ -1,4 +1,4 @@
-//===- Pattern.cpp - Pattern wrapper class ----------------------*- C++ -*-===//
+//===- Pattern.cpp - Pattern wrapper class --------------------------------===//
 //
 // Copyright 2019 The MLIR Authors.
 //
index ff9aa99..34dd374 100644 (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.
 //
index 2f7ce41..2bd58ba 100644 (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.
 //
index 9c7e504..631005b 100644 (file)
@@ -1,4 +1,4 @@
-//===- ModuleTranslation.cpp - MLIR to LLVM conversion ----------*- C++ -*-===//
+//===- ModuleTranslation.cpp - MLIR to LLVM conversion --------------------===//
 //
 // Copyright 2019 The MLIR Authors.
 //
index 657169a..53c97cf 100644 (file)
@@ -1,4 +1,4 @@
-//===- LowerVectorTransfers.cpp - LowerVectorTransfers Pass Impl *- C++ -*-===//
+//===- LowerVectorTransfers.cpp - LowerVectorTransfers Pass Impl ----------===//
 //
 // Copyright 2019 The MLIR Authors.
 //
index f81fabb..8094ff2 100644 (file)
@@ -1,4 +1,4 @@
-//===- MaterializeVectors.cpp - MaterializeVectors Pass Impl ----*- C++ -*-===//
+//===- MaterializeVectors.cpp - MaterializeVectors Pass Impl --------------===//
 //
 // Copyright 2019 The MLIR Authors.
 //
index a5bb23f..4b66a77 100644 (file)
@@ -1,4 +1,4 @@
-//===- Vectorize.cpp - Vectorize Pass Impl ----------------------*- C++ -*-===//
+//===- Vectorize.cpp - Vectorize Pass Impl --------------------------------===//
 //
 // Copyright 2019 The MLIR Authors.
 //
index c1a9f9d..be2fc35 100644 (file)
@@ -1,4 +1,4 @@
-//===- Translation.cpp - Translation registry -------------------*- C++ -*-===//
+//===- Translation.cpp - Translation registry -----------------------------===//
 //
 // Copyright 2019 The MLIR Authors.
 //