[PATCH] D29069: [MSP430] Add SRet support to MSP430 target
Anton Korobeynikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 12 00:55:16 PST 2017
asl accepted this revision.
asl added a comment.
This revision is now accepted and ready to land.
LGTM with small change aboce
================
Comment at: lib/Target/MSP430/MSP430ISelLowering.cpp:249
+ unsigned CurrentArgIndex;
+ if (!Args.empty()) {
+ CurrentArgIndex = Args[0].OrigArgIndex;
----------------
Simple early return here.
https://reviews.llvm.org/D29069
More information about the llvm-commits
mailing list