git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319686
91177308-0d34-0410-b5e6-
96231b3b80d8
-# 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
-# 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