X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_codegen_llvm%2Fbuilder.rs;h=1c5987f26f129f3112e4a365e44b87405a2a62f2;hb=39c6405097c4584633841f7fb8bc31dc285c986d;hp=32604d5601d30036ddc5c57c3b0b5e1d78765874;hpb=9f3a192327607673b880912845238d19fbae7de0;p=rust.git diff --git a/src/librustc_codegen_llvm/builder.rs b/src/librustc_codegen_llvm/builder.rs index 32604d5601d..1c5987f26f1 100644 --- a/src/librustc_codegen_llvm/builder.rs +++ b/src/librustc_codegen_llvm/builder.rs @@ -1016,7 +1016,6 @@ fn call( args.as_ptr() as *const &llvm::Value, args.len() as c_uint, bundle, - UNNAMED, ) } }