diff options
| author | Andreas Jonson <andjo403@users.noreply.github.com> | 2021-11-14 14:01:30 +0100 |
|---|---|---|
| committer | Andreas Jonson <andjo403@users.noreply.github.com> | 2021-11-14 16:35:09 +0100 |
| commit | 50ec47aa06e96a195707fb5ee92fcd32299ca272 (patch) | |
| tree | 866f4b070575fc032100f6b86b62da6e012d47e4 /compiler/rustc_codegen_llvm/src/context.rs | |
| parent | f820d9d4e5af7d298ffdc3145b48e206b65e8e28 (diff) | |
| download | rust-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.rs | 1 |
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); |
