summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/cprestore.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/cprestore.ll')
-rw-r--r--test/CodeGen/Mips/cprestore.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/Mips/cprestore.ll b/test/CodeGen/Mips/cprestore.ll
index a275c8b7a5..57d022f47c 100644
--- a/test/CodeGen/Mips/cprestore.ll
+++ b/test/CodeGen/Mips/cprestore.ll
@@ -1,7 +1,9 @@
; RUN: llc -march=mipsel < %s | FileCheck %s
; CHECK: .set macro
+; CHECK: .set at
; CHECK-NEXT: .cprestore
+; CHECK: .set noat
; CHECK-NEXT: .set nomacro
%struct.S = type { [16384 x i32] }