Sign in
ara-mdk
/
platform
/
external
/
llvm
/
229aa6d23b7dc70e3e7cc81d385cf815ac478a80
/
.
/
test
/
CodeGen
/
Mips
/
check-noat.ll
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
}