diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/2008-07-31-fcopysign.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/2008-07-31-fcopysign.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/2008-07-31-fcopysign.ll b/llvm/test/CodeGen/Mips/2008-07-31-fcopysign.ll index a1f4443d645..de11ac77c01 100644 --- a/llvm/test/CodeGen/Mips/2008-07-31-fcopysign.ll +++ b/llvm/test/CodeGen/Mips/2008-07-31-fcopysign.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -enable-legalize-types -march=mips -f -o %t +; RUN: llvm-as < %s | llc -march=mips -f -o %t ; RUN: grep abs.s %t | count 1 ; RUN: grep neg.s %t | count 1 |