[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / Generic / inline-asm-special-strings.ll
blob5f9f34d1e78ce2eb0e00e92ca81858e3c0fa3585
1 ; RUN: llc -no-integrated-as < %s | FileCheck %s
3 define void @bar() nounwind {
4   ; CHECK: foo 0 0{{$}}
5   tail call void asm sideeffect "foo ${:uid} ${:uid}", ""() nounwind
6   ; CHECK: bar 1 x{{$}}
7   tail call void asm sideeffect "bar $(${:uid} x$| ${:uid} x$)", ""() nounwind
8   ret void