summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll
blob: 4ea364d57e515a16d16e463325f9f1ce8635b271 (plain)
1
2
3
4
5
6
7
8
; RUN: llc < %s -march=x86
; PR825

define i64 @test() {
	%tmp.i5 = call i64 asm sideeffect "rdtsc", "=A,~{dirflag},~{fpsr},~{flags}"( )		; <i64> [#uses=1]
	ret i64 %tmp.i5
}