diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-08-19 19:36:35 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-08-19 19:36:35 +0000 |
commit | 021151d6c1cf01e32a28fc00431dbbbfe63660c9 (patch) | |
tree | e95c17250f18d58da8f90527297940dd69b3808b /llvm/test/CodeGen/Hexagon/inline-asm-i1.ll | |
parent | fb4c4178a2243bcb30c77da059ac423f37876d68 (diff) | |
download | bcm5719-llvm-021151d6c1cf01e32a28fc00431dbbbfe63660c9.tar.gz bcm5719-llvm-021151d6c1cf01e32a28fc00431dbbbfe63660c9.zip |
[Hexagon] Add RUN line to test
llvm-svn: 279304
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/inline-asm-i1.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/inline-asm-i1.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Hexagon/inline-asm-i1.ll b/llvm/test/CodeGen/Hexagon/inline-asm-i1.ll index c88c30e5e81..cc1f4ce55da 100644 --- a/llvm/test/CodeGen/Hexagon/inline-asm-i1.ll +++ b/llvm/test/CodeGen/Hexagon/inline-asm-i1.ll @@ -1,3 +1,7 @@ +; RUN: llc -march=hexagon < %s | FileCheck %s +; CHECK: r[[REG0:[0-9]+]] = usr +; CHECK: [[REG0]] = insert(r{{[0-9]+}}, #1, #16) + target triple = "hexagon" define hidden void @fred() #0 { |