diff options
Diffstat (limited to 'test/CodeGen/Generic/fpowi-promote.ll')
-rw-r--r-- | test/CodeGen/Generic/fpowi-promote.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/fpowi-promote.ll b/test/CodeGen/Generic/fpowi-promote.ll index 118bd68cf39..55c2d2ad0c6 100644 --- a/test/CodeGen/Generic/fpowi-promote.ll +++ b/test/CodeGen/Generic/fpowi-promote.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc && +; RUN: llvm-as < %s | llc ; RUN: llvm-as < %s | llc -march=x86 -mcpu=i386 ; PR1239 |