blob: 6613fafcce82597805763a6e1b4391e3b84f9997 [file] [log] [blame]
Evan Cheng9991c732008-04-28 23:31:41 +00001; RUN: llvm-as < %s | llc -march=x86
Evan Chengb2cbb742008-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}