mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
[RISCV][GISel] Add missing curly brace to test. NFC
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user