mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
8696eb18c1
llvm-svn: 50380
7 lines
201 B
LLVM
7 lines
201 B
LLVM
; RUN: llvm-as < %s | llc -march=x86
|
|
|
|
define i64 @t(i64 %maxIdleDuration) nounwind {
|
|
call void asm sideeffect "wrmsr", "{cx},A,~{dirflag},~{fpsr},~{flags}"( i32 416, i64 0 ) nounwind
|
|
unreachable
|
|
}
|