diff options
Diffstat (limited to 'llvm/test/CodeGen/Blackfin/i256param.ll')
| -rw-r--r-- | llvm/test/CodeGen/Blackfin/i256param.ll | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Blackfin/i256param.ll b/llvm/test/CodeGen/Blackfin/i256param.ll new file mode 100644 index 00000000000..85a74fa5eed --- /dev/null +++ b/llvm/test/CodeGen/Blackfin/i256param.ll @@ -0,0 +1,7 @@ +; RUN: llvm-as < %s | llc -march=bfin -verify-machineinstrs +@i256_s = external global i256 ; <i256*> [#uses=1] + +define void @i256_ls(i256 %x) nounwind { + store i256 %x, i256* @i256_s + ret void +} |

