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:
Artur Pilipenko 2016-06-23 16:07:10 +00:00
parent e90638d417
commit 1fa3fc6d89

View File

@ -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