aboutsummaryrefslogtreecommitdiff
path: root/tests/cases/emptystruct.ll
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-03-06 12:30:16 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-03-06 12:30:16 -0800
commit9b16e851b2639b9250bd00f81c1979375fc9455a (patch)
tree9693210990b062ea0eb4c1835e1480d8aefc9bf0 /tests/cases/emptystruct.ll
parent079b348773eb03f2b471467e5280ed387d802002 (diff)
assert on no variable name collisions for #923
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
}