From 7cb07874dcadaa9a5082a80959cd15d44ba3a133 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Mon, 27 Oct 2008 08:42:46 +0000 Subject: Turn on LegalizeTypes, the new type legalization codegen infrastructure, by default. Please report any breakage to the mailing lists. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58232 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Mips/2008-08-06-Alloca.ll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/CodeGen/Mips/2008-08-06-Alloca.ll') diff --git a/test/CodeGen/Mips/2008-08-06-Alloca.ll b/test/CodeGen/Mips/2008-08-06-Alloca.ll index aaac67e..34596ea 100644 --- a/test/CodeGen/Mips/2008-08-06-Alloca.ll +++ b/test/CodeGen/Mips/2008-08-06-Alloca.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s | llc -enable-legalize-types -march=mips | \ -; RUN: grep {subu.*sp} | count 2 +; RUN: llvm-as < %s | llc -march=mips | grep {subu.*sp} | count 2 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64" target triple = "mipsallegrexel-psp-elf" -- cgit v1.1