revert a hunk of r82018 that wasn't supposed to go in yet.
[llvm/avr.git] / test / CodeGen / ARM / ifcvt8.ll
blob6cb8e7bb69fd6d4914b6a043c71d4f5a65aa8e73
1 ; RUN: llc < %s -march=arm -mtriple=arm-apple-darwin | \
2 ; RUN:   grep ldmne | count 1
4         %struct.SString = type { i8*, i32, i32 }
6 declare void @abort()
8 define fastcc void @t(%struct.SString* %word, i8 signext  %c) {
9 entry:
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( )
15         unreachable
17 cond_false:             ; preds = %entry
18         ret void