forked from OSchip/llvm-project
[InstCombine] fix broken test
Looks like the last line got chopped off from rL332990. llvm-svn: 332992
This commit is contained in:
parent
00ddbed298
commit
dd5fb8f03f
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue