[llvm] r332992 - [InstCombine] fix broken test

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Tue May 22 09:14:16 PDT 2018


Author: spatel
Date: Tue May 22 09:14:16 2018
New Revision: 332992

URL: http://llvm.org/viewvc/llvm-project?rev=332992&view=rev
Log:
[InstCombine] fix broken test

Looks like the last line got chopped off from rL332990.

Modified:
    llvm/trunk/test/Transforms/InstCombine/zero-string.ll

Modified: llvm/trunk/test/Transforms/InstCombine/zero-string.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/zero-string.ll?rev=332992&r1=332991&r2=332992&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/zero-string.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/zero-string.ll Tue May 22 09:14:16 2018
@@ -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
+}
 




More information about the llvm-commits mailing list