[llvm-commits] [llvm] r95655 - /llvm/trunk/test/CodeGen/Generic/fpowi-promote.ll

Chris Lattner sabre at nondot.org
Mon Feb 8 22:36:30 PST 2010


Author: lattner
Date: Tue Feb  9 00:36:30 2010
New Revision: 95655

URL: http://llvm.org/viewvc/llvm-project?rev=95655&view=rev
Log:
make target independent.

Modified:
    llvm/trunk/test/CodeGen/Generic/fpowi-promote.ll

Modified: llvm/trunk/test/CodeGen/Generic/fpowi-promote.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/fpowi-promote.ll?rev=95655&r1=95654&r2=95655&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/Generic/fpowi-promote.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/fpowi-promote.ll Tue Feb  9 00:36:30 2010
@@ -1,5 +1,4 @@
 ; RUN: llc < %s
-; RUN: llc < %s -march=x86 -mcpu=i386
 
 ; PR1239
 





More information about the llvm-commits mailing list