diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/llvm-ir/sqrt.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/llvm-ir/sqrt.ll | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/llvm/test/CodeGen/Mips/llvm-ir/sqrt.ll b/llvm/test/CodeGen/Mips/llvm-ir/sqrt.ll deleted file mode 100644 index 1a8892de0ee..00000000000 --- a/llvm/test/CodeGen/Mips/llvm-ir/sqrt.ll +++ /dev/null @@ -1,13 +0,0 @@ -; RUN: llc < %s -march=mipsel -mcpu=mips32r2 -mattr=+micromips | FileCheck %s -; RUN: llc < %s -march=mips -mcpu=mips32r2 -mattr=+micromips | FileCheck %s -; RUN: llc < %s -march=mips -mcpu=mips32r6 -mattr=+micromips | FileCheck %s - -define float @sqrt_fn(float %value) #0 { -entry: - %sqrtf = tail call float @sqrtf(float %value) #0 - ret float %sqrtf -} - -declare float @sqrtf(float) - -; CHECK: sqrt.s $f0, $f12 |