Skip to content

Commit

Permalink
[GVNHoist][NFC] Remove --check-globals in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
luxufan committed Apr 12, 2023
1 parent 9bb1727 commit 7634e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/Transforms/GVNHoist/pr30216.ll
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7634e79

Please sign in to comment.