Revert "Fix OCaml/core.ml fneg check"

This reverts commit r374346. It attempted to fix OCaml tests, but is
does not actually fix them.

llvm-svn: 374357
This commit is contained in:
Dmitri Gribenko 2019-10-10 14:16:58 +00:00
parent 6a38474f77
commit 43fcbcb4e8
1 changed files with 1 additions and 1 deletions

View File

@ -1368,7 +1368,7 @@ let test_builder () =
* CHECK: %build_neg = sub i32 0, %P1
* CHECK: %build_nsw_neg = sub nsw i32 0, %P1
* CHECK: %build_nuw_neg = sub nuw i32 0, %P1
* CHECK: %build_fneg = fneg float %F1
* CHECK: %build_fneg = fsub float {{.*}}0{{.*}}, %F1
* CHECK: %build_not = xor i32 %P1, -1
*)
ignore (build_add p1 p2 "build_add" b);