aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/softfloat.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/compile/internal/ssa/softfloat.go')
-rw-r--r--src/cmd/compile/internal/ssa/softfloat.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/ssa/softfloat.go b/src/cmd/compile/internal/ssa/softfloat.go
index 4b578b133b..8db4334fef 100644
--- a/src/cmd/compile/internal/ssa/softfloat.go
+++ b/src/cmd/compile/internal/ssa/softfloat.go
@@ -72,7 +72,7 @@ func softfloat(f *Func) {
if newInt64 && f.Config.RegSize == 4 {
// On 32bit arch, decompose Uint64 introduced in the switch above.
decomposeBuiltIn(f)
- applyRewrite(f, rewriteBlockdec64, rewriteValuedec64)
+ applyRewrite(f, rewriteBlockdec64, rewriteValuedec64, removeDeadValues)
}
}