Skip to content

Commit

Permalink
[Hexagon] Add RUN line to test
Browse files Browse the repository at this point in the history
llvm-svn: 279304
  • Loading branch information
Krzysztof Parzyszek committed Aug 19, 2016
1 parent fb4c417 commit 021151d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions llvm/test/CodeGen/Hexagon/inline-asm-i1.ll
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 021151d

Please sign in to comment.