blob: 357ab100d2d459324e6ea78ff1c50e0f5a3ebcfb [file] [log] [blame]
Evan Chengc4d00812008-04-16 20:24:25 +00001; RUN: llvm-as < %s | llc -mtriple=powerpc-apple-darwin
2; Avoid reading memory that's already freed.
3
4@llvm.used = appending global [1 x i8*] [ i8* bitcast (i32 (i64)* @_Z13GetSectorSizey to i8*) ], section "llvm.metadata" ; <[1 x i8*]*> [#uses=0]
5
6define i32 @_Z13GetSectorSizey(i64 %Base) nounwind {
7entry:
8 br i1 false, label %bb, label %UnifiedReturnBlock
9bb: ; preds = %entry
10 %tmp10 = and i64 0, %Base ; <i64> [#uses=0]
11 ret i32 0
12UnifiedReturnBlock: ; preds = %entry
13 ret i32 131072
14}