forked from OSchip/llvm-project
TargetInstrInfo.h: Fix \param in r225772. [-Wdocumentation]
llvm-svn: 225933
This commit is contained in:
parent
c7e4fb209e
commit
2eb4d4468f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue