From 89b1808a2f45c81d8604b5b2573535be548cdf4a Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Wed, 18 May 2022 16:00:41 +0100 Subject: [PATCH] AMDGPU: Fix missing c++ mode comment --- llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.h b/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.h index 0e43b4f..5c656f1 100644 --- a/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.h +++ b/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.h @@ -1,4 +1,4 @@ -//===- AMDGPUMCInstLower.h - Lower AMDGPU MachineInstr to an MCInst -------===// +//===- AMDGPUMCInstLower.h - Lower MachineInstr to MCInst ------*- C++ -*--===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. -- 2.7.4