Skip to content

Commit 562c27e

Browse files
committed
[RISCV] Fix accidentally lower case REQUIRES directive in vfncvtbf16-out-of-range.c. NFC
1 parent 0a99348 commit 562c27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/vfncvtbf16-out-of-range.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// requires: riscv-registered-target
1+
// REQUIRES: riscv-registered-target
22
// RUN: %clang_cc1 -triple riscv64 -target-feature +f -target-feature +d \
33
// RUN: -target-feature +v -target-feature +zvfbfmin \
44
// RUN: -fsyntax-only -verify %s

0 commit comments

Comments
 (0)