1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll
Tanya Lattner b6a27ed83f Byebye llvm-upgrade!
llvm-svn: 48762
2008-03-25 04:26:08 +00:00

9 lines
186 B
LLVM

; RUN: llvm-as < %s | llc -march=x86
; PR825
define i64 @test() {
%tmp.i5 = call i64 asm sideeffect "rdtsc", "=A,~{dirflag},~{fpsr},~{flags}"( ) ; <i64> [#uses=1]
ret i64 %tmp.i5
}