diff options
author | Chris Lattner <sabre@nondot.org> | 2010-02-09 06:36:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-02-09 06:36:30 +0000 |
commit | 4a26cc4de63dc5eb02549a281a1c86347e59fb0b (patch) | |
tree | 72291252f7916f362aaae0f5564ccf4b73313441 /test/CodeGen/Generic/fpowi-promote.ll | |
parent | b00cd1c89905cb58ff2c58f17e865c33c2d47ff7 (diff) |
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.ll | 1 |
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 |