TargetInstrInfo.h: Fix \param in r225772. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 14 Jan 2015 02:24:10 +0000 (02:24 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 14 Jan 2015 02:24:10 +0000 (02:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225933 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetInstrInfo.h

index e94f8add3cb5edba9a9978ae3a7682ff7f2ee2a7..c40702d3c3ad37624b8f90bf1a4a7ea061712a28 100644 (file)
@@ -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.