We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ee379 commit 3fc32e9Copy full SHA for 3fc32e9
tests/lifetime.ll
@@ -28,7 +28,7 @@ entry:
28
define i32 @main() {
29
entry:
30
%retval = alloca i32, align 4 ; [#uses=1]
31
- %call = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([15 x i8]* @.str, i32 0, i32 0)) ; [#uses=0]
+ %call = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([15 x i8], [15 x i8]* @.str, i32 0, i32 0)) ; [#uses=0]
32
ret i32 0
33
}
34
0 commit comments