Move doc to trait declarations
This commit is contained in:
parent
ac34068ed9
commit
97825a36be
17 changed files with 124 additions and 111 deletions
|
|
@ -444,7 +444,6 @@ impl IntrinsicDeclarationMethods<'tcx> for CodegenCx<'b, 'tcx> {
|
|||
self.declare_intrinsic(key).unwrap_or_else(|| bug!("unknown intrinsic '{}'", key))
|
||||
}
|
||||
|
||||
/// Declare any llvm intrinsics that you might need
|
||||
fn declare_intrinsic(
|
||||
&self,
|
||||
key: &str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue