[llvm] r225933 - TargetInstrInfo.h: Fix \param in r225772. [-Wdocumentation]
NAKAMURA Takumi
geek4civic at gmail.com
Tue Jan 13 18:24:10 PST 2015
Author: chapuni
Date: Tue Jan 13 20:24:10 2015
New Revision: 225933
URL: http://llvm.org/viewvc/llvm-project?rev=225933&view=rev
Log:
TargetInstrInfo.h: Fix \param in r225772. [-Wdocumentation]
Modified:
llvm/trunk/include/llvm/Target/TargetInstrInfo.h
Modified: llvm/trunk/include/llvm/Target/TargetInstrInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetInstrInfo.h?rev=225933&r1=225932&r2=225933&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetInstrInfo.h (original)
+++ llvm/trunk/include/llvm/Target/TargetInstrInfo.h Tue Jan 13 20:24:10 2015
@@ -604,7 +604,7 @@ public:
/// a side.
///
/// @param MI Optimizable select instruction.
- /// @param SeenMIs Set that record all MIs in the basic block up to \p
+ /// @param NewMIs Set that record all MIs in the basic block up to \p
/// MI. Has to be updated with any newly created MI or deleted ones.
/// @param PreferFalse Try to optimize FalseOp instead of TrueOp.
/// @returns Optimized instruction or NULL.
More information about the llvm-commits
mailing list