Struct byval cleanup: add helper functions to reduce code duplication.
authorManman Ren <manman.ren@gmail.com>
Tue, 29 Oct 2013 22:27:32 +0000 (22:27 +0000)
committerManman Ren <manman.ren@gmail.com>
Tue, 29 Oct 2013 22:27:32 +0000 (22:27 +0000)
commitb504f49448deef18c6c4bd245b8f2a7f5fd81eb9
treeb68a7ccb37160c1b8e4b95316a3ac064489722b7
parent0bd1f00ec6ac82369d70a4bb194d422642e93674
Struct byval cleanup: add helper functions to reduce code duplication.

Helper functions are added:
emitPostLd: emit a post-increment load operation with given size.
emitPostSt: emit a post-increment store operation with given size.

No functionality change.

llvm-svn: 193656
llvm/lib/Target/ARM/ARMISelLowering.cpp