[test][llvm-reduce] Fix simplify-cfg.ll
authorArthur Eubanks <aeubanks@google.com>
Mon, 15 Aug 2022 23:21:39 +0000 (16:21 -0700)
committerArthur Eubanks <aeubanks@google.com>
Mon, 15 Aug 2022 23:21:39 +0000 (16:21 -0700)
D131920 broke some Windows bots with "x6" in the buildbot paths.
https://lab.llvm.org/buildbot#builders/123/builds/12276

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

index 71fa709..7a69732 100644 (file)
@@ -1,8 +1,9 @@
 ; RUN: llvm-reduce --delta-passes=simplify-cfg --test %python --test-arg %p/Inputs/remove-bbs.py -abort-on-invalid-reduction %s -o %t
 
 ; RUN: FileCheck --check-prefix=CHECK-FINAL %s --input-file=%t
-; CHECK-FINAL-NOT: x6
-; CHECK-FINAL-NOT: x10
+; CHECK-FINAL: @f1
+; CHECK-FINAL-NOT: x6:
+; CHECK-FINAL-NOT: x10:
 
 define void @f1(ptr %interesting3, i32 %interesting2) {
   %x3 = alloca ptr, i32 0, align 8