about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/context.rs
diff options
context:
space:
mode:
authorAndreas Jonson <andjo403@users.noreply.github.com>2021-11-14 14:01:30 +0100
committerAndreas Jonson <andjo403@users.noreply.github.com>2021-11-14 16:35:09 +0100
commit50ec47aa06e96a195707fb5ee92fcd32299ca272 (patch)
tree866f4b070575fc032100f6b86b62da6e012d47e4 /compiler/rustc_codegen_llvm/src/context.rs
parentf820d9d4e5af7d298ffdc3145b48e206b65e8e28 (diff)
downloadrust-50ec47aa06e96a195707fb5ee92fcd32299ca272.tar.gz
rust-50ec47aa06e96a195707fb5ee92fcd32299ca272.zip
Remove workaround for the forward progress handling in LLVM
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/context.rs')
-rw-r--r--compiler/rustc_codegen_llvm/src/context.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/context.rs b/compiler/rustc_codegen_llvm/src/context.rs
index 1dba264a961..613a8df891c 100644
--- a/compiler/rustc_codegen_llvm/src/context.rs
+++ b/compiler/rustc_codegen_llvm/src/context.rs
@@ -597,7 +597,6 @@ impl CodegenCx<'b, 'tcx> {
         ifn!("llvm.trap", fn() -> void);
         ifn!("llvm.debugtrap", fn() -> void);
         ifn!("llvm.frameaddress", fn(t_i32) -> i8p);
-        ifn!("llvm.sideeffect", fn() -> void);
 
         ifn!("llvm.powi.f32", fn(t_f32, t_i32) -> t_f32);
         ifn!("llvm.powi.f64", fn(t_f64, t_i32) -> t_f64);