Remove the SystemZ backend.
[oota-llvm.git] / test / CodeGen / Blackfin / i56param.ll
1 ; RUN: llc < %s -march=bfin -verify-machineinstrs
2 @i56_l = external global i56            ; <i56*> [#uses=1]
3 @i56_s = external global i56            ; <i56*> [#uses=1]
4
5 define void @i56_ls(i56 %x) nounwind  {
6         store i56 %x, i56* @i56_s
7         ret void
8 }