aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/X86/2008-04-28-CyclicSchedUnit.ll
blob: f819a4cd1396465feb2539727b9c4417446bbf27 (plain)
1
2
3
4
5
6
; RUN: llc < %s -mtriple=i686--

define i64 @t(i64 %maxIdleDuration) nounwind  {
	call void asm sideeffect "wrmsr", "{cx},A,~{dirflag},~{fpsr},~{flags}"( i32 416, i64 0 ) nounwind 
	unreachable
}