Fix MSP430 calling convention to match MSPGCC
authorJob Noorman <jobnoorman@gmail.com>
Tue, 15 Oct 2013 08:19:39 +0000 (08:19 +0000)
committerJob Noorman <jobnoorman@gmail.com>
Tue, 15 Oct 2013 08:19:39 +0000 (08:19 +0000)
commit3edacfa97001b1eda9126bcabd68b15c7d8065f2
treec646000e915d2a534a95f739773c7eec08b702e4
parent3734f33acc45a1fe470f7149a72bd324f7a52881
Fix MSP430 calling convention to match MSPGCC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192678 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/MSP430/MSP430CallingConv.td
lib/Target/MSP430/MSP430ISelLowering.cpp
test/CodeGen/MSP430/cc_args.ll [new file with mode: 0644]
test/CodeGen/MSP430/cc_ret.ll [new file with mode: 0644]