From e7ac017c9092a99828401d2209061b02570c7dbb Mon Sep 17 00:00:00 2001 From: Francesco Petrogalli Date: Fri, 1 Mar 2024 16:41:04 +0100 Subject: [PATCH] Move the check just before the prototype. NFC. --- clang/test/TableGen/target-builtins-prototype-parser.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/TableGen/target-builtins-prototype-parser.td b/clang/test/TableGen/target-builtins-prototype-parser.td index 681a607da7e115..97de30d91a9491 100644 --- a/clang/test/TableGen/target-builtins-prototype-parser.td +++ b/clang/test/TableGen/target-builtins-prototype-parser.td @@ -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 {