[llvm-commits] [llvm] r41959 - /llvm/trunk/test/CodeGen/PowerPC/fabs.ll

Dan Gohman djg at cray.com
Fri Sep 14 13:37:18 PDT 2007


Author: djg
Date: Fri Sep 14 15:37:18 2007
New Revision: 41959

URL: http://llvm.org/viewvc/llvm-project?rev=41959&view=rev
Log:
Add explicit triples to avoid default behavior that varies by host.

Modified:
    llvm/trunk/test/CodeGen/PowerPC/fabs.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/fabs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/fabs.ll?rev=41959&r1=41958&r2=41959&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/fabs.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/fabs.ll Fri Sep 14 15:37:18 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 | grep {fabs f1, f1}
+; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin | grep {fabs f1, f1}
 
 define double @fabs(double %f) {
 entry:





More information about the llvm-commits mailing list