ruiu added inline comments.
================
Comment at: ELF/InputSection.cpp:297
@@ -322,4 +296,3 @@
+ write32be(BufLoc + 4, 0xe8410028); // ld %r2, 40(%r1)
}
----------------
This `if` falls through because there's no `continue`. Is this expected?
http://reviews.llvm.org/D18711