diff options
| author | Artur Pilipenko <apilipenko@azulsystems.com> | 2016-06-23 16:34:52 +0000 |
|---|---|---|
| committer | Artur Pilipenko <apilipenko@azulsystems.com> | 2016-06-23 16:34:52 +0000 |
| commit | 80771b9ad914bbefd8c4273e6384bf7a33d3ca66 (patch) | |
| tree | 8d707dd2e08afbe35b1b022f4ea2f4056f82a454 /llvm/test/CodeGen | |
| parent | b510b458b98da0ed586824f41aa97443ac1cca94 (diff) | |
| download | bcm5719-llvm-80771b9ad914bbefd8c4273e6384bf7a33d3ca66.tar.gz bcm5719-llvm-80771b9ad914bbefd8c4273e6384bf7a33d3ca66.zip | |
Upgrade other old memset/memcpy signatures in tests causing buildbot failures with rL273568.
llvm-svn: 273580
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/2008-07-15-Bswap.ll | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2008-07-15-Bswap.ll b/llvm/test/CodeGen/PowerPC/2008-07-15-Bswap.ll index b271048fd04..ab1973fa429 100644 --- a/llvm/test/CodeGen/PowerPC/2008-07-15-Bswap.ll +++ b/llvm/test/CodeGen/PowerPC/2008-07-15-Bswap.ll @@ -68,8 +68,6 @@ declare void @_Z33LoopFilter_Internal_FilterChromaHPhiiiiii(i8*, i32, i32, i32, declare void @_Z42LoopFilter_Internal_filter_macroblock_lumaPK14LoopFilterInfoPhS2_iiiPK30PerMacroblockBoundaryStrengthsjj(%struct.LoopFilterInfo*, i8*, i8*, i32, i32, i32, %struct.PerMacroblockBoundaryStrengths*, i32, i32) nounwind -declare void @llvm.memcpy.i32(i8*, i8*, i32, i32) nounwind - declare i32 @_Z40LoopFilter_Internal_FilterLumaPlaneMBAFFPK14LoopFilterInfojjj(%struct.LoopFilterInfo*, i32, i32, i32) nounwind declare void @_Z18LoopFilter_DestroyP14LoopFilterInfo(%struct.LoopFilterInfo*) @@ -86,8 +84,6 @@ declare void @jvtDisposePTRMemAligned(i8*) declare void @_Z31LoopFilter_Internal_ResetTablesP14LoopFilterInfo(%struct.LoopFilterInfo*) nounwind -declare void @llvm.memset.i32(i8*, i8, i32, i32) nounwind - define i32 @_Z60LoopFilter_Internal_CalculateBoundaryStrengths_MbaffFramePicPK14LoopFilterInfoP22FrameMotionVectorCachejj(%struct.LoopFilterInfo* %lfiPtr, %struct.FrameMotionVectorCache* %frameMotionVectorCachePtr, i32 %mbY_min, i32 %mbY_maxPlus1) nounwind { entry: icmp ult i32 %mbY_min, %mbY_maxPlus1 ; <i1>:0 [#uses=1] @@ -383,4 +379,3 @@ declare i32 @_Z22LoopFilter_FilterFrameP14LoopFilterInfoP11FramePixelsP22FrameMo declare void @_Z34LF_Threading2_ProcessTasks_WrapperPv(i8*) -declare void @llvm.memset.i64(i8*, i8, i64, i32) nounwind |

