PowerPC: Add a triple to this test

This is running opt without specifying a triple, which isn't correct.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277875 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Justin Bogner 2016-08-05 21:49:54 +00:00
parent b081e9c1df
commit 029b0600e1

View File

@ -1,4 +1,4 @@
; RUN: opt < %s -instcombine | \
; RUN: opt -mtriple=powerpc-apple-darwin < %s -instcombine | \
; RUN: llc -march=ppc32 -mcpu=g5 | not grep vperm
; RUN: llc -verify-machineinstrs < %s -march=ppc32 -mcpu=g5 > %t
; RUN: grep vsldoi %t | count 2