aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/check-noat.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/check-noat.ll')
-rw-r--r--test/CodeGen/Mips/check-noat.ll11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/CodeGen/Mips/check-noat.ll b/test/CodeGen/Mips/check-noat.ll
deleted file mode 100644
index cfcd367e87af..000000000000
--- a/test/CodeGen/Mips/check-noat.ll
+++ /dev/null
@@ -1,11 +0,0 @@
-; RUN: llc -march=mipsel < %s | FileCheck %s
-
-define void @f() nounwind readnone {
-entry:
-; CHECK-LABEL: f:
-; CHECK: .set noat
-; CHECK: .set at
-
- ret void
-}
-