projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directive
[oota-llvm.git]
/
test
/
CodeGen
/
Mips
/
check-noat.ll
1
; RUN: llc -march=mipsel < %s | FileCheck %s
2
3
define void @f() nounwind readnone {
4
entry:
5
; CHECK: f:
6
; CHECK: .set noat
7
; CHECK: .set at
8
9
ret void
10
}
11