Skip to content

Commit

Permalink
Move the check just before the prototype. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpetrogalli committed Mar 1, 2024
1 parent 9cd3e17 commit e7ac017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/TableGen/target-builtins-prototype-parser.td
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
include "clang/Basic/BuiltinsBase.td"

def : Builtin {
// CHECK: BUILTIN(__builtin_test_use_clang_extended_vectors, "E8idE4b", "")
let Prototype = "ext_vector_type_8_int(double, ext_vector_type_4_bool)";
let Spellings = ["__builtin_test_use_clang_extended_vectors"];
}

// CHECK: BUILTIN(__builtin_test_use_clang_extended_vectors, "E8idE4b", "")

#ifdef ERROR_EXPECTED_LANES
def : Builtin {
Expand Down

0 comments on commit e7ac017

Please sign in to comment.