aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fpow.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/fpow.ll')
-rw-r--r--test/CodeGen/ARM/fpow.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/CodeGen/ARM/fpow.ll b/test/CodeGen/ARM/fpow.ll
deleted file mode 100644
index 3e37724d1c57..000000000000
--- a/test/CodeGen/ARM/fpow.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: llc -mtriple=arm-eabi %s -o /dev/null
-
-define double @t(double %x, double %y) nounwind optsize {
-entry:
- %0 = tail call double @llvm.pow.f64( double %x, double %y ) ; <double> [#uses=1]
- ret double %0
-}
-
-declare double @llvm.pow.f64(double, double) nounwind readonly