1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

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 31fcfd404f
commit 2b0fe8e007

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