[llvm] 77e88db - [RISCV][GISel] Add missing curly brace to test. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 30 10:13:15 PDT 2023
Author: Craig Topper
Date: 2023-10-30T10:12:56-07:00
New Revision: 77e88db6b7cd982769a852b0fedfc57b3374d1d9
URL: https://github.com/llvm/llvm-project/commit/77e88db6b7cd982769a852b0fedfc57b3374d1d9
DIFF: https://github.com/llvm/llvm-project/commit/77e88db6b7cd982769a852b0fedfc57b3374d1d9.diff
LOG: [RISCV][GISel] Add missing curly brace to test. NFC
Added:
Modified:
llvm/test/CodeGen/RISCV/GlobalISel/fpr-gpr-copy-rv64.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/RISCV/GlobalISel/fpr-gpr-copy-rv64.ll b/llvm/test/CodeGen/RISCV/GlobalISel/fpr-gpr-copy-rv64.ll
index 2eca0ad66f5c6b6..287bbbad6d52d7b 100644
--- a/llvm/test/CodeGen/RISCV/GlobalISel/fpr-gpr-copy-rv64.ll
+++ b/llvm/test/CodeGen/RISCV/GlobalISel/fpr-gpr-copy-rv64.ll
@@ -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
More information about the llvm-commits
mailing list