blob: cfcd367e87af23a6a504d197e9c115df28e6d716 [file] [log] [blame]
Akira Hatanaka173192f2012-11-02 20:56:25 +00001; RUN: llc -march=mipsel < %s | FileCheck %s
2
3define void @f() nounwind readnone {
4entry:
Stephen Lin8b2b8a12013-07-14 06:24:09 +00005; CHECK-LABEL: f:
Akira Hatanaka173192f2012-11-02 20:56:25 +00006; CHECK: .set noat
7; CHECK: .set at
8
9 ret void
10}
11