; RUN: llc -verify-machineinstrs -O0 < %s | FileCheck %s target datalayout = "e-m:e-i64:64-n32:64" target triple = "powerpc64le-unknown-linux-gnu" @c = external global i32, align 4 @d = external global [2 x i32], align 4 ; Function Attrs: norecurse nounwind define void @fn2() #0 { ; CHECK-LABEL: @fn2 br i1 undef, label %1, label %10 ;