[InstCombine] fix broken test

Looks like the last line got chopped off from rL332990.

llvm-svn: 332992
This commit is contained in:
Sanjay Patel 2018-05-22 16:14:16 +00:00
parent 00ddbed298
commit dd5fb8f03f
1 changed files with 1 additions and 0 deletions

View File

@ -59,4 +59,5 @@ define i32 @malloc_strlen() {
%call = tail call noalias i8* @malloc(i32 10)
%call1 = tail call i32 @strlen(i8* %call)
ret i32 %call1
}