transform fmin/fmax calls when possible (PR24314)
[oota-llvm.git] / test / Transforms / InstCombine / strchr-2.ll
index 35bbd23e6d4d1dccf8f02bbeb67126661c6b4d1f..dd86a16f77bcca95850db90d25cd88b2b521f3e8 100644 (file)
@@ -14,7 +14,7 @@ define void @test_nosimplify1() {
 ; CHECK: call i8 @strchr
 ; CHECK: ret void
 
-  %str = getelementptr [14 x i8]* @hello, i32 0, i32 0
+  %str = getelementptr [14 x i8], [14 x i8]* @hello, i32 0, i32 0
   %dst = call i8 @strchr(i8* %str, i32 119)
   store i8 %dst, i8* @chr
   ret void