1 ; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-unknown-linux-gnu | FileCheck %s
2 ; Avoid reading memory that's already freed.
4 @llvm.used = appending global [1 x i8*] [ i8* bitcast (i32 (i64)* @_Z13GetSectorSizey to i8*) ], section "llvm.metadata" ; <[1 x i8*]*> [#uses=0]
6 ; CHECK: @_Z13GetSectorSizey
9 define i32 @_Z13GetSectorSizey(i64 %Base) nounwind {
11 br i1 false, label %bb, label %UnifiedReturnBlock
13 %tmp10 = and i64 0, %Base ; <i64> [#uses=0]
15 UnifiedReturnBlock: ; preds = %entry