From bb4ff96e8929b3f75e5501466f4b300835d599fd Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 8 Apr 2009 00:51:11 +0000 Subject: Update this test for recent codegen improvements. CodeGen is now using an lea in place of a mov and an add for this test. llvm-svn: 68579 --- llvm/test/CodeGen/X86/dyn-stackalloc.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/test/CodeGen/X86/dyn-stackalloc.ll') diff --git a/llvm/test/CodeGen/X86/dyn-stackalloc.ll b/llvm/test/CodeGen/X86/dyn-stackalloc.ll index 12cd754a662..d6ca7023f3d 100644 --- a/llvm/test/CodeGen/X86/dyn-stackalloc.ll +++ b/llvm/test/CodeGen/X86/dyn-stackalloc.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | llc -march=x86 | not grep 4294967289 -; RUN: llvm-as < %s | llc -march=x86 | grep 4294967280 +; RUN: llvm-as < %s | llc -march=x86 | not egrep {\$4294967289|-7\\(} +; RUN: llvm-as < %s | llc -march=x86 | egrep {\$4294967280|-16\\(} ; RUN: llvm-as < %s | llc -march=x86-64 | grep {\\-16} define void @t() { -- cgit v1.2.3