Remove an extra ';' on line 1120 include/llvm/Support/MachO.h .

Caught by Mike Edwards!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224551 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Kevin Enderby 2014-12-18 23:34:16 +00:00
parent 7e9a77a2aa
commit ad7e6ee7e6

View 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);