We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c83316 commit 9dfa35cCopy full SHA for 9dfa35c
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 81cda5ad4507a493d6a4d175c02bca7bf2e76c19
+refs/heads/master: 883eb38b283d9f2486529ec1bf1e7f695396d96f
trunk/src/comp/middle/trans.rs
@@ -6812,12 +6812,6 @@ fn decl_native_fn_and_pair(@crate_ctxt ccx,
6812
lib.llvm.LLVMCCallConv,
6813
llnativefnty);
6814
6815
- log_err "calling: " + val_str(bcx.fcx.lcx.ccx.tn, llnativefn);
6816
-
6817
- for (ValueRef arg in call_args) {
6818
- log_err "arg: " + val_str(bcx.fcx.lcx.ccx.tn, arg);
6819
- }
6820
6821
auto r = bcx.build.Call(llnativefn, call_args);
6822
auto rptr = bcx.fcx.llretptr;
6823
ret tup(r, rptr);
0 commit comments