summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2014-03-18 22:13:13 +0000
committerJim Grosbach <grosbach@apple.com>2014-03-18 22:13:13 +0000
commit2f6bec6ee9f289b2c042d32f781130e053d2f116 (patch)
tree7dbbb5b32bfd5d3a1d3983419e87bb17a787a6d2 /llvm
parent4e08a634e1e40b142c48b054447f04b29ad518e8 (diff)
downloadbcm5719-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.h8
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;
};
OpenPOWER on IntegriCloud