Mips.abiflags is a new implicitly generated section that will be present on all...
[oota-llvm.git] / test / CodeGen / Mips / abiflags32.ll
1 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32 %s -o - | FileCheck %s
2 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32 -mattr=fp64 %s -o - | FileCheck  -check-prefix=CHECK-64 %s
3 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips64 -mattr=-n64,n32 %s -o - | FileCheck  -check-prefix=CHECK-64n %s
4
5 ; CHECK: .nan    legacy
6 ; CHECK: .module fp=32
7
8 ; CHECK-64: .nan    legacy
9 ; CHECK-64: .module fp=64
10
11 ; CHECK-64n: .nan    legacy
12 ; CHECK-64n: .module fp=64