diff options
| author | Jim Grosbach <grosbach@apple.com> | 2012-03-02 17:46:15 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2012-03-02 17:46:15 +0000 |
| commit | 75dadacf4d94f810da5005b9bf1bf3cda3c0538b (patch) | |
| tree | bb39719e10de25b8e9a93b7213b66f40f19fcc4b /llvm/include | |
| parent | 4a49a1ff7a45867b9d2ba2064d19dbc67845bd1b (diff) | |
| download | bcm5719-llvm-75dadacf4d94f810da5005b9bf1bf3cda3c0538b.tar.gz bcm5719-llvm-75dadacf4d94f810da5005b9bf1bf3cda3c0538b.zip | |
Tidy up. Trailing whitespace.
llvm-svn: 151926
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/MC/MCAsmInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/MC/MCAsmInfo.h b/llvm/include/llvm/MC/MCAsmInfo.h index e9b058509ab..095ca14c1ba 100644 --- a/llvm/include/llvm/MC/MCAsmInfo.h +++ b/llvm/include/llvm/MC/MCAsmInfo.h @@ -43,7 +43,7 @@ namespace llvm { //===------------------------------------------------------------------===// // Properties to be set by the target writer, used to configure asm printer. // - + /// PointerSize - Pointer size in bytes. /// Default is 4. unsigned PointerSize; |

