summaryrefslogtreecommitdiff
path: root/test/Feature
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-11-27 07:42:04 +0000
committerChris Lattner <sabre@nondot.org>2011-11-27 07:42:04 +0000
commit3211c6e31b5715cbfa19bd17f2eaf5d3c1bec14a (patch)
treed35c5272a8f94d2d394aef42ccd570f4bb1c5a0a /test/Feature
parentf51572aaf9427dc849e7f3545099a1951273b3db (diff)
downloadllvm-3211c6e31b5715cbfa19bd17f2eaf5d3c1bec14a.tar.gz
llvm-3211c6e31b5715cbfa19bd17f2eaf5d3c1bec14a.tar.bz2
llvm-3211c6e31b5715cbfa19bd17f2eaf5d3c1bec14a.tar.xz
remove autoupgrade support for old forms of llvm.prefetch and the old
trampoline forms. Both of these were correct in LLVM 3.0, and we don't need to support LLVM 2.9 and earlier in mainline. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145174 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature')
-rw-r--r--test/Feature/intrinsics.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Feature/intrinsics.ll b/test/Feature/intrinsics.ll
index 2dd6b53e7c..fc13d5a631 100644
--- a/test/Feature/intrinsics.ll
+++ b/test/Feature/intrinsics.ll
@@ -6,7 +6,6 @@ declare i1 @llvm.isunordered.f32(float, float)
declare i1 @llvm.isunordered.f64(double, double)
-declare void @llvm.prefetch(i8*, i32, i32)
declare i8 @llvm.ctpop.i8(i8)
@@ -41,7 +40,6 @@ declare double @llvm.sqrt.f64(double)
define void @libm() {
fcmp uno float 1.000000e+00, 2.000000e+00 ; <i1>:1 [#uses=0]
fcmp uno double 3.000000e+00, 4.000000e+00 ; <i1>:2 [#uses=0]
- call void @llvm.prefetch( i8* null, i32 1, i32 3 )
call float @llvm.sqrt.f32( float 5.000000e+00 ) ; <float>:3 [#uses=0]
call double @llvm.sqrt.f64( double 6.000000e+00 ) ; <double>:4 [#uses=0]
call i8 @llvm.ctpop.i8( i8 10 ) ; <i32>:5 [#uses=0]