From 4af0f5fecb42563ff3ca5bd7fddb2f4f111e2fef Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Sat, 30 Jul 2011 00:57:25 +0000 Subject: Revert "Don't check liveness of unallocatable registers." The ARM target depends on CPSR liveness being tracked after register allocation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136548 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/vector.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen') diff --git a/test/CodeGen/X86/vector.ll b/test/CodeGen/X86/vector.ll index 4268d02c5a..46b0e1890f 100644 --- a/test/CodeGen/X86/vector.ll +++ b/test/CodeGen/X86/vector.ll @@ -1,6 +1,6 @@ ; Test that vectors are scalarized/lowered correctly. ; RUN: llc < %s -march=x86 -mcpu=i386 > %t -; RUN: llc < %s -march=x86 -mcpu=yonah -verify-machineinstrs >> %t +; RUN: llc < %s -march=x86 -mcpu=yonah >> %t %d8 = type <8 x double> %f1 = type <1 x float> -- cgit v1.2.3-70-g09d2