[llvm] r178486 - Add triple to test/CodeGen/PowerPC/stfiwx-2

Hal Finkel hfinkel at anl.gov
Mon Apr 1 11:18:44 PDT 2013


Author: hfinkel
Date: Mon Apr  1 13:18:44 2013
New Revision: 178486

URL: http://llvm.org/viewvc/llvm-project?rev=178486&view=rev
Log:
Add triple to test/CodeGen/PowerPC/stfiwx-2

Modified:
    llvm/trunk/test/CodeGen/PowerPC/stfiwx-2.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/stfiwx-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/stfiwx-2.ll?rev=178486&r1=178485&r2=178486&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/stfiwx-2.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/stfiwx-2.ll Mon Apr  1 13:18:44 2013
@@ -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





More information about the llvm-commits mailing list