Fixed the Bindings/OCaml/core.ml test

llvm-svn: 361155
This commit is contained in:
Dmitri Gribenko 2019-05-20 14:06:21 +00:00
parent 523789fa6b
commit 3e1821bf43
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ let test_constants () =
(* CHECK: @const_neg = global i64 sub
* CHECK: @const_nsw_neg = global i64 sub nsw
* CHECK: @const_nuw_neg = global i64 sub nuw
* CHECK: @const_fneg = global double fsub
* CHECK: @const_fneg = global double fneg
* CHECK: @const_not = global i64 xor
* CHECK: @const_add = global i64 add
* CHECK: @const_nsw_add = global i64 add nsw