From e3c00e5b97f4f3c183c86edc3713f49825717856 Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Wed, 28 Mar 2012 00:25:01 +0000 Subject: Fix test case. llvm-svn: 153555 --- llvm/test/CodeGen/Mips/cprestore.ll | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/test') diff --git a/llvm/test/CodeGen/Mips/cprestore.ll b/llvm/test/CodeGen/Mips/cprestore.ll index a275c8b7a55..57d022f47c8 100644 --- a/llvm/test/CodeGen/Mips/cprestore.ll +++ b/llvm/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] } -- cgit v1.2.3