aboutsummaryrefslogtreecommitdiff
path: root/tests/cases/emptystruct.ll
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cases/emptystruct.ll')
-rw-r--r--tests/cases/emptystruct.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cases/emptystruct.ll b/tests/cases/emptystruct.ll
index d4165fdd..67967e65 100644
--- a/tests/cases/emptystruct.ll
+++ b/tests/cases/emptystruct.ll
@@ -11,7 +11,7 @@ entry:
%z = alloca %struct.s, align 4
%0 = bitcast %struct.s* %z to i8*
call void @llvm.memset.p0i8.i32(i8* %0, i8 0, i32 4, i32 4, i1 false)
- %0 = call i32 bitcast (i32 (i8*)* @puts to i32 (i32*)*)(i8* getelementptr inbounds ([14 x i8]* @.str, i32 0, i32 0)) ; [#uses=0]
+ %1 = call i32 bitcast (i32 (i8*)* @puts to i32 (i32*)*)(i8* getelementptr inbounds ([14 x i8]* @.str, i32 0, i32 0)) ; [#uses=0]
ret i32 0
}