xref: /aosp_15_r20/external/llvm/test/CodeGen/SPARC/2012-05-01-LowerArguments.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; Just check that this doesn't crash:
2*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s
3*9880d681SAndroid Build Coastguard Worker; PR2960
4*9880d681SAndroid Build Coastguard Worker
5*9880d681SAndroid Build Coastguard Workertarget datalayout = "E-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-f128:128:128"
6*9880d681SAndroid Build Coastguard Workertarget triple = "sparc-unknown-linux-gnu"
7*9880d681SAndroid Build Coastguard Worker	%"5tango4core9Exception11IOException" = type { [5 x i8*]*, i8*, { i64, i8* }, { i64, i8* }, i64, %"6Object7Monitor"*, %"5tango4core9Exception11IOException"* }
8*9880d681SAndroid Build Coastguard Worker	%"6Object7Monitor" = type { [3 x i8*]*, i8* }
9*9880d681SAndroid Build Coastguard Worker
10*9880d681SAndroid Build Coastguard Workerdefine fastcc %"5tango4core9Exception11IOException"* @_D5tango4core9Exception13TextException5_ctorMFAaZC5tango4core9Exception13TextException(%"5tango4core9Exception11IOException"* %this, { i64, i8* } %msg) {
11*9880d681SAndroid Build Coastguard Workerentry_tango.core.Exception.TextException.this:
12*9880d681SAndroid Build Coastguard Worker	unreachable
13*9880d681SAndroid Build Coastguard Worker}
14