summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-12-05 06:45:30 +0000
committerChris Lattner <sabre@nondot.org>2004-12-05 06:45:30 +0000
commitfa171f11b89aae10348fc5157f6565a22790f21a (patch)
treebed0df880193428ab0e60c4a0da4e868529aaec2 /llvm
parent97e36f211bbca72b52efd5cc7f1196484eec2689 (diff)
downloadbcm5719-llvm-fa171f11b89aae10348fc5157f6565a22790f21a.tar.gz
bcm5719-llvm-fa171f11b89aae10348fc5157f6565a22790f21a.zip
Change this test to not require execution of the program.
llvm-svn: 18533
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Regression/Assembler/2004-12-05-LocalGlobalSymtabConflict.ll2
1 files changed, 1 insertions, 1 deletions
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.
OpenPOWER on IntegriCloud