summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin LeMahieu <colinl@codeaurora.org>2014-12-18 20:15:32 +0000
committerColin LeMahieu <colinl@codeaurora.org>2014-12-18 20:15:32 +0000
commit17c59e87c907ec2a4b127ec4466f7256d36d94bd (patch)
treea046f477a8f26de443e3695a49d36a6d26b96587
parent15abf3743ca781fc6958983c2d4cbb6324198413 (diff)
downloadbcm5719-llvm-17c59e87c907ec2a4b127ec4466f7256d36d94bd.tar.gz
bcm5719-llvm-17c59e87c907ec2a4b127ec4466f7256d36d94bd.zip
[NFC] Removing extra semicolon.
llvm-svn: 224539
-rw-r--r--llvm/include/llvm/Support/MachO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/MachO.h b/llvm/include/llvm/Support/MachO.h
index 1cb42991e1a..e2af2d9fc76 100644
--- a/llvm/include/llvm/Support/MachO.h
+++ b/llvm/include/llvm/Support/MachO.h
@@ -1111,7 +1111,7 @@ namespace llvm {
sys::swapByteOrder(s.cmd);
sys::swapByteOrder(s.cmdsize);
sys::swapByteOrder(s.umbrella);
- };
+ }
inline void swapStruct(dylinker_command &d) {
sys::swapByteOrder(d.cmd);
OpenPOWER on IntegriCloud