We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55cabe1 commit 5dbcaabCopy full SHA for 5dbcaab
1 file changed
src/library.js
@@ -5116,8 +5116,8 @@ LibraryManager.library = {
5116
return ret;
5117
},
5118
5119
- llvm_expect_i32__inline: function(x, y) {
5120
- return '((' + x + ')==(' + y + '))';
+ llvm_expect_i32__inline: function(val, expected) {
+ return '(' + val + ')';
5121
5122
5123
llvm_lifetime_start: function() {},
0 commit comments