summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2019-07-11 14:18:22 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2019-07-11 14:18:22 +0000
commit8fb3fcba5250ffe787fe4c9554471e312bf76b9e (patch)
tree17327b5519ea41169185412f9e166ed8e0197d2d
parent7e71902b7993af3607e9bad827b122b4e78b46cf (diff)
downloadbcm5719-llvm-8fb3fcba5250ffe787fe4c9554471e312bf76b9e.tar.gz
bcm5719-llvm-8fb3fcba5250ffe787fe4c9554471e312bf76b9e.zip
Fix missing C++ mode comment
llvm-svn: 365781
-rw-r--r--llvm/include/llvm/CodeGen/GlobalISel/Combiner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/GlobalISel/Combiner.h b/llvm/include/llvm/CodeGen/GlobalISel/Combiner.h
index 12a1f97077c..efe8bdf9366 100644
--- a/llvm/include/llvm/CodeGen/GlobalISel/Combiner.h
+++ b/llvm/include/llvm/CodeGen/GlobalISel/Combiner.h
@@ -1,4 +1,4 @@
-//== ----- llvm/CodeGen/GlobalISel/Combiner.h --------------------- == //
+//== ----- llvm/CodeGen/GlobalISel/Combiner.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.
OpenPOWER on IntegriCloud