diff options
author | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2017-11-28 19:23:39 +0000 |
---|---|---|
committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2017-11-28 19:23:39 +0000 |
commit | 3aa8eaa9512efc22945a12bc9db074c953baac8e (patch) | |
tree | 8b1d3ac23a7ba61eafb6dc10d734558ae3b975c2 /llvm/lib/CodeGen/MachineOperand.cpp | |
parent | d4b340b460b95680072b2c92a76ab6f9202e7102 (diff) | |
download | bcm5719-llvm-3aa8eaa9512efc22945a12bc9db074c953baac8e.tar.gz bcm5719-llvm-3aa8eaa9512efc22945a12bc9db074c953baac8e.zip |
[CodeGen] Fix doxygen \file comment style
llvm-svn: 319207
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineOperand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineOperand.cpp b/llvm/lib/CodeGen/MachineOperand.cpp index d4b0b4d7eae..cb34259fe01 100644 --- a/llvm/lib/CodeGen/MachineOperand.cpp +++ b/llvm/lib/CodeGen/MachineOperand.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// /// \file Methods common to all machine operands. +/// \file Methods common to all machine operands. // //===----------------------------------------------------------------------===// |