brintos

brintos / llvm-project-archived public Read only

0
0
Text · 164 B · 1e53eda Raw
12 lines · plain
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