Skip to content

Commit 1580617

Browse files
committed
fix test
1 parent ab76d0f commit 1580617

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

llvm/test/CodeGen/RISCV/machine-outliner-lpad.ll

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2-
; RUN: llc -mtriple riscv64 -mattr=+experimental-zicfilp < %s | FileCheck %s --check-prefixes=CHECK,RV64
3-
; RUN: llc -mtriple riscv32 -mattr=+experimental-zicfilp < %s | FileCheck %s --check-prefixes=CHECK,RV32
2+
; RUN: llc -mtriple riscv64 -mattr=+experimental-zicfilp < %s | FileCheck %s --check-prefixes=CHECK
3+
; RUN: llc -mtriple riscv32 -mattr=+experimental-zicfilp < %s | FileCheck %s --check-prefixes=CHECK
44

55
define i16 @test1(i16 %x) #0 {
66
; CHECK-LABEL: test1:
@@ -63,6 +63,3 @@ attributes #0 = { minsize }
6363

6464
!0 = !{i32 8, !"cf-protection-branch", i32 1}
6565
!1 = !{i32 1, !"cf-branch-label-scheme", !"unlabeled"}
66-
;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
67-
; RV32: {{.*}}
68-
; RV64: {{.*}}

0 commit comments

Comments
 (0)