Skip to content

Commit 77e88db

Browse files
committed
[RISCV][GISel] Add missing curly brace to test. NFC
1 parent c3f7ca7 commit 77e88db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/CodeGen/RISCV/GlobalISel/fpr-gpr-copy-rv64.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ define double @fadd_f64(double %x, double %y) {
1616
; RV64I-NEXT: ret
1717
%a = fadd double %x, %y
1818
ret double %a
19+
}
1920

2021
; Test copying between FPR32 and GPR on RV64.
2122
; FIXME: This test should be replaced with a more general calling convention

0 commit comments

Comments
 (0)