diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/zero-string.ll')
| -rw-r--r-- | llvm/test/Transforms/InstCombine/zero-string.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/InstCombine/zero-string.ll b/llvm/test/Transforms/InstCombine/zero-string.ll index c69a97953b1..60df54e38f4 100644 --- a/llvm/test/Transforms/InstCombine/zero-string.ll +++ b/llvm/test/Transforms/InstCombine/zero-string.ll @@ -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 +} |

