diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2019-02-21 15:48:10 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2019-02-21 15:48:10 +0000 |
| commit | e1cbabaff0498efb40ff1f96c32fe95adbc8a49e (patch) | |
| tree | e27c5e0dafd9e5f50e2b4a026ca17853f8ab79e9 | |
| parent | d2886876763ce6a9e0dccfd286e7d9024f6d4a14 (diff) | |
| download | bcm5719-llvm-e1cbabaff0498efb40ff1f96c32fe95adbc8a49e.tar.gz bcm5719-llvm-e1cbabaff0498efb40ff1f96c32fe95adbc8a49e.zip | |
Fix missing C++ mode comments
llvm-svn: 354590
| -rw-r--r-- | llvm/include/llvm/Support/ScopedPrinter.h | 2 | ||||
| -rw-r--r-- | llvm/utils/TableGen/SubtargetFeatureInfo.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Support/ScopedPrinter.h b/llvm/include/llvm/Support/ScopedPrinter.h index 169965531b0..88daedc8713 100644 --- a/llvm/include/llvm/Support/ScopedPrinter.h +++ b/llvm/include/llvm/Support/ScopedPrinter.h @@ -1,4 +1,4 @@ -//===-- ScopedPrinter.h ---------------------------------------------------===// +//===-- ScopedPrinter.h ----------------------------------------*- C++ -*--===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/llvm/utils/TableGen/SubtargetFeatureInfo.h b/llvm/utils/TableGen/SubtargetFeatureInfo.h index 17e142e8264..7113fc67b78 100644 --- a/llvm/utils/TableGen/SubtargetFeatureInfo.h +++ b/llvm/utils/TableGen/SubtargetFeatureInfo.h @@ -1,4 +1,4 @@ -//===- SubtargetFeatureInfo.h - Helpers for subtarget features ------------===// +//===- SubtargetFeatureInfo.h - Helpers for subtarget features --*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. |

