[tests] Mark an autogened test as such
authorPhilip Reames <listmail@philipreames.com>
Wed, 24 Feb 2021 17:15:02 +0000 (09:15 -0800)
committerPhilip Reames <listmail@philipreames.com>
Wed, 24 Feb 2021 17:15:19 +0000 (09:15 -0800)
llvm/test/Analysis/BasicAA/recphi.ll

index 7f8bc9d..cd2a851 100644 (file)
@@ -1,3 +1,4 @@
+; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
 ; RUN: opt < %s -basic-aa -aa-eval -print-all-alias-modref-info -disable-output 2>&1 | FileCheck %s --check-prefixes=CHECK,NO-PHI-VALUES
 ; RUN: opt < %s -phi-values -basic-aa -aa-eval -print-all-alias-modref-info -disable-output 2>&1 | FileCheck %s --check-prefixes=CHECK,PHI-VALUES