[llvm] 1ed8760 - [UTC] Fix test named_function_arguments_split.ll

Jannik Silvanus via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 07:55:55 PDT 2023


Author: Jannik Silvanus
Date: 2023-08-29T16:55:42+02:00
New Revision: 1ed8760ee85f22a081b2bfab82c843dd18027fbd

URL: https://github.com/llvm/llvm-project/commit/1ed8760ee85f22a081b2bfab82c843dd18027fbd
DIFF: https://github.com/llvm/llvm-project/commit/1ed8760ee85f22a081b2bfab82c843dd18027fbd.diff

LOG: [UTC] Fix test named_function_arguments_split.ll

An outdated comment was removed from the expected output,
but not the actual test file.

Added: 
    

Modified: 
    llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/named_function_arguments_split.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/named_function_arguments_split.ll b/llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/named_function_arguments_split.ll
index 00f6c3172a311e..66701d42d935c6 100644
--- a/llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/named_function_arguments_split.ll
+++ b/llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/named_function_arguments_split.ll
@@ -1,7 +1,6 @@
 ; Check that we split named function arguments correctly into a separate CHECK line,
 ; ensuring the opening parenthesis is on the label name, avoiding incorrect label
 ; matches if function names are not prefix free.
-; Note: This is a precommitted test, the current result is incorrect.
 ;
 ; RUN: opt < %s -passes=instsimplify -S | FileCheck %s
 ;


        


More information about the llvm-commits mailing list