[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / null-streamer.ll
blob28a457f64d4a85995eeaca4471c8b85b0e03d67a
1 ; Check the MCNullStreamer operates correctly, at least on a minimal test case.
3 ; RUN: llc -filetype=null -o %t -mtriple=i686-- %s
4 ; RUN: llc -filetype=null -o %t -mtriple=i686-cygwin %s
6 source_filename = "test/CodeGen/X86/null-streamer.ll"
8 define void @f0() {
9   ret void
12 define void @f1() {
13   ret void
16 !llvm.dbg.cu = !{!0}
17 !llvm.module.flags = !{!7, !8, !9}
19 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: " ", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, retainedTypes: !2, globals: !3, imports: !2)
20 !1 = !DIFile(filename: "file.c", directory: "")
21 !2 = !{}
22 !3 = !{!4}
23 !4 = !DIGlobalVariableExpression(var: !5, expr: !DIExpression())
24 !5 = !DIGlobalVariable(name: "i", linkageName: "_ZL1i", scope: null, file: !1, line: 1, type: !6, isLocal: true, isDefinition: true)
25 !6 = !DIBasicType(size: 32, align: 32, encoding: DW_ATE_signed)
26 !7 = !{i32 2, !"Dwarf Version", i32 3}
27 !8 = !{i32 1, !"Debug Info Version", i32 3}
28 !9 = !{i32 2, !"CodeView", i32 1}