blob: bfeff677b34d01d7d41851dde21a5baad3a85241 [file] [log] [blame]
; RUN: llc -march=mipsel < %s | FileCheck %s
define void @f() nounwind readnone {
entry:
; CHECK: f:
; CHECK: .set noat
; CHECK: .set at
ret void
}