[InstCombine] Signed saturation patterns
[llvm-core.git] / test / Assembler / aggregate-return-single-value.ll
bloba77c2502643785c4dad11164fc74f2d5b573269c
1 ; RUN: llvm-as < %s | llvm-dis
2 ; RUN: verify-uselistorder %s
4 define { i32 } @foob() nounwind {
5   ret {i32}{ i32 0 }
7 define [1 x i32] @food() nounwind {
8   ret [1 x i32][ i32 0 ]