Skip to content

Commit

Permalink
[LoongArch][NFC] Remove incorrect notes in clang tests
Browse files Browse the repository at this point in the history
The assertions in these two tests were not auto-generated by update_cc_test_checks.py. Remove them.
  • Loading branch information
SixWeining committed Jul 20, 2023
1 parent cdab611 commit 3e3cdf9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion clang/test/CodeGen/LoongArch/intrinsic-la32-error.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py
// RUN: %clang_cc1 -triple loongarch32 -emit-llvm -S -verify %s -o /dev/null

#include <larchintrin.h>
Expand Down
1 change: 0 additions & 1 deletion clang/test/CodeGen/LoongArch/intrinsic-la64-error.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py
// RUN: %clang_cc1 -triple loongarch64 -emit-llvm -S -verify %s -o /dev/null

#include <larchintrin.h>
Expand Down

0 comments on commit 3e3cdf9

Please sign in to comment.