summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2012-03-28 00:25:01 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2012-03-28 00:25:01 +0000
commit701ea2b870045547fac2868bd8de9a4f596e0717 (patch)
treec0fe6f0aeb1d22db756fd5123194653c07956cc2 /test
parent81a424b3c5e7be03d66d5c7fd241f2aac47d1a2c (diff)
downloadllvm-701ea2b870045547fac2868bd8de9a4f596e0717.tar.gz
llvm-701ea2b870045547fac2868bd8de9a4f596e0717.tar.bz2
llvm-701ea2b870045547fac2868bd8de9a4f596e0717.tar.xz
Fix test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153555 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-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] }