1; RUN: llc -filetype=null < %s 2 3target triple = "hexagon" 4 5define void @foo() { 6 tail call void asm sideeffect "//", ""() 7 ret void 8} 9