[llvm] r236180 - Fix doxygen comment typo. NFC
Jonathan Roelofs
jonathan at codesourcery.com
Wed Apr 29 16:33:32 PDT 2015
Author: jroelofs
Date: Wed Apr 29 18:33:32 2015
New Revision: 236180
URL: http://llvm.org/viewvc/llvm-project?rev=236180&view=rev
Log:
Fix doxygen comment typo. NFC
Modified:
llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h
Modified: llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h?rev=236180&r1=236179&r2=236180&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h Wed Apr 29 18:33:32 2015
@@ -239,8 +239,8 @@ namespace ISD {
FMAD,
/// FCOPYSIGN(X, Y) - Return the value of X with the sign of Y. NOTE: This
- /// DAG node does not require that X and Y have the same type, just that the
- /// are both floating point. X and the result must have the same type.
+ /// DAG node does not require that X and Y have the same type, just that
+ /// they are both floating point. X and the result must have the same type.
/// FCOPYSIGN(f32, f64) is allowed.
FCOPYSIGN,
More information about the llvm-commits
mailing list