diff options
author | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2018-10-09 11:17:47 +0000 |
---|---|---|
committer | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2018-10-09 11:17:47 +0000 |
commit | c8fe772ac43fb375fb2ec0caf64310b54af26a5d (patch) | |
tree | ce8d2d239336dc5affe22552460f39e53fc02977 /llvm/test/CodeGen/PowerPC | |
parent | 4c0b110e3e8f659b5fb7f270f02360997b40016f (diff) | |
download | bcm5719-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.mir | 2 |
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' |