From: Hal Finkel Date: Mon, 1 Apr 2013 18:18:44 +0000 (+0000) Subject: Add triple to test/CodeGen/PowerPC/stfiwx-2 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6c81b118caf83e579aaf85c7dca9aebc389abae9;p=oota-llvm.git 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 --- diff --git a/test/CodeGen/PowerPC/stfiwx-2.ll b/test/CodeGen/PowerPC/stfiwx-2.ll index 345f1c93e8d..7786fc17eac 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