[RISCV][GISel] Add missing curly brace to test. NFC

This commit is contained in:
Craig Topper
2023-10-30 10:12:56 -07:00
parent c3f7ca7810
commit 77e88db6b7

View File

@@ -16,6 +16,7 @@ define double @fadd_f64(double %x, double %y) {
; RV64I-NEXT: ret
%a = fadd double %x, %y
ret double %a
}
; Test copying between FPR32 and GPR on RV64.
; FIXME: This test should be replaced with a more general calling convention