diff options
| author | Jim Grosbach <grosbach@apple.com> | 2010-06-02 21:53:11 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2010-06-02 21:53:11 +0000 |
| commit | 84511e1526f7f2d47cb1035d27487802e6f0666d (patch) | |
| tree | c6089b9726c52a2a3644c980a14747984a7a05e8 /llvm/lib/Target/ARM/ARMJITInfo.h | |
| parent | 7db953e39611fc41110212a6e6c11d7742b345fe (diff) | |
| download | bcm5719-llvm-84511e1526f7f2d47cb1035d27487802e6f0666d.tar.gz bcm5719-llvm-84511e1526f7f2d47cb1035d27487802e6f0666d.zip | |
Clean up 80 column violations. No functional change.
llvm-svn: 105350
Diffstat (limited to 'llvm/lib/Target/ARM/ARMJITInfo.h')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMJITInfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMJITInfo.h b/llvm/lib/Target/ARM/ARMJITInfo.h index ff332b7ee15..f5d9effeb9a 100644 --- a/llvm/lib/Target/ARM/ARMJITInfo.h +++ b/llvm/lib/Target/ARM/ARMJITInfo.h @@ -143,7 +143,8 @@ namespace llvm { JumpTableId2AddrMap[JTI] = Addr; } - /// getPCLabelAddr - Retrieve the address of the PC label of the specified id. + /// getPCLabelAddr - Retrieve the address of the PC label of the + /// specified id. intptr_t getPCLabelAddr(unsigned Id) const { DenseMap<unsigned, intptr_t>::const_iterator I = PCLabelMap.find(Id); assert(I != PCLabelMap.end()); |

