Skip to content

Commit 5a1f864

Browse files
committed
[test][llvm-reduce] Fix simplify-cfg.ll
D131920 broke some Windows bots with "x6" in the buildbot paths. https://lab.llvm.org/buildbot#builders/123/builds/12276
1 parent 877620b commit 5a1f864

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/test/tools/llvm-reduce/simplify-cfg.ll

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
; RUN: llvm-reduce --delta-passes=simplify-cfg --test %python --test-arg %p/Inputs/remove-bbs.py -abort-on-invalid-reduction %s -o %t
22

33
; RUN: FileCheck --check-prefix=CHECK-FINAL %s --input-file=%t
4-
; CHECK-FINAL-NOT: x6
5-
; CHECK-FINAL-NOT: x10
4+
; CHECK-FINAL: @f1
5+
; CHECK-FINAL-NOT: x6:
6+
; CHECK-FINAL-NOT: x10:
67

78
define void @f1(ptr %interesting3, i32 %interesting2) {
89
%x3 = alloca ptr, i32 0, align 8

0 commit comments

Comments
 (0)