[llvm] 1934c1a - [SimplifyCFG] Remove bogus UTC line from test (NFC)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 7 02:52:07 PDT 2024


Author: Nikita Popov
Date: 2024-06-07T11:51:51+02:00
New Revision: 1934c1aa3613fe2ded87ca4cd739694378e92601

URL: https://github.com/llvm/llvm-project/commit/1934c1aa3613fe2ded87ca4cd739694378e92601
DIFF: https://github.com/llvm/llvm-project/commit/1934c1aa3613fe2ded87ca4cd739694378e92601.diff

LOG: [SimplifyCFG] Remove bogus UTC line from test (NFC)

The check lines in this test were clearly not generated by UTC.

Added: 
    

Modified: 
    llvm/test/Transforms/SimplifyCFG/ARM/switch-to-lookup-table.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/SimplifyCFG/ARM/switch-to-lookup-table.ll b/llvm/test/Transforms/SimplifyCFG/ARM/switch-to-lookup-table.ll
index 463a85cfd583d..6def8f4eeb089 100644
--- a/llvm/test/Transforms/SimplifyCFG/ARM/switch-to-lookup-table.ll
+++ b/llvm/test/Transforms/SimplifyCFG/ARM/switch-to-lookup-table.ll
@@ -1,4 +1,3 @@
-; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
 ; RUN: opt -S -passes=simplifycfg -simplifycfg-require-and-preserve-domtree=1 -switch-to-lookup -mtriple=arm -relocation-model=static    < %s | FileCheck %s --check-prefix=CHECK --check-prefix=ENABLE
 ; RUN: opt -S -passes=simplifycfg -simplifycfg-require-and-preserve-domtree=1 -switch-to-lookup -mtriple=arm -relocation-model=pic       < %s | FileCheck %s --check-prefix=CHECK --check-prefix=ENABLE
 ; RUN: opt -S -passes=simplifycfg -simplifycfg-require-and-preserve-domtree=1 -switch-to-lookup -mtriple=arm -relocation-model=ropi      < %s | FileCheck %s --check-prefix=CHECK --check-prefix=DISABLE


        


More information about the llvm-commits mailing list