forked from OSchip/llvm-project
parent
6399a3d628
commit
04888305f6
|
@ -622,5 +622,3 @@ def : Pat<(add GR16:$src1, (MSP430Wrapper tglobaladdr :$src2)),
|
|||
// calls
|
||||
def : Pat<(MSP430call (i16 tglobaladdr:$dst)),
|
||||
(CALLi tglobaladdr:$dst)>;
|
||||
def : Pat<(MSP430call (i16 texternalsym:$dst)),
|
||||
(CALLi texternalsym:$dst)>;
|
||||
|
|
Loading…
Reference in New Issue