[GVNHoist][NFC] Remove --check-globals in test file
authorluxufan <luxufan@iscas.ac.cn>
Wed, 12 Apr 2023 04:50:46 +0000 (12:50 +0800)
committerluxufan <luxufan@iscas.ac.cn>
Wed, 12 Apr 2023 04:50:46 +0000 (12:50 +0800)
llvm/test/Transforms/GVNHoist/pr30216.ll

index 737b9f1..fbd443f 100644 (file)
@@ -1,4 +1,4 @@
-; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals --version 2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
 ; RUN: opt -S -passes=gvn-hoist < %s | FileCheck %s
 
 ; Make sure the two stores @B do not get hoisted past the load @B.