blob: ff33949b114b45a38a45d6b6d2998e2366324846 [file] [log] [blame]
Dan Gohman5bb7c7c2009-09-08 22:34:10 +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}