[InstCombine] Signed saturation patterns
[llvm-core.git] / test / LTO / ARM / inline-asm.ll
blob23fb90457c142ee226682cedf492d30bb415ccc2
1 ; Check that we don't crash on target-specific inline asm directives.
3 ; RUN: llvm-as < %s > %t
4 ; RUN: llvm-lto -o /dev/null %t -mcpu armv4t
6 target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
7 target triple = "armv4t-unknown-linux"
9 module asm ".fnstart"