[llvm] r224551 - Remove an extra '; ' on line 1120 include/llvm/Support/MachO.h .

Kevin Enderby enderby at apple.com
Thu Dec 18 15:34:16 PST 2014


Author: enderby
Date: Thu Dec 18 17:34:16 2014
New Revision: 224551

URL: http://llvm.org/viewvc/llvm-project?rev=224551&view=rev
Log:
Remove an extra ';' on line 1120 include/llvm/Support/MachO.h .

Caught by Mike Edwards!

Modified:
    llvm/trunk/include/llvm/Support/MachO.h

Modified: llvm/trunk/include/llvm/Support/MachO.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/MachO.h?rev=224551&r1=224550&r2=224551&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/MachO.h (original)
+++ llvm/trunk/include/llvm/Support/MachO.h Thu Dec 18 17:34:16 2014
@@ -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);





More information about the llvm-commits mailing list