Skip to content

Commit fa171f1

Browse files
committed
Change this test to not require execution of the program.
llvm-svn: 18533
1 parent 97e36f2 commit fa171f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llvm-as < %s | opt -inline | llvm-dis | llvm-as | lli
1+
; RUN: llvm-as < %s | opt -inline | llvm-dis | not grep '%G = alloca int'
22

33
; In this testcase, %bar stores to the global G. Make sure that inlining does
44
; not cause it to store to the G in main instead.

0 commit comments

Comments
 (0)