summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/inline-asm-filetype-null.ll
blob: 9fbbcff71f5160f70d402db31e4b1e9ada36455e (plain)
1
2
3
4
5
6
7
8
; RUN: llc -filetype=null < %s

target triple = "hexagon"

define void @foo() {
  tail call void asm sideeffect "//", ""()
  ret void
}
OpenPOWER on IntegriCloud