commit | b561264d2b2e33e1e6322a99d600b5daece5bbde | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Sun May 03 13:07:54 2009 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Sun May 03 13:07:54 2009 +0000 |
tree | e7f4636b0381e8fef9a324f2330c66c842ee655b | |
parent | 4428885c5acfffbbdd03ad2aab23960531c47753 [diff] [blame] |
Add call frame setup instruction elimination and lowerid for bunch of call-related stuff. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70728 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/MSP430/MSP430ISelLowering.cpp b/lib/Target/MSP430/MSP430ISelLowering.cpp index a5af55c..ab8be5a 100644 --- a/lib/Target/MSP430/MSP430ISelLowering.cpp +++ b/lib/Target/MSP430/MSP430ISelLowering.cpp
@@ -426,5 +426,6 @@ default: return NULL; case MSP430ISD::RET_FLAG: return "MSP430ISD::RET_FLAG"; case MSP430ISD::RRA: return "MSP430ISD::RRA"; + case MSP430ISD::CALL: return "MSP430ISD::CALL"; } }