summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC
diff options
context:
space:
mode:
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>2018-10-09 11:17:47 +0000
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>2018-10-09 11:17:47 +0000
commitc8fe772ac43fb375fb2ec0caf64310b54af26a5d (patch)
treece8d2d239336dc5affe22552460f39e53fc02977 /llvm/test/CodeGen/PowerPC
parent4c0b110e3e8f659b5fb7f270f02360997b40016f (diff)
downloadbcm5719-llvm-c8fe772ac43fb375fb2ec0caf64310b54af26a5d.tar.gz
bcm5719-llvm-c8fe772ac43fb375fb2ec0caf64310b54af26a5d.zip
Fix buildbot failures with the newly added test case (triple was missing).
llvm-svn: 344037
Diffstat (limited to 'llvm/test/CodeGen/PowerPC')
-rw-r--r--llvm/test/CodeGen/PowerPC/remove-self-copies.mir2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/remove-self-copies.mir b/llvm/test/CodeGen/PowerPC/remove-self-copies.mir
index 7180d74cb50..d423d85527b 100644
--- a/llvm/test/CodeGen/PowerPC/remove-self-copies.mir
+++ b/llvm/test/CodeGen/PowerPC/remove-self-copies.mir
@@ -1,4 +1,4 @@
-# RUN: llc -start-before ppc-pre-emit-peephole \
+# RUN: llc -mtriple=powerpc64le-unknown-unknown -start-before ppc-pre-emit-peephole \
# RUN: -verify-machineinstrs -ppc-asm-full-reg-names %s -o - | FileCheck %s
--- |
; ModuleID = 't.ll'
OpenPOWER on IntegriCloud