Perform sibcall in some cases when arguments are passes memory. Look for cases
[oota-llvm.git] / test / CodeGen / Generic / storetrunc-fp.ll
index 710a9907e0183df2b34c95601ecd1a6eb8f76dea..7f7c7f71b3adfc4a026b58139397416e07c95170 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc
+; RUN: llc < %s
 
 define void @foo(double %a, double %b, float* %fp) {
-       %c = add double %a, %b
+       %c = fadd double %a, %b
        %d = fptrunc double %c to float
        store float %d, float* %fp
        ret void