diff options
| author | Jim Grosbach <grosbach@apple.com> | 2014-03-18 22:13:13 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2014-03-18 22:13:13 +0000 |
| commit | 2f6bec6ee9f289b2c042d32f781130e053d2f116 (patch) | |
| tree | 7dbbb5b32bfd5d3a1d3983419e87bb17a787a6d2 /llvm | |
| parent | 4e08a634e1e40b142c48b054447f04b29ad518e8 (diff) | |
| download | bcm5719-llvm-2f6bec6ee9f289b2c042d32f781130e053d2f116.tar.gz bcm5719-llvm-2f6bec6ee9f289b2c042d32f781130e053d2f116.zip | |
C++ style comments
llvm-svn: 204194
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Support/MachO.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/include/llvm/Support/MachO.h b/llvm/include/llvm/Support/MachO.h index ed4329bc4f7..568d354fb56 100644 --- a/llvm/include/llvm/Support/MachO.h +++ b/llvm/include/llvm/Support/MachO.h @@ -743,10 +743,10 @@ namespace llvm { }; struct version_min_command { - uint32_t cmd; /* LC_VERSION_MIN_MACOSX or - LC_VERSION_MIN_IPHONEOS */ - uint32_t cmdsize; /* sizeof(struct version_min_command) */ - uint32_t version; /* X.Y.Z is encoded in nibbles xxxx.yy.zz */ + uint32_t cmd; // LC_VERSION_MIN_MACOSX or + // LC_VERSION_MIN_IPHONEOS + uint32_t cmdsize; // sizeof(struct version_min_command) + uint32_t version; // X.Y.Z is encoded in nibbles xxxx.yy.zz uint32_t reserved; }; |

