1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Fix missing C++ mode comment

llvm-svn: 365781
This commit is contained in:
Matt Arsenault 2019-07-11 14:18:22 +00:00
parent 94ef500159
commit 85fefb1919

View File

@ -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.