From 4e6a25ac450b614d4f643db89e3f7c0de223807f Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 25 Jul 2008 15:25:32 +0000 Subject: This test needs -aggressive-remat enabled. llvm-svn: 54015 --- llvm/test/CodeGen/X86/remat-constant.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm') diff --git a/llvm/test/CodeGen/X86/remat-constant.ll b/llvm/test/CodeGen/X86/remat-constant.ll index eb12c312e9b..d9ef6fe76d7 100644 --- a/llvm/test/CodeGen/X86/remat-constant.ll +++ b/llvm/test/CodeGen/X86/remat-constant.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86-64 -relocation-model=static | grep xmm | count 2 +; RUN: llvm-as < %s | llc -march=x86-64 -relocation-model=static -aggressive-remat | grep xmm | count 2 declare void @bar() nounwind -- cgit v1.2.3