mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-27 21:50:40 +00:00
Fix an old memset signature in 2009-09-01-PostRAProlog.ll test causing a buildbot failure
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273573 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e90638d417
commit
1fa3fc6d89
@ -102,5 +102,3 @@ bb7: ; preds = %bb5
|
||||
}
|
||||
|
||||
declare noalias i8* @calloc(i32, i32) nounwind
|
||||
|
||||
declare void @llvm.memset.i64(i8* nocapture, i8, i64, i32) nounwind
|
||||
|
Loading…
Reference in New Issue
Block a user