diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-01-23 01:05:12 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-01-23 01:05:12 +0000 |
| commit | 7ca79f7f965b5e59a14b416ac4dd22b8cdceca85 (patch) | |
| tree | 60218e73669cc2f0cb6ac4dd5e0437f5b6472422 | |
| parent | 8122bb0e19cb87d0968884e630fd5f7b45141160 (diff) | |
| download | bcm5719-llvm-7ca79f7f965b5e59a14b416ac4dd22b8cdceca85.tar.gz bcm5719-llvm-7ca79f7f965b5e59a14b416ac4dd22b8cdceca85.zip | |
Prune an out-of-date \param since r226476. [-Wdocumentation]
llvm-svn: 226890
| -rw-r--r-- | llvm/include/llvm/CodeGen/AsmPrinter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/AsmPrinter.h b/llvm/include/llvm/CodeGen/AsmPrinter.h index 8cfef94bb15..9f7709f3b32 100644 --- a/llvm/include/llvm/CodeGen/AsmPrinter.h +++ b/llvm/include/llvm/CodeGen/AsmPrinter.h @@ -430,7 +430,6 @@ public: unsigned PieceOffset = 0) const; /// EmitDwarfRegOp - Emit a dwarf register operation. - /// \param Indirect whether this is a register-indirect address virtual void EmitDwarfRegOp(ByteStreamer &BS, const MachineLocation &MLoc) const; |

