Skip to content

Commit fd24fd2

Browse files
committed
[Instrumentation] Fix test failure in llvm#115471
1 parent fe63669 commit fd24fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/X86/optnone.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RUN: llc -passes=machine-cse -debug-pass-manager %s -o - 2>&1 | FileCheck %s
1+
# RUN: llc -mtriple=x86_64-- -passes=machine-cse -debug-pass-manager %s -o - 2>&1 | FileCheck %s
22

33
# CHECK: Skipping pass MachineCSEPass on test_optnone due to optnone attribute
44
# CHECK: Running pass: MachineCSEPass on test_opt

0 commit comments

Comments
 (0)