Change this test to not require execution of the program.
authorChris Lattner <sabre@nondot.org>
Sun, 5 Dec 2004 06:45:30 +0000 (06:45 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Dec 2004 06:45:30 +0000 (06:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18533 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/2004-12-05-LocalGlobalSymtabConflict.ll

index 357f555529b27224375cfc90b98f622ef162ee28..66e7d121a9efe0dab4caaea1a52512ae70688920 100644 (file)
@@ -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.