From 5e755839ae4397cf339cff3678363e4faceea5c9 Mon Sep 17 00:00:00 2001 From: Francis Visoiu Mistrih Date: Tue, 28 Nov 2017 19:23:39 +0000 Subject: [PATCH] [CodeGen] Fix doxygen \file comment style git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319207 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/MachineOperand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/MachineOperand.cpp b/lib/CodeGen/MachineOperand.cpp index d4b0b4d7eae..cb34259fe01 100644 --- a/lib/CodeGen/MachineOperand.cpp +++ b/lib/CodeGen/MachineOperand.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// /// \file Methods common to all machine operands. +/// \file Methods common to all machine operands. // //===----------------------------------------------------------------------===// -- 2.50.1