blob: 6e8e98d865bd225fa6f6adba52b2d35ef2a9f23a [file] [log] [blame]
Dan Gohman36a09472009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86
Evan Cheng9d32f2a2008-04-28 22:14:34 +00002
3define i64 @t(i64 %maxIdleDuration) nounwind {
4 call void asm sideeffect "wrmsr", "{cx},A,~{dirflag},~{fpsr},~{flags}"( i32 416, i64 0 ) nounwind
5 unreachable
6}