summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2013-04-01 18:18:44 +0000
committerHal Finkel <hfinkel@anl.gov>2013-04-01 18:18:44 +0000
commit6c81b118caf83e579aaf85c7dca9aebc389abae9 (patch)
treea8e9ce94b8177ca300e41a78a6c83e36d5cc21f5 /test/CodeGen/PowerPC
parentad26993e1a9b147c3ca4b170ab2eba260f89a1ac (diff)
downloadllvm-6c81b118caf83e579aaf85c7dca9aebc389abae9.tar.gz
llvm-6c81b118caf83e579aaf85c7dca9aebc389abae9.tar.bz2
llvm-6c81b118caf83e579aaf85c7dca9aebc389abae9.tar.xz
Add triple to test/CodeGen/PowerPC/stfiwx-2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178486 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC')
-rw-r--r--test/CodeGen/PowerPC/stfiwx-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/stfiwx-2.ll b/test/CodeGen/PowerPC/stfiwx-2.ll
index 345f1c93e8..7786fc17ea 100644
--- a/test/CodeGen/PowerPC/stfiwx-2.ll
+++ b/test/CodeGen/PowerPC/stfiwx-2.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=ppc32 -mcpu=g5 | FileCheck %s
+; RUN: llc < %s -mtriple=powerpc-unknown-linux-gnu -mcpu=g5 | FileCheck %s
define void @test(float %F, i8* %P) {
%I = fptosi float %F to i32