Dan Gohman | 36a0947 | 2009-09-08 23:54:48 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=x86 |
Evan Cheng | 287b47f | 2007-05-21 23:30:33 +0000 | [diff] [blame] | 2 | ; PR1259 |
3 | |||||
4 | define void @test() { | ||||
5 | %tmp2 = call i32 asm "...", "=r,~{dirflag},~{fpsr},~{flags},~{dx},~{cx},~{ax}"( ) | ||||
6 | unreachable | ||||
7 | } |