1 ; RUN: llc < %s -mtriple=armv7-apple-darwin | FileCheck %s
3 %struct.SString = type { i8*, i32, i32 }
7 define fastcc void @t(%struct.SString* %word, i8 signext %c) {
10 %tmp1 = icmp eq %struct.SString* %word, null ; <i1> [#uses=1]
11 br i1 %tmp1, label %cond_true, label %cond_false
13 cond_true: ; preds = %entry
14 tail call void @abort( )
17 cond_false: ; preds = %entry