mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Change this test to not require execution of the program.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18533 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
333529e6be
commit
bf90a5be71
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user