]> granicus.if.org Git - llvm/commitdiff
Add missing triple args to tests
authorMatthias Braun <matze@braunis.de>
Mon, 4 Dec 2017 20:08:28 +0000 (20:08 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 4 Dec 2017 20:08:28 +0000 (20:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319686 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/verifier-phi-fail0.mir
test/CodeGen/X86/verifier-phi.mir

index 655cd2ab7c741b91995912e1bb94f31c5bc48f6e..482c2c85d158073bee5df55e9b936b7a077523e6 100644 (file)
@@ -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
index 1a2f13c3d4f0f7d512c2d73817f2e9d33c35e416..78060dc0e736aba4c6495f9cb1a27c0f9630b549 100644 (file)
@@ -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