summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2014-03-12 18:09:37 +0000
committerEvan Cheng <evan.cheng@apple.com>2014-03-12 18:09:37 +0000
commitad6efbfa0f23b983240ce3880806ba230c92d4e0 (patch)
treef3b5bab6b1dcba37b04e6db8086dc1b7846b791b /llvm/test/Transforms/InstCombine
parent2e43aff460dd91b3b2925c3406cb58e502f89a30 (diff)
downloadbcm5719-llvm-ad6efbfa0f23b983240ce3880806ba230c92d4e0.tar.gz
bcm5719-llvm-ad6efbfa0f23b983240ce3880806ba230c92d4e0.zip
Revert r203488 and r203520.
llvm-svn: 203687
Diffstat (limited to 'llvm/test/Transforms/InstCombine')
-rw-r--r--llvm/test/Transforms/InstCombine/simplify-libcalls-aapcs.ll23
1 files changed, 0 insertions, 23 deletions
diff --git a/llvm/test/Transforms/InstCombine/simplify-libcalls-aapcs.ll b/llvm/test/Transforms/InstCombine/simplify-libcalls-aapcs.ll
deleted file mode 100644
index b2bd1b35ded..00000000000
--- a/llvm/test/Transforms/InstCombine/simplify-libcalls-aapcs.ll
+++ /dev/null
@@ -1,23 +0,0 @@
-; RUN: opt -S < %s -instcombine | FileCheck %s
-
-; When simplify-libcall change an intrinsic call to a call to a library
-; routine, it needs to set the proper calling convention for callers
-; which use ARM target specific calling conventions.
-; rdar://16261856
-
-target triple = "thumbv7-apple-ios7"
-
-; Function Attrs: nounwind ssp
-define arm_aapcs_vfpcc double @t(double %x) #0 {
-entry:
-; CHECK-LABEL: @t
-; CHECK: call arm_aapcs_vfpcc double @__exp10
- %0 = call double @llvm.pow.f64(double 1.000000e+01, double %x)
- ret double %0
-}
-
-; Function Attrs: nounwind readnone
-declare double @llvm.pow.f64(double, double) #1
-
-attributes #0 = { nounwind ssp }
-attributes #1 = { nounwind readnone }
OpenPOWER on IntegriCloud