Dan Gohman | 0a06310 | 2009-09-08 23:54:48 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=x86 |
2 | ; RUN: llc < %s -march=x86-64 | ||||
Chris Lattner | ea90c03 | 2008-10-21 00:45:36 +0000 | [diff] [blame] | 3 | |
4 | ; from gcc.c-torture/compile/920520-1.c | ||||
5 | |||||
6 | define i32 @g() nounwind { | ||||
7 | entry: | ||||
8 | call void asm sideeffect "$0", "r"(double 1.500000e+00) nounwind | ||||
9 | ret i32 0 | ||||
10 | } | ||||
11 |