diff options
| author | Jacques Pienaar <jpienaar@google.com> | 2019-05-14 15:03:48 -0700 |
|---|---|---|
| committer | Mehdi Amini <joker.eph@gmail.com> | 2019-05-20 13:42:13 -0700 |
| commit | cde4d5a6d902b3288ee5faf00975340ce5e2d05a (patch) | |
| tree | 1c5bad0d0779e59ce2b7e6963fc0ed5c80848458 /mlir/lib/Support | |
| parent | 8eb32a9051c9bfd8c7ff7d9b56955bee767dc39e (diff) | |
| download | bcm5719-llvm-cde4d5a6d902b3288ee5faf00975340ce5e2d05a.tar.gz bcm5719-llvm-cde4d5a6d902b3288ee5faf00975340ce5e2d05a.zip | |
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
Diffstat (limited to 'mlir/lib/Support')
| -rw-r--r-- | mlir/lib/Support/FileUtilities.cpp | 2 | ||||
| -rw-r--r-- | mlir/lib/Support/StorageUniquer.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mlir/lib/Support/FileUtilities.cpp b/mlir/lib/Support/FileUtilities.cpp index e5eba800179..fb9f5cf86da 100644 --- a/mlir/lib/Support/FileUtilities.cpp +++ b/mlir/lib/Support/FileUtilities.cpp @@ -1,4 +1,4 @@ -//===- FileUtilities.cpp - utilities for working with files -----*- C++ -*-===// +//===- FileUtilities.cpp - utilities for working with files ---------------===// // // Copyright 2019 The MLIR Authors. // diff --git a/mlir/lib/Support/StorageUniquer.cpp b/mlir/lib/Support/StorageUniquer.cpp index 6fd55e77777..7100b17611b 100644 --- a/mlir/lib/Support/StorageUniquer.cpp +++ b/mlir/lib/Support/StorageUniquer.cpp @@ -1,4 +1,4 @@ -//===- StorageUniquer.cpp - Common Storage Class Uniquer --------*- C++ -*-===// +//===- StorageUniquer.cpp - Common Storage Class Uniquer ------------------===// // // Copyright 2019 The MLIR Authors. // |

