Skip to content

Commit e7ac017

Browse files
committed
Move the check just before the prototype. NFC.
1 parent 9cd3e17 commit e7ac017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/TableGen/target-builtins-prototype-parser.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
include "clang/Basic/BuiltinsBase.td"
55

66
def : Builtin {
7+
// CHECK: BUILTIN(__builtin_test_use_clang_extended_vectors, "E8idE4b", "")
78
let Prototype = "ext_vector_type_8_int(double, ext_vector_type_4_bool)";
89
let Spellings = ["__builtin_test_use_clang_extended_vectors"];
910
}
1011

11-
// CHECK: BUILTIN(__builtin_test_use_clang_extended_vectors, "E8idE4b", "")
1212

1313
#ifdef ERROR_EXPECTED_LANES
1414
def : Builtin {

0 commit comments

Comments
 (0)