Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / Mips / check-noat.ll
blobcfcd367e87af23a6a504d197e9c115df28e6d716
1 ; RUN: llc -march=mipsel < %s | FileCheck %s 
3 define void @f() nounwind readnone {
4 entry:
5 ; CHECK-LABEL: f:
6 ; CHECK: .set  noat
7 ; CHECK: .set  at
9   ret void