summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2017-12-04 20:08:28 +0000
committerMatthias Braun <matze@braunis.de>2017-12-04 20:08:28 +0000
commitca3a90446b9745705c871aa9ea941da0535a506c (patch)
treee9ce7f4a2a53dd690385a66396b1311dd8fbb563 /test
parent15bf0436abba4974e68ec6eceab62e2fe3b358e4 (diff)
Add missing triple args to tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319686 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/verifier-phi-fail0.mir2
-rw-r--r--test/CodeGen/X86/verifier-phi.mir2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/verifier-phi-fail0.mir b/test/CodeGen/X86/verifier-phi-fail0.mir
index 655cd2ab7c7..482c2c85d15 100644
--- a/test/CodeGen/X86/verifier-phi-fail0.mir
+++ b/test/CodeGen/X86/verifier-phi-fail0.mir
@@ -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
diff --git a/test/CodeGen/X86/verifier-phi.mir b/test/CodeGen/X86/verifier-phi.mir
index 1a2f13c3d4f..78060dc0e73 100644
--- a/test/CodeGen/X86/verifier-phi.mir
+++ b/test/CodeGen/X86/verifier-phi.mir
@@ -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