brintos

brintos / llvm-project-archived public Read only

0
0
Text · 258 B · 45d702e Raw
12 lines · plain
1; RUN: llc < %s -mtriple=i686-- -no-integrated-as2; RUN: llc < %s -mtriple=x86_64-- -no-integrated-as3 4; from gcc.c-torture/compile/920520-1.c5 6define i32 @g() nounwind {7entry:8	call void asm sideeffect "$0", "r"(double 1.500000e+00) nounwind9	ret i32 010}11 12