llvm-6502/test/CodeGen/X86/2008-04-28-CyclicSchedUnit.ll
2009-09-08 23:54:48 +00:00

7 lines
191 B
LLVM

; RUN: llc < %s -march=x86
define i64 @t(i64 %maxIdleDuration) nounwind {
call void asm sideeffect "wrmsr", "{cx},A,~{dirflag},~{fpsr},~{flags}"( i32 416, i64 0 ) nounwind
unreachable
}