1; RUN: llc -mtriple=mipsel < %s | FileCheck %s 2 3define void @f() nounwind readnone {4entry:5; CHECK-LABEL: f:6; CHECK: .set noat7; CHECK: .set at8 9 ret void10}11 12