[llvm] 532d481 - Revert "[tests] Mark an autogened test as such"

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 09:26:39 PST 2021


Author: Philip Reames
Date: 2021-02-24T09:26:26-08:00
New Revision: 532d4814ac8e2594c3a5d93338cd9f6b9b391e47

URL: https://github.com/llvm/llvm-project/commit/532d4814ac8e2594c3a5d93338cd9f6b9b391e47
DIFF: https://github.com/llvm/llvm-project/commit/532d4814ac8e2594c3a5d93338cd9f6b9b391e47.diff

LOG: Revert "[tests] Mark an autogened test as such"

This reverts commit 43a569faeb332ae8b355fffc33eec1ef6e33052e.

Unhelpfully, the tool just added the header and didn't actually update any of the tests.  I didn't notice until after pushing.

Added: 
    

Modified: 
    llvm/test/Analysis/BasicAA/recphi.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Analysis/BasicAA/recphi.ll b/llvm/test/Analysis/BasicAA/recphi.ll
index cd2a8518ecf3..7f8bc9d7b668 100644
--- a/llvm/test/Analysis/BasicAA/recphi.ll
+++ b/llvm/test/Analysis/BasicAA/recphi.ll
@@ -1,4 +1,3 @@
-; 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
 


        


More information about the llvm-commits mailing list