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.
2 parents fee2068 + 0455577 commit a1c2c61Copy full SHA for a1c2c61
compiler/rustc_codegen_llvm/src/llvm/ffi.rs
@@ -1974,12 +1974,12 @@ unsafe extern "C" {
1974
pub(crate) fn LLVMRustBuildMinNum<'a>(
1975
B: &Builder<'a>,
1976
LHS: &'a Value,
1977
- LHS: &'a Value,
+ RHS: &'a Value,
1978
) -> &'a Value;
1979
pub(crate) fn LLVMRustBuildMaxNum<'a>(
1980
1981
1982
1983
1984
1985
// Atomic Operations
0 commit comments