[clang] Document the return value of __builtin_COLUMN (#118360)
[llvm-project.git] / llvm / test / CodeGen / Mips / check-noat.ll
blob1e53eda4d63faa2600aa522a352b4dd33efa6890
1 ; RUN: llc -mtriple=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