diff options
Diffstat (limited to 'test/Transforms/InstCombine/strchr-2.ll')
-rw-r--r-- | test/Transforms/InstCombine/strchr-2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/strchr-2.ll b/test/Transforms/InstCombine/strchr-2.ll index 35bbd23..dd86a16 100644 --- a/test/Transforms/InstCombine/strchr-2.ll +++ b/test/Transforms/InstCombine/strchr-2.ll @@ -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 |