Use std::begin/end and std::is_sorted to simplify some code. NFC
[oota-llvm.git] / test / MC / COFF / initialised-data.ll
1 ; RUN: llc -mtriple i686-windows %s -o - | FileCheck %s
2 ; RUN: llc -mtriple x86_64-windows %s -o - | FileCheck %s
3
4 @data = dllexport constant [5 x i8] c"data\00", align 1
5
6 ; CHECK: .section       .rdata,"dr"
7