Skip to content

Commit

Permalink
Add missing triple args to tests
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319686 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
MatzeB committed Dec 4, 2017
1 parent 15bf043 commit ca3a904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/CodeGen/X86/verifier-phi-fail0.mir
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RUN: not llc -o - %s -verify-machineinstrs -run-pass=none 2>&1 | FileCheck %s
# RUN: not llc -o - %s -mtriple=x86_64-- -verify-machineinstrs -run-pass=none 2>&1 | FileCheck %s
---
# CHECK: Bad machine code: PHI operand is not live-out from predecessor
# CHECK: - function: func0
Expand Down
2 changes: 1 addition & 1 deletion test/CodeGen/X86/verifier-phi.mir
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RUN: llc -o - %s -verify-machineinstrs -run-pass=none | FileCheck %s
# RUN: llc -o - %s -mtriple=x86_64-- -verify-machineinstrs -run-pass=none | FileCheck %s
# This should cleanly pass the machine verifier
---
# CHECK-LABEL: name: func0
Expand Down

0 comments on commit ca3a904

Please sign in to comment.