summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/optimize-fp-math.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/Mips/optimize-fp-math.ll')
-rw-r--r--llvm/test/CodeGen/Mips/optimize-fp-math.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Mips/optimize-fp-math.ll b/llvm/test/CodeGen/Mips/optimize-fp-math.ll
index 8b71dc42344..7886f29f5ce 100644
--- a/llvm/test/CodeGen/Mips/optimize-fp-math.ll
+++ b/llvm/test/CodeGen/Mips/optimize-fp-math.ll
@@ -1,4 +1,5 @@
; RUN: llc -march=mipsel < %s | FileCheck %s -check-prefix=32
+; RUN: llc -march=mips64el -mcpu=mips4 < %s | FileCheck %s -check-prefix=64
; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s -check-prefix=64
; 32-LABEL: test_sqrtf_float_:
OpenPOWER on IntegriCloud