Reed Kotler | 51c9043 | 2013-08-07 04:00:26 +0000 | [diff] [blame] | 1 | ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=pic < %s | FileCheck %s -check-prefix=pic |
2 | |||||
3 | declare void @llvm.trap() | ||||
4 | |||||
5 | ; Function Attrs: nounwind optsize readnone | ||||
6 | define i32 @main() { | ||||
7 | entry: | ||||
8 | call void @llvm.trap() | ||||
9 | unreachable | ||||
10 | ; pic: break 0 | ||||
11 | ret i32 0 | ||||
12 | } | ||||
13 |