From ca27d0e98ad565eb5c685c07289d232abe935a21 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Thu, 10 Oct 2019 14:16:58 +0000 Subject: [PATCH] Revert "Fix OCaml/core.ml fneg check" This reverts commit r374346. It attempted to fix OCaml tests, but is does not actually fix them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374357 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Bindings/OCaml/core.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Bindings/OCaml/core.ml b/test/Bindings/OCaml/core.ml index f649dbdb8fa..f04dee4b2f9 100644 --- a/test/Bindings/OCaml/core.ml +++ b/test/Bindings/OCaml/core.ml @@ -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); -- 2.40.0