Lower the MBlaze target specific calling conventions for "interrupt_handler"
authorWesley Peck <peckw@wesleypeck.com>
Wed, 15 Dec 2010 20:27:28 +0000 (20:27 +0000)
committerWesley Peck <peckw@wesleypeck.com>
Wed, 15 Dec 2010 20:27:28 +0000 (20:27 +0000)
commitdc9d87a9bbb5bc2ddaad7ab0db4aed82d88636c6
tree9a0d05ded0bb7ff2af598470da17b2c731f49d0c
parentd364acd3d7b0dd78bc92e168af268a56ff7141d4
Lower the MBlaze target specific calling conventions for "interrupt_handler"
and "save_volatiles" correctly. This completes the custom calling convention
functionality changes for the MBlaze backend that were started in 121888.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121891 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/MBlaze/MBlazeFrameInfo.cpp
lib/Target/MBlaze/MBlazeISelLowering.cpp
lib/Target/MBlaze/MBlazeISelLowering.h
lib/Target/MBlaze/MBlazeInstrInfo.td
test/CodeGen/MBlaze/intr.ll [new file with mode: 0644]
test/CodeGen/MBlaze/svol.ll [new file with mode: 0644]