blob: 353d1c75216b35daa95cfdf38952ef23adeba61b [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86
2; RUN: llc < %s -march=x86-64
Chris Lattnerea90c032008-10-21 00:45:36 +00003
4; from gcc.c-torture/compile/920520-1.c
5
6define i32 @g() nounwind {
7entry:
8 call void asm sideeffect "$0", "r"(double 1.500000e+00) nounwind
9 ret i32 0
10}
11