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 ecea8e7 + 0455577 commit 9e6fc2dCopy full SHA for 9e6fc2d
compiler/rustc_codegen_llvm/src/llvm/ffi.rs
@@ -1980,12 +1980,12 @@ unsafe extern "C" {
1980
pub(crate) fn LLVMRustBuildMinNum<'a>(
1981
B: &Builder<'a>,
1982
LHS: &'a Value,
1983
- LHS: &'a Value,
+ RHS: &'a Value,
1984
) -> &'a Value;
1985
pub(crate) fn LLVMRustBuildMaxNum<'a>(
1986
1987
1988
1989
1990
1991
// Atomic Operations
0 commit comments