blob: ebf5daaf92729414173712edad5001b3180aba24 [file] [log] [blame]
Owen Anderson85c40642007-07-24 17:55:58 +00001; RUN: llvm-as < %s | opt -gvn | llvm-dis | not grep {%z2 =}
2
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}