[Hexagon] Add RUN line to test

llvm-svn: 279304
This commit is contained in:
Krzysztof Parzyszek 2016-08-19 19:36:35 +00:00
parent fb4c4178a2
commit 021151d6c1
1 changed files with 4 additions and 0 deletions

View File

@ -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 {