projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9000481
)
Remove an extra ';' on line 1120 include/llvm/Support/MachO.h .
author
Kevin Enderby
<enderby@apple.com>
Thu, 18 Dec 2014 23:34:16 +0000
(23:34 +0000)
committer
Kevin Enderby
<enderby@apple.com>
Thu, 18 Dec 2014 23:34:16 +0000
(23:34 +0000)
Caught by Mike Edwards!
llvm-svn: 224551
llvm/include/llvm/Support/MachO.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/Support/MachO.h
b/llvm/include/llvm/Support/MachO.h
index
4a1c059
..
70b1e7f
100644
(file)
--- a/
llvm/include/llvm/Support/MachO.h
+++ b/
llvm/include/llvm/Support/MachO.h
@@
-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);