summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/fpowi-promote.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-09 06:36:30 +0000
committerChris Lattner <sabre@nondot.org>2010-02-09 06:36:30 +0000
commit4a26cc4de63dc5eb02549a281a1c86347e59fb0b (patch)
tree72291252f7916f362aaae0f5564ccf4b73313441 /test/CodeGen/Generic/fpowi-promote.ll
parentb00cd1c89905cb58ff2c58f17e865c33c2d47ff7 (diff)
downloadllvm-4a26cc4de63dc5eb02549a281a1c86347e59fb0b.tar.gz
llvm-4a26cc4de63dc5eb02549a281a1c86347e59fb0b.tar.bz2
llvm-4a26cc4de63dc5eb02549a281a1c86347e59fb0b.tar.xz
make target independent.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95655 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic/fpowi-promote.ll')
-rw-r--r--test/CodeGen/Generic/fpowi-promote.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/fpowi-promote.ll b/test/CodeGen/Generic/fpowi-promote.ll
index 82628ef609..8dacebed73 100644
--- a/test/CodeGen/Generic/fpowi-promote.ll
+++ b/test/CodeGen/Generic/fpowi-promote.ll
@@ -1,5 +1,4 @@
; RUN: llc < %s
-; RUN: llc < %s -march=x86 -mcpu=i386
; PR1239