1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[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 68b4e30aad
commit 55d2ee2276

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 {