mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
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:
parent
cc3d2c101e
commit
8cd5168223
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user