summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2007-07-12 13:21:08 +0000
committerGabor Greif <ggreif@gmail.com>2007-07-12 13:21:08 +0000
commitfe202734270cc8ade522d75ee8d92536b50c14b4 (patch)
treec88de0c40920a48592b72778f6a99a51edf07da7 /test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll
parentca23e17adfabc79629194c3d55ac1fca6dd73ba1 (diff)
downloadllvm-fe202734270cc8ade522d75ee8d92536b50c14b4.tar.gz
llvm-fe202734270cc8ade522d75ee8d92536b50c14b4.tar.bz2
llvm-fe202734270cc8ade522d75ee8d92536b50c14b4.tar.xz
fix the remaining 3 testcases that missed a target triple
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39773 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll')
-rw-r--r--test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll b/test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll
index 7700459328..4ce49ee86d 100644
--- a/test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll
+++ b/test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc
+; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=powerpc-apple-darwin8
void %iterative_hash_host_wide_int() {
%zero = alloca int ; <int*> [#uses=2]