Skip to content

Commit f548c76

Browse files
committed
Removed gvn pass from test
1 parent e66fca9 commit f548c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Other/debugcounter-slsr.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; REQUIRES: asserts
2-
; RUN: opt -passes=slsr,gvn -S -debug-counter=slsr-counter=1 < %s | FileCheck %s
2+
; RUN: opt -passes=slsr -S -debug-counter=slsr-counter=1 < %s | FileCheck %s
33

44
; Test that, with debug counters on, we will skip the first slsr opportunity.
55

0 commit comments

Comments
 (0)