blob: 1decafac8c4f2de73b37152e38b25923abec404c [file] [log] [blame]
Dan Gohman3c7d3082009-09-11 18:01:28 +00001; RUN: opt < %s -gvn -S | not grep {%z2 =}
Owen Anderson85c40642007-07-24 17:55:58 +00002
3define i32 @main() {
4block1:
5 %z1 = bitcast i32 0 to i32
6 br label %block2
7block2:
8 %z2 = bitcast i32 0 to i32
9 ret i32 %z2
Dan Gohman8c89a502007-08-15 13:36:28 +000010}