blob: 9fbbcff71f5160f70d402db31e4b1e9ada36455e [file] [log] [blame]
; RUN: llc -filetype=null < %s
target triple = "hexagon"
define void @foo() {
tail call void asm sideeffect "//", ""()
ret void
}