diff options
Diffstat (limited to 'test/CodeGen/Blackfin/i56param.ll')
-rw-r--r-- | test/CodeGen/Blackfin/i56param.ll | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/CodeGen/Blackfin/i56param.ll b/test/CodeGen/Blackfin/i56param.ll new file mode 100644 index 0000000000000..ca0256391b1fc --- /dev/null +++ b/test/CodeGen/Blackfin/i56param.ll @@ -0,0 +1,8 @@ +; RUN: llc < %s -march=bfin -verify-machineinstrs +@i56_l = external global i56 ; <i56*> [#uses=1] +@i56_s = external global i56 ; <i56*> [#uses=1] + +define void @i56_ls(i56 %x) nounwind { + store i56 %x, i56* @i56_s + ret void +} |