[llvm] [RISCV] Remove stale comment from test. NFC (PR #81098)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 8 08:21:17 PST 2024


https://github.com/topperc updated https://github.com/llvm/llvm-project/pull/81098

>From a0868bf38c8cd0eefb9c74beb58e318f2732e2f9 Mon Sep 17 00:00:00 2001
From: Craig Topper <craig.topper at sifive.com>
Date: Wed, 7 Feb 2024 23:31:31 -0800
Subject: [PATCH] [RISCV] Remove stale comment from test. NFC

---
 llvm/test/CodeGen/RISCV/zcmp-with-float.ll | 1 -
 1 file changed, 1 deletion(-)

diff --git a/llvm/test/CodeGen/RISCV/zcmp-with-float.ll b/llvm/test/CodeGen/RISCV/zcmp-with-float.ll
index 93f95e9709b6a4..3eb91eb9a09c47 100644
--- a/llvm/test/CodeGen/RISCV/zcmp-with-float.ll
+++ b/llvm/test/CodeGen/RISCV/zcmp-with-float.ll
@@ -5,7 +5,6 @@
 declare void @callee()
 
 ; Test the file could be compiled successfully.
-; .cfi_offset of fs0 is wrong here. It should be fixed by #66613.
 define float @foo(float %arg) {
 ; RV32-LABEL: foo:
 ; RV32:       # %bb.0: # %entry



More information about the llvm-commits mailing list