[InstCombine] Signed saturation patterns
[llvm-core.git] / test / CodeGen / ARM / no-cfi.ll
blob164e1324feba4d263c36e4e7b4624dd1801ee8d8
1 ; RUN: llc < %s | FileCheck %s
2 ; RUN: llc -mtriple=arm-netbsd-eabi < %s | FileCheck %s
3 ; CHECK-NOT: .cfi_startproc
4 ; CHECK-NOT: .cfi_sections
6 target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
7 target triple = "armv4t--linux"
9 @f = common global i32 0, align 4, !dbg !0
11 !llvm.dbg.cu = !{!2}
12 !llvm.module.flags = !{!7, !8, !9, !10}
14 !0 = !DIGlobalVariableExpression(var: !1, expr: !DIExpression())
15 !1 = distinct !DIGlobalVariable(name: "f", scope: !2, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
16 !2 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 4.0.0 (trunk 290216)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !5)
17 !3 = !DIFile(filename: "test2.c", directory: "/tmp")
18 !4 = !{}
19 !5 = !{!0}
20 !6 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
21 !7 = !{i32 2, !"Dwarf Version", i32 4}
22 !8 = !{i32 2, !"Debug Info Version", i32 3}
23 !9 = !{i32 1, !"wchar_size", i32 4}
24 !10 = !{i32 1, !"min_enum_size", i32 4}