diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2019-07-01 22:00:59 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2019-07-01 22:00:59 +0000 |
| commit | 1410e8698624e37818ea183320ae0ed0c073c909 (patch) | |
| tree | 2383c87d3c6961c419fef4665b36cea53518b194 | |
| parent | 8e1051b3a02dce0cdc7849c46d02552f22b8bcc1 (diff) | |
| download | bcm5719-llvm-1410e8698624e37818ea183320ae0ed0c073c909.tar.gz bcm5719-llvm-1410e8698624e37818ea183320ae0ed0c073c909.zip | |
Fix broken C++ mode comment
llvm-svn: 364858
| -rw-r--r-- | llvm/include/llvm/IR/DiagnosticHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/DiagnosticHandler.h b/llvm/include/llvm/IR/DiagnosticHandler.h index af1e2977d48..55e5e597580 100644 --- a/llvm/include/llvm/IR/DiagnosticHandler.h +++ b/llvm/include/llvm/IR/DiagnosticHandler.h @@ -1,4 +1,4 @@ -//===- DiagnosticHandler.h - DiagnosticHandler class for LLVM -*- C++ ---*-===// +//===- DiagnosticHandler.h - DiagnosticHandler class for LLVM ---*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. |

