1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Change this test to not require execution of the program.

llvm-svn: 18533
This commit is contained in:
Chris Lattner 2004-12-05 06:45:30 +00:00
parent 9c390fa13f
commit fbd6b84391

View 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.