diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2022-06-29 09:56:30 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2022-06-29 09:56:30 +0000 |
| commit | 0e674b3ec5e2c238e6756d512fa39efc1ceeb74a (patch) | |
| tree | 2d679726c7a8bf12af0e7378a9593499b6183659 /compiler/rustc_codegen_llvm/src/llvm | |
| parent | 493c960a3e6cdd2e2fbe8b6ea130fadea05f1ab0 (diff) | |
| download | rust-0e674b3ec5e2c238e6756d512fa39efc1ceeb74a.tar.gz rust-0e674b3ec5e2c238e6756d512fa39efc1ceeb74a.zip | |
Some tracing cleanups
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/llvm/ffi.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs index b831423994f..d8b09f8ec2e 100644 --- a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs +++ b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs @@ -1623,7 +1623,7 @@ extern "C" { B: &Builder<'a>, Val: &'a Value, DestTy: &'a Type, - IsSized: bool, + IsSigned: bool, ) -> &'a Value; // Comparisons |
