Remove an extra ';' on line 1120 include/llvm/Support/MachO.h .
authorKevin Enderby <enderby@apple.com>
Thu, 18 Dec 2014 23:34:16 +0000 (23:34 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 18 Dec 2014 23:34:16 +0000 (23:34 +0000)
Caught by Mike Edwards!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224551 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/MachO.h

index 4a1c059e28dc94038a67ed3fbaf953f420fc3d1e..70b1e7f5c9d50b39f9987f367aba6c0f06d5a014 100644 (file)
@@ -1117,7 +1117,7 @@ namespace llvm {
       sys::swapByteOrder(s.cmd);
       sys::swapByteOrder(s.cmdsize);
       sys::swapByteOrder(s.sub_umbrella);
-    };
+    }
 
     inline void swapStruct(dylinker_command &d) {
       sys::swapByteOrder(d.cmd);