From: NAKAMURA Takumi Date: Wed, 14 Jan 2015 02:24:10 +0000 (+0000) Subject: TargetInstrInfo.h: Fix \param in r225772. [-Wdocumentation] X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=69f00b7277138e708bd32cb40afb6aa81cb2b98a;p=oota-llvm.git TargetInstrInfo.h: Fix \param in r225772. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225933 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetInstrInfo.h b/include/llvm/Target/TargetInstrInfo.h index e94f8add3cb..c40702d3c3a 100644 --- a/include/llvm/Target/TargetInstrInfo.h +++ b/include/llvm/Target/TargetInstrInfo.h @@ -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.