From fa171f11b89aae10348fc5157f6565a22790f21a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 5 Dec 2004 06:45:30 +0000 Subject: Change this test to not require execution of the program. llvm-svn: 18533 --- llvm/test/Regression/Assembler/2004-12-05-LocalGlobalSymtabConflict.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm') diff --git a/llvm/test/Regression/Assembler/2004-12-05-LocalGlobalSymtabConflict.ll b/llvm/test/Regression/Assembler/2004-12-05-LocalGlobalSymtabConflict.ll index 357f555529b..66e7d121a9e 100644 --- a/llvm/test/Regression/Assembler/2004-12-05-LocalGlobalSymtabConflict.ll +++ b/llvm/test/Regression/Assembler/2004-12-05-LocalGlobalSymtabConflict.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -inline | llvm-dis | llvm-as | lli +; RUN: llvm-as < %s | opt -inline | llvm-dis | not grep '%G = alloca int' ; In this testcase, %bar stores to the global G. Make sure that inlining does ; not cause it to store to the G in main instead. -- cgit v1.2.3