aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/AArch64/fpmode.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/AArch64/fpmode.ll')
-rw-r--r--llvm/test/CodeGen/AArch64/fpmode.ll5
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/AArch64/fpmode.ll b/llvm/test/CodeGen/AArch64/fpmode.ll
index a4f2c4f..ebfb069 100644
--- a/llvm/test/CodeGen/AArch64/fpmode.ll
+++ b/llvm/test/CodeGen/AArch64/fpmode.ll
@@ -63,11 +63,8 @@ define void @func_reset_fpmode_soft() #0 {
;
; GIS-LABEL: func_reset_fpmode_soft:
; GIS: // %bb.0: // %entry
-; GIS-NEXT: str x30, [sp, #-16]! // 8-byte Folded Spill
; GIS-NEXT: mov x0, #-1 // =0xffffffffffffffff
-; GIS-NEXT: bl fesetmode
-; GIS-NEXT: ldr x30, [sp], #16 // 8-byte Folded Reload
-; GIS-NEXT: ret
+; GIS-NEXT: b fesetmode
entry:
call void @llvm.reset.fpmode()
ret void