1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/test/CodeGen/X86/2008-04-28-CyclicSchedUnit.ll

7 lines
201 B
LLVM
Raw Normal View History

2008-04-29 01:31:41 +02:00
; RUN: llvm-as < %s | llc -march=x86
2008-04-29 00:14:34 +02:00
define i64 @t(i64 %maxIdleDuration) nounwind {
call void asm sideeffect "wrmsr", "{cx},A,~{dirflag},~{fpsr},~{flags}"( i32 416, i64 0 ) nounwind
unreachable
}