]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_ssa/traits/intrinsic.rs
rustc_codegen_ssa: move debuginfo-related things to a new mir::debuginfo module.
[rust.git] / src / librustc_codegen_ssa / traits / intrinsic.rs
index 7c79cd6021031d7691328453e672272ffdb657b6..2c484084c4a20e063bc0c67d51423501b16eb787 100644 (file)
@@ -20,6 +20,7 @@ fn codegen_intrinsic_call(
     fn abort(&mut self);
     fn assume(&mut self, val: Self::Value);
     fn expect(&mut self, cond: Self::Value, expected: bool) -> Self::Value;
+    fn sideeffect(&mut self);
     /// Trait method used to inject `va_start` on the "spoofed" `VaListImpl` in
     /// Rust defined C-variadic functions.
     fn va_start(&mut self, val: Self::Value) -> Self::Value;