[ARM] Add and adjust saturation tests for upcoming qadd changes. NFC
[llvm-core.git] / test / Linker / module-flags-2-a.ll
blob5f034618c9f284b9f4740910342c99ef497a6fea
1 ; RUN: llvm-link %s %p/module-flags-2-b.ll -S -o - | sort | FileCheck %s
3 ; Test the 'override' behavior.
5 ; CHECK: !0 = !{i32 4, !"foo", i32 37}
6 ; CHECK: !llvm.module.flags = !{!0}
8 !0 = !{ i32 1, !"foo", i32 927 }
10 !llvm.module.flags = !{ !0 }