Dan Gohman | 36a0947 | 2009-09-08 23:54:48 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=x86 |
Evan Cheng | 9d32f2a | 2008-04-28 22:14:34 +0000 | [diff] [blame] | 2 | |
3 | define i64 @t(i64 %maxIdleDuration) nounwind { | ||||
4 | call void asm sideeffect "wrmsr", "{cx},A,~{dirflag},~{fpsr},~{flags}"( i32 416, i64 0 ) nounwind | ||||
5 | unreachable | ||||
6 | } |