diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-01-14 02:24:10 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-01-14 02:24:10 +0000 |
commit | 2eb4d4468f1fe5326fef536c660b9246c74ce41d (patch) | |
tree | 6d0530467fc65eacd3f76b3d4bac4c69df7fcc19 | |
parent | c7e4fb209ea550efe22f1f697a0240880527dfd0 (diff) | |
download | llvm-2eb4d4468f1fe5326fef536c660b9246c74ce41d.zip llvm-2eb4d4468f1fe5326fef536c660b9246c74ce41d.tar.gz llvm-2eb4d4468f1fe5326fef536c660b9246c74ce41d.tar.bz2 |
TargetInstrInfo.h: Fix \param in r225772. [-Wdocumentation]
llvm-svn: 225933
-rw-r--r-- | llvm/include/llvm/Target/TargetInstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetInstrInfo.h b/llvm/include/llvm/Target/TargetInstrInfo.h index e94f8ad..c40702d 100644 --- a/llvm/include/llvm/Target/TargetInstrInfo.h +++ b/llvm/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. |